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 cjihrig committed Dec 20, 2016
1 parent 5654c83 commit 38b0720
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 @@ -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"/>
Expand Down

0 comments on commit 38b0720

Please sign in to comment.