diff options
author | Bill Ticehurst <billti@hotmail.com> | 2016-09-30 23:38:20 -0700 |
---|---|---|
committer | João Reis <reis@janeasystems.com> | 2016-12-20 14:41:23 +0000 |
commit | 7a0fe9f471522ace3852be064e9042de5b6d72d8 (patch) | |
tree | 67eac205f235d3498a1f4db2cd06f5b4161c0a53 | |
parent | 7b924f1713006219e20ae7f011405d18b3ac7426 (diff) | |
download | node-new-7a0fe9f471522ace3852be064e9042de5b6d72d8.tar.gz |
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
-rwxr-xr-x | tools/msvs/msi/product.wxs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs index db2a74a705..a21a3bb3ef 100755 --- a/tools/msvs/msi/product.wxs +++ b/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"/> |