summaryrefslogtreecommitdiff
path: root/tools/msvs
diff options
context:
space:
mode:
authorBill Ticehurst <billti@hotmail.com>2016-09-30 23:38:20 -0700
committerJoão Reis <reis@janeasystems.com>2016-12-20 14:41:23 +0000
commit7a0fe9f471522ace3852be064e9042de5b6d72d8 (patch)
tree67eac205f235d3498a1f4db2cd06f5b4161c0a53 /tools/msvs
parent7b924f1713006219e20ae7f011405d18b3ac7426 (diff)
downloadandroid-node-v8-7a0fe9f471522ace3852be064e9042de5b6d72d8.tar.gz
android-node-v8-7a0fe9f471522ace3852be064e9042de5b6d72d8.tar.bz2
android-node-v8-7a0fe9f471522ace3852be064e9042de5b6d72d8.zip
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
Diffstat (limited to 'tools/msvs')
-rwxr-xr-xtools/msvs/msi/product.wxs1
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"/>