CustomAction fix

This commit is contained in:
vadym 2022-12-19 20:03:51 +02:00
parent c0c579f654
commit c75a15596e

View file

@ -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>