mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
sequence fix
This commit is contained in:
parent
cb0d635926
commit
d269186966
1 changed files with 12 additions and 0 deletions
|
@ -245,6 +245,18 @@ cat > wix.xml << EOF
|
|||
<ComponentRef Id="ConfigScript" />
|
||||
</Feature>
|
||||
|
||||
<UI>
|
||||
<UIRef Id="MeshUI" />
|
||||
<Publish Dialog="ExitDialog"
|
||||
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
|
||||
Id="UpdateGenerateConfig"
|
||||
Directory="MeshInstallFolder"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue