updated MeshUI file id

This commit is contained in:
vadym 2021-09-12 20:18:43 +03:00
parent 52bf37ed68
commit cb0d635926

View file

@ -125,7 +125,7 @@ cat > wix.xml << EOF
Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish> Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
</UI> </UI>
<Property Id="WixShellExecTarget" Value="[#mesh-ui.exe]" /> <Property Id="WixShellExecTarget" Value="[#MeshUI]" />
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch Name" /> <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch Name" />
<CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" /> <CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
@ -200,26 +200,26 @@ cat > wix.xml << EOF
<Component Id="UIExecutable" Guid="ef9f30e0-8274-4526-835b-51bc09b5b1b7"> <Component Id="UIExecutable" Guid="ef9f30e0-8274-4526-835b-51bc09b5b1b7">
<File <File
Id="mesh-ui.exe" Id="MeshUI"
Name="mesh-ui.exe" Name="mesh-ui.exe"
DiskId="1" DiskId="1"
Source="mesh-ui.exe" Source="mesh-ui.exe"
KeyPath="yes" /> KeyPath="yes" />
<File <File
Id="index.html" Id="WebViewHtmlFile"
Name="index.html" Name="index.html"
DiskId="1" DiskId="1"
Source="${PKGINDEXFILE}" /> Source="${PKGINDEXFILE}" />
<File <File
Id="webview.dll" Id="WebViewDllFile"
Name="webview.dll" Name="webview.dll"
DiskId="1" DiskId="1"
Source="${PKGWEBVIEWFILE}" /> Source="${PKGWEBVIEWFILE}" />
<File <File
Id="WebView2Loader.dll" Id="WebViewLoaderFile"
Name="WebView2Loader.dll" Name="WebView2Loader.dll"
DiskId="1" DiskId="1"
Source="${PKGWEBVIEWFILELOADER}" /> Source="${PKGWEBVIEWFILELOADER}" />