Added arguments for app execution from setup dialog RIVM-6

This commit is contained in:
vadym 2022-11-30 22:04:06 +02:00
parent 9fba67bfd5
commit cb872eb590

View file

@ -297,6 +297,12 @@ cat > wix.xml << EOF
Impersonate="yes" />
<!-- Step 2: Add UI to your installer / Step 4: Trigger the custom action -->
<CustomAction Id="LaunchApplication"
FileKey="MeshUI"
ExeCommand="[MeshInstallFolder]mesh-ui.exe ui\index.html"
Execute="immediate"
Impersonate="yes"
Return="asyncNoWait" />
<UI>
<UIRef Id="WixUI_Minimal" />
<Publish Dialog="ExitDialog"