Skip to content

Commit

Permalink
win,msi: add required UIRef for localized strings
Browse files Browse the repository at this point in the history
Reviewed-By: João Reis <reis@janeasystems.com>
PR-URL: #8884
  • Loading branch information
billti authored and MylesBorins committed Jan 23, 2017
1 parent 6f8c901 commit a9ee489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/msvs/msi/product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,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"/>
Expand Down

0 comments on commit a9ee489

Please sign in to comment.