ExeCommand path fix RIVM-6

This commit is contained in:
vadym 2022-12-01 11:30:45 +02:00
parent ef98262224
commit 8d14756fdc

View file

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