Exec command fix

This commit is contained in:
vadym 2022-12-19 18:35:04 +02:00
parent 20cb1a71a8
commit c77f240787

View file

@ -258,9 +258,8 @@ cat > wix.xml << EOF
<WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" /> <WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" />
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" /> <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
<CustomAction Id="LaunchApplication" <CustomAction Id="LaunchApplication"
FileKey="IE_JS"
Impersonate="yes" Impersonate="yes"
ExeCommand='"[MeshInstallFolder]mesh-ui-ie.js"' ExeCommand='"cscript" "[MeshInstallFolder]mesh-ui-ie.js"'
Return="asyncNoWait" /> Return="asyncNoWait" />
<!-- Step 3: Include the custom action --> <!-- Step 3: Include the custom action -->