Quotes fix

This commit is contained in:
vadym 2022-12-01 21:46:34 +02:00
parent 1273a24a41
commit 7513fc358b

View file

@ -334,7 +334,7 @@ cat > wix.xml << EOF
<RegistryValue Id="MerAs.rst" Root="HKMU" Action="write" <RegistryValue Id="MerAs.rst" Root="HKMU" Action="write"
Key="Software\Microsoft\Windows\CurrentVersion\Run" Key="Software\Microsoft\Windows\CurrentVersion\Run"
Name="RiV-mesh client" Name="RiV-mesh client"
Value="[MeshInstallFolder]mesh-ui.exe ui\index.html" Value='"[MeshInstallFolder]mesh-ui.exe" ui\index.html'
Type="string" /> Type="string" />
<Condition>ASSISTANCE_START_VIA_REGISTRY</Condition> <Condition>ASSISTANCE_START_VIA_REGISTRY</Condition>
</Component> </Component>