1. FileKey fix RIVM-6

This commit is contained in:
vadym 2022-12-01 10:41:29 +02:00
parent ae9631ae40
commit 4d89b88278

View file

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