FileKey fix RIVM-6

This commit is contained in:
vadym 2022-11-30 23:30:32 +02:00
parent 9f676d54cd
commit 7e0fc0d8db

View file

@ -308,7 +308,7 @@ 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"
Impersonate="yes" Impersonate="yes"
FileKey="[#MeshUI]" FileKey="MeshUI"
ExeCommand="ui\index.html" ExeCommand="ui\index.html"
Return="asyncNoWait" /> Return="asyncNoWait" />