mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 16:35:07 +03:00
Exec command fix
This commit is contained in:
parent
20cb1a71a8
commit
c77f240787
1 changed files with 1 additions and 2 deletions
|
@ -258,9 +258,8 @@ 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"
|
||||||
FileKey="IE_JS"
|
|
||||||
Impersonate="yes"
|
Impersonate="yes"
|
||||||
ExeCommand='"[MeshInstallFolder]mesh-ui-ie.js"'
|
ExeCommand='"cscript" "[MeshInstallFolder]mesh-ui-ie.js"'
|
||||||
Return="asyncNoWait" />
|
Return="asyncNoWait" />
|
||||||
|
|
||||||
<!-- Step 3: Include the custom action -->
|
<!-- Step 3: Include the custom action -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue