1. target fix

This commit is contained in:
vadym 2022-11-30 23:06:44 +02:00
parent d6079cd4df
commit 51557612b1

View file

@ -304,18 +304,15 @@ cat > wix.xml << EOF
Event="DoAction" Event="DoAction"
Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish> Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
</UI> </UI>
<CustomAction Id="LaunchApplication"
Directory="MeshInstallFolder"
ExeCommand="mesh-ui.exe ui\index.html"
Execute="immediate"
Impersonate="yes"
Return="asyncNoWait"/>
<WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" /> <WixVariable Id="WixUILicenseRtf" Value="${PKGLICENSEFILE}" />
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" /> <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
<CustomAction Id="LaunchApplication"
BinaryKey="WixCA"
DllEntry="WixShellExec"
Impersonate="yes"/>
<!-- Step 3: Include the custom action --> <!-- Step 3: Include the custom action -->
<Property Id="WixShellExecTarget" Value="[#MeshUI]" /> <Property Id="WixShellExecTarget" Value="[#MeshUI] ui\index.html" />
<Property Id="ASSISTANCE_START_VIA_REGISTRY">1</Property> <Property Id="ASSISTANCE_START_VIA_REGISTRY">1</Property>
<InstallExecuteSequence> <InstallExecuteSequence>
<Custom <Custom