mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
Fixed the Windows Wix installer
This commit is contained in:
parent
4ad22a8d9d
commit
d3b802f79a
@ -390,17 +390,19 @@
|
||||
|
||||
To allow path variables to update, please restart your IDE and any open terminal sessions." />
|
||||
|
||||
<UIRef Id='WixUI_FeatureTree' />
|
||||
<Publish Dialog="WelcomeDlg"
|
||||
Control="Next"
|
||||
Event="NewDialog"
|
||||
Value="FeatureDlg"
|
||||
Order="2">1</Publish>
|
||||
<Publish Dialog="FeatureDlg"
|
||||
Control="Back"
|
||||
Event="NewDialog"
|
||||
Value="WelcomeDlg"
|
||||
Order="2">1</Publish>
|
||||
<UIRef Id='WixUI_FeatureTree' />
|
||||
<UI>
|
||||
<Publish Dialog="WelcomeDlg"
|
||||
Control="Next"
|
||||
Event="NewDialog"
|
||||
Value="FeaturesDlg"
|
||||
Order="2">1</Publish>
|
||||
<Publish Dialog="FeaturesDlg"
|
||||
Control="Back"
|
||||
Event="NewDialog"
|
||||
Value="WelcomeDlg"
|
||||
Order="2">1</Publish>
|
||||
</UI>
|
||||
<UIRef Id='WixUI_ErrorProgressText' />
|
||||
|
||||
<WixVariable Id="WixUIDialogBmp" Value="$(var.ProjectRoot)\art\dialog.jpg" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user