mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 00:15:06 +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"
|
||||
Directory="MeshInstallFolder"
|
||||
ExeCommand="cscript.exe mesh-ui-ie.js"
|
||||
Execute="deferred"
|
||||
Execute="immediate"
|
||||
Return="asyncNoWait"
|
||||
Impersonate="no"/>
|
||||
Impersonate="yes"/>
|
||||
|
||||
<!-- Step 3: Include the custom action -->
|
||||
<Property Id="ASSISTANCE_START_VIA_REGISTRY">1</Property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue