Fixed the Windows Wix installer

This commit is contained in:
Alvin Moore 2018-04-24 14:27:51 -07:00
parent 4ad22a8d9d
commit d3b802f79a

View File

@ -391,16 +391,18 @@
To allow path variables to update, please restart your IDE and any open terminal sessions." /> To allow path variables to update, please restart your IDE and any open terminal sessions." />
<UIRef Id='WixUI_FeatureTree' /> <UIRef Id='WixUI_FeatureTree' />
<UI>
<Publish Dialog="WelcomeDlg" <Publish Dialog="WelcomeDlg"
Control="Next" Control="Next"
Event="NewDialog" Event="NewDialog"
Value="FeatureDlg" Value="FeaturesDlg"
Order="2">1</Publish> Order="2">1</Publish>
<Publish Dialog="FeatureDlg" <Publish Dialog="FeaturesDlg"
Control="Back" Control="Back"
Event="NewDialog" Event="NewDialog"
Value="WelcomeDlg" Value="WelcomeDlg"
Order="2">1</Publish> Order="2">1</Publish>
</UI>
<UIRef Id='WixUI_ErrorProgressText' /> <UIRef Id='WixUI_ErrorProgressText' />
<WixVariable Id="WixUIDialogBmp" Value="$(var.ProjectRoot)\art\dialog.jpg" /> <WixVariable Id="WixUIDialogBmp" Value="$(var.ProjectRoot)\art\dialog.jpg" />