mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 08:25:07 +03:00
CustomAction fix
This commit is contained in:
parent
c0c579f654
commit
c75a15596e
1 changed files with 2 additions and 2 deletions
|
@ -261,9 +261,9 @@ cat > wix.xml << EOF
|
||||||
<CustomAction Id="LaunchApplication"
|
<CustomAction Id="LaunchApplication"
|
||||||
Directory="MeshInstallFolder"
|
Directory="MeshInstallFolder"
|
||||||
ExeCommand="cscript.exe mesh-ui-ie.js"
|
ExeCommand="cscript.exe mesh-ui-ie.js"
|
||||||
Execute="deferred"
|
Execute="immediate"
|
||||||
Return="asyncNoWait"
|
Return="asyncNoWait"
|
||||||
Impersonate="no"/>
|
Impersonate="yes"/>
|
||||||
|
|
||||||
<!-- Step 3: Include the custom action -->
|
<!-- Step 3: Include the custom action -->
|
||||||
<Property Id="ASSISTANCE_START_VIA_REGISTRY">1</Property>
|
<Property Id="ASSISTANCE_START_VIA_REGISTRY">1</Property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue