Browse Source

win,msi: add required UIRef for localized strings

Reviewed-By: João Reis <reis@janeasystems.com>
PR-URL: https://github.com/nodejs/node/pull/8884
v6
Bill Ticehurst 8 years ago
committed by João Reis
parent
commit
7a0fe9f471
  1. 1
      tools/msvs/msi/product.wxs

1
tools/msvs/msi/product.wxs

@ -357,6 +357,7 @@
</UI>
<UIRef Id="WixUI_Common"/>
<UIRef Id="WixUI_ErrorProgressText"/>
<WixVariable Id="WixUIBannerBmp" Value="..\..\..\doc\thin-white-stripe.jpg"/>
<WixVariable Id="WixUIDialogBmp" Value="..\..\..\doc\full-white-stripe.jpg"/>
<WixVariable Id="WixUILicenseRtf" Value="$(var.SourceDir)\LICENSE.rtf"/>

Loading…
Cancel
Save