mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-15 18:32:18 +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." />
|
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" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user