1 ExeCommand fix RIVM-6

This commit is contained in:
vadym 2022-11-30 23:58:42 +02:00
parent 2281a07553
commit ae9631ae40

View file

@ -307,9 +307,9 @@ cat > wix.xml << EOF
<WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" />
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
<CustomAction Id="LaunchApplication"
Directory="MeshInstallFolder"
Impersonate="yes"
FileKey="MeshUI"
ExeCommand="\"[MeshInstallFolder]ui\index.html\""
ExeCommand="mesh-ui.exe ui\index.html"
Return="asyncNoWait" />
<!-- Step 3: Include the custom action -->