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
This commit is contained in:
Bill Ticehurst
2016-09-30 23:38:20 -07:00
committed by cjihrig
parent 02dc680b04
commit fc40ae3b44

View File

@@ -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"/>