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

@ -390,17 +390,19 @@
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' />
<Publish Dialog="WelcomeDlg" <UI>
Control="Next" <Publish Dialog="WelcomeDlg"
Event="NewDialog" Control="Next"
Value="FeatureDlg" Event="NewDialog"
Order="2">1</Publish> Value="FeaturesDlg"
<Publish Dialog="FeatureDlg" Order="2">1</Publish>
Control="Back" <Publish Dialog="FeaturesDlg"
Event="NewDialog" Control="Back"
Value="WelcomeDlg" Event="NewDialog"
Order="2">1</Publish> Value="WelcomeDlg"
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" />