mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
1. CustomAction Directory attribute fix
This commit is contained in:
parent
3488992352
commit
d6c27ef7af
1 changed files with 5 additions and 4 deletions
|
@ -304,15 +304,16 @@ cat > wix.xml << EOF
|
|||
Event="DoAction"
|
||||
Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
|
||||
</UI>
|
||||
|
||||
<WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" />
|
||||
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
|
||||
<CustomAction Id="LaunchApplication"
|
||||
ExeCommand="[MeshInstallFolder]mesh-ui.exe ui\index.html"
|
||||
Directory="MeshInstallFolder"
|
||||
ExeCommand="mesh-ui.exe ui\index.html"
|
||||
Execute="immediate"
|
||||
BinaryKey="WixCA"
|
||||
Impersonate="yes"
|
||||
Return="asyncNoWait"/>
|
||||
|
||||
<WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" />
|
||||
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
|
||||
|
||||
<!-- Step 3: Include the custom action -->
|
||||
<Property Id="WixShellExecTarget" Value="[#MeshUI]" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue