Skip to content

Commit

Permalink
win,msi: Added empty InstallExecuteSequence group
Browse files Browse the repository at this point in the history
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 <julien.gilli@joyent.com>
Fixes: nodejs/node-v0.x-archive#4356
  • Loading branch information
joaocgreis authored and orangemocha committed May 11, 2015
1 parent 4028669 commit ad9947e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/msvs/msi/product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@
</Component>
</DirectoryRef>

<InstallExecuteSequence>
</InstallExecuteSequence>

<UI Id="NodeInstallUI">
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8"/>
<TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12"/>
Expand Down

0 comments on commit ad9947e

Please sign in to comment.