mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
action fix
This commit is contained in:
parent
2c7bdfef76
commit
a0aabaf9c2
1 changed files with 5 additions and 5 deletions
|
@ -241,12 +241,7 @@ cat > wix.xml << EOF
|
|||
Return="check"
|
||||
Impersonate="yes" />
|
||||
|
||||
<UI Id="WixUI">
|
||||
<Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog" Value="Return" Order="999">1</Publish>
|
||||
</UI>
|
||||
<UIRef Id="WixUI_Common" />
|
||||
<Property Id="WixShellExecTarget" Value="[#MeshUI]" />
|
||||
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch Name" />
|
||||
<CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
|
||||
|
||||
<InstallExecuteSequence>
|
||||
|
@ -255,6 +250,11 @@ cat > wix.xml << EOF
|
|||
Before="StartServices">
|
||||
NOT Installed AND NOT REMOVE
|
||||
</Custom>
|
||||
<Custom
|
||||
Action="LaunchApplication"
|
||||
After="StartServices">
|
||||
NOT Installed AND NOT REMOVE
|
||||
</Custom>
|
||||
</InstallExecuteSequence>
|
||||
|
||||
</Product>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue