mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05:06 +03:00
sequence fix
This commit is contained in:
parent
d8a93577ea
commit
ce0e946cf5
1 changed files with 8 additions and 11 deletions
|
@ -233,17 +233,6 @@ cat > wix.xml << EOF
|
||||||
<ComponentRef Id="ConfigScript" />
|
<ComponentRef Id="ConfigScript" />
|
||||||
</Feature>
|
</Feature>
|
||||||
|
|
||||||
<UI>
|
|
||||||
<Publish
|
|
||||||
Control="Finish"
|
|
||||||
Event="DoAction"
|
|
||||||
Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
|
|
||||||
</UI>
|
|
||||||
|
|
||||||
<Property Id="WixShellExecTarget" Value="[#MeshUI]" />
|
|
||||||
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch Name" />
|
|
||||||
<CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
|
|
||||||
|
|
||||||
<CustomAction
|
<CustomAction
|
||||||
Id="UpdateGenerateConfig"
|
Id="UpdateGenerateConfig"
|
||||||
Directory="MeshInstallFolder"
|
Directory="MeshInstallFolder"
|
||||||
|
@ -252,6 +241,14 @@ cat > wix.xml << EOF
|
||||||
Return="check"
|
Return="check"
|
||||||
Impersonate="yes" />
|
Impersonate="yes" />
|
||||||
|
|
||||||
|
<UI>
|
||||||
|
<Publish Dialog="ExitDialog" Control="Finish" Event="DoAction" Value="Return" Order="999">1</Publish>
|
||||||
|
</UI>
|
||||||
|
|
||||||
|
<Property Id="WixShellExecTarget" Value="[#MeshUI]" />
|
||||||
|
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch Name" />
|
||||||
|
<CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
|
||||||
|
|
||||||
<InstallExecuteSequence>
|
<InstallExecuteSequence>
|
||||||
<Custom
|
<Custom
|
||||||
Action="UpdateGenerateConfig"
|
Action="UpdateGenerateConfig"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue