Skip to content

Commit 7a0fe9f

Browse files
billtijoaocgreis
authored andcommitted
win,msi: add required UIRef for localized strings
Reviewed-By: João Reis <[email protected]> PR-URL: #8884
1 parent 7b924f1 commit 7a0fe9f

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
@@ -357,6 +357,7 @@
357357
</UI>
358358

359359
<UIRef Id="WixUI_Common"/>
360+
<UIRef Id="WixUI_ErrorProgressText"/>
360361
<WixVariable Id="WixUIBannerBmp" Value="..\..\..\doc\thin-white-stripe.jpg"/>
361362
<WixVariable Id="WixUIDialogBmp" Value="..\..\..\doc\full-white-stripe.jpg"/>
362363
<WixVariable Id="WixUILicenseRtf" Value="$(var.SourceDir)\LICENSE.rtf"/>

0 commit comments

Comments
 (0)