Fix Wix RIVM-32

This commit is contained in:
Mihail Slobodyanuk 2022-12-17 10:14:18 +02:00
parent 0b54277ece
commit 267a9109c6

View file

@ -271,7 +271,8 @@ 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"
FileKey="MeshUI" FileKey="MeshUI"
Impersonate="yes" Impersonate="yes"
ExeCommand=""
Return="asyncNoWait" /> Return="asyncNoWait" />
<!-- Step 3: Include the custom action --> <!-- Step 3: Include the custom action -->