Skip to content

Commit fdc175a

Browse files
billtiMylesBorins
authored andcommitted
win,msi: add required UIRef for localized strings
Reviewed-By: João Reis <reis@janeasystems.com> PR-URL: #8884
1 parent c341c18 commit fdc175a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/msvs/msi/product.wxs

+1
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@
353353
</UI>
354354

355355
<UIRef Id="WixUI_Common"/>
356+
<UIRef Id="WixUI_ErrorProgressText"/>
356357
<WixVariable Id="WixUIBannerBmp" Value="..\..\..\doc\thin-white-stripe.jpg"/>
357358
<WixVariable Id="WixUIDialogBmp" Value="..\..\..\doc\full-white-stripe.jpg"/>
358359
<WixVariable Id="WixUILicenseRtf" Value="$(var.SourceDir)\LICENSE.rtf"/>

0 commit comments

Comments
 (0)