mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35: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}" />
|
||||
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
|
||||
<CustomAction Id="LaunchApplication"
|
||||
BinaryKey="WixCA"
|
||||
DllEntry="WixShellExec"
|
||||
Impersonate="yes"/>
|
||||
Impersonate="yes"
|
||||
FileKey="[#MeshUI]"
|
||||
ExeCommand="ui\index.html"
|
||||
Return="asyncNoWait" />
|
||||
|
||||
<!-- Step 3: Include the custom action -->
|
||||
<Property Id="WixShellExecTarget" Value="[#MeshUI] ui\index.html" />
|
||||
<Property Id="ASSISTANCE_START_VIA_REGISTRY">1</Property>
|
||||
<InstallExecuteSequence>
|
||||
<Custom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue