Skip to content

Commit ad9947e

Browse files
joaocgreisorangemocha
authored andcommitted
win,msi: Added empty InstallExecuteSequence group
This is needed so that we can backport 668bde8 from io.js with a clean merge. PR-URL: nodejs/node-v0.x-archive#25100 Reviewed-By: Julien Gilli <[email protected]> Fixes: nodejs/node-v0.x-archive#4356
1 parent 4028669 commit ad9947e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/msvs/msi/product.wxs

+3
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,9 @@
237237
</Component>
238238
</DirectoryRef>
239239

240+
<InstallExecuteSequence>
241+
</InstallExecuteSequence>
242+
240243
<UI Id="NodeInstallUI">
241244
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8"/>
242245
<TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12"/>

0 commit comments

Comments
 (0)