1. Moved to FileKey RIVM-6

This commit is contained in:
vadym 2022-12-01 10:55:56 +02:00
parent 4d89b88278
commit ef98262224

View file

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