Skip to content

Commit fa11f4b

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 5335b0a commit fa11f4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/msvs/msi/product.wxs

Lines changed: 1 addition & 0 deletions
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)