mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
1. migrated to ExeCommand in LaunchApplication CustomAction
This commit is contained in:
parent
51557612b1
commit
9f676d54cd
1 changed files with 5 additions and 5 deletions
|
@ -307,12 +307,12 @@ cat > wix.xml << EOF
|
||||||
<WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" />
|
<WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" />
|
||||||
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
|
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
|
||||||
<CustomAction Id="LaunchApplication"
|
<CustomAction Id="LaunchApplication"
|
||||||
BinaryKey="WixCA"
|
Impersonate="yes"
|
||||||
DllEntry="WixShellExec"
|
FileKey="[#MeshUI]"
|
||||||
Impersonate="yes"/>
|
ExeCommand="ui\index.html"
|
||||||
|
Return="asyncNoWait" />
|
||||||
|
|
||||||
<!-- Step 3: Include the custom action -->
|
<!-- Step 3: Include the custom action -->
|
||||||
<Property Id="WixShellExecTarget" Value="[#MeshUI] ui\index.html" />
|
|
||||||
<Property Id="ASSISTANCE_START_VIA_REGISTRY">1</Property>
|
<Property Id="ASSISTANCE_START_VIA_REGISTRY">1</Property>
|
||||||
<InstallExecuteSequence>
|
<InstallExecuteSequence>
|
||||||
<Custom
|
<Custom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue