installer: choose install banner based on MyDevStage project variable

This commit is contained in:
Bill Zissimopoulos
2016-10-09 17:10:23 -07:00
parent bd5e15fe24
commit a7cdc815d0
4 changed files with 4 additions and 3 deletions

View File

@ -377,7 +377,7 @@
</Feature>
</Feature>
<WixVariable Id="WixUIBannerBmp" Value="wixbanner.bmp" />
<WixVariable Id="WixUIBannerBmp" Value="wixbanner-$(var.MyDevStage).bmp" />
<WixVariable Id="WixUIDialogBmp" Value="wixdialog.bmp" />
<UI Id="FeatureTree">
<UIRef Id="WixUI_FeatureTree" />