install folder fix

This commit is contained in:
vadym 2021-09-20 18:18:44 +03:00
parent 6e91f8bfa6
commit 751dbac14f

View file

@ -286,8 +286,8 @@ cat > wix.xml << EOF
Name="RiV-mesh" Name="RiV-mesh"
Description="RiV-mesh is IoT E2E encrypted network" Description="RiV-mesh is IoT E2E encrypted network"
Directory="DesktopFolder" Directory="DesktopFolder"
Target="[INSTALLFOLDER]mesh-ui.exe" Target="[MeshInstallFolder]mesh-ui.exe"
WorkingDirectory="INSTALLFOLDER"/> WorkingDirectory="${MeshInstallFolder}"/>
<RegistryValue Root="HKCU" Key="Software\RiV-chain\RiV-mesh" Name="installed" Type="integer" Value="1" KeyPath="yes" /> <RegistryValue Root="HKCU" Key="Software\RiV-chain\RiV-mesh" Name="installed" Type="integer" Value="1" KeyPath="yes" />
</Component> </Component>