mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
sequence fix
This commit is contained in:
parent
d269186966
commit
9d15744061
1 changed files with 0 additions and 8 deletions
|
@ -117,14 +117,6 @@ cat > wix.xml << EOF
|
|||
Version="${PKGVERSIONMS}"
|
||||
Manufacturer="github.com/RiV-chain">
|
||||
|
||||
<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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue