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 João Reis
parent 7b924f1713
commit 7a0fe9f471

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