ExeCommand value fix

This commit is contained in:
vadym 2022-11-30 23:39:47 +02:00
parent 7e0fc0d8db
commit 41bff9235e

View file

@ -309,7 +309,7 @@ cat > wix.xml << EOF
<CustomAction Id="LaunchApplication" <CustomAction Id="LaunchApplication"
Impersonate="yes" Impersonate="yes"
FileKey="MeshUI" FileKey="MeshUI"
ExeCommand="ui\index.html" ExeCommand="[MeshInstallFolder]ui\index.html"
Return="asyncNoWait" /> Return="asyncNoWait" />
<!-- Step 3: Include the custom action --> <!-- Step 3: Include the custom action -->