sequence fix

This commit is contained in:
vadym 2021-09-12 20:22:28 +03:00
parent cb0d635926
commit d269186966

View file

@ -245,6 +245,18 @@ cat > wix.xml << EOF
<ComponentRef Id="ConfigScript" />
</Feature>
<UI>
<UIRef Id="MeshUI" />
<Publish Dialog="ExitDialog"
Control="Finish"
Event="DoAction"
Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
</UI>
<Property Id="WixShellExecTarget" Value="[#MeshUI]" />
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch Name" />
<CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
<CustomAction
Id="UpdateGenerateConfig"
Directory="MeshInstallFolder"