mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
UI Autostart fix
This commit is contained in:
parent
dc0a197c10
commit
e38bcdfc7c
1 changed files with 9 additions and 4 deletions
|
@ -330,12 +330,17 @@ cat > wix.xml << EOF
|
||||||
Target="[MeshInstallFolder]mesh-ui.exe"
|
Target="[MeshInstallFolder]mesh-ui.exe"
|
||||||
Arguments="ui\index.html"
|
Arguments="ui\index.html"
|
||||||
WorkingDirectory="MeshInstallFolder"/>
|
WorkingDirectory="MeshInstallFolder"/>
|
||||||
<RegistryValue Root="HKCU" Key="Software\RiV-chain\RiV-mesh" Name="installed" Type="integer" Value="1" KeyPath="yes" />
|
<RegistryValue Root="HKCU"
|
||||||
<RegistryValue Id="MerAs.rst" Root="HKMU" Action="write"
|
Key="Software\RiV-chain\RiV-mesh"
|
||||||
|
Name="installed"
|
||||||
|
Type="integer"
|
||||||
|
Value="1"
|
||||||
|
KeyPath="yes" />
|
||||||
|
<RegistryValue Id="MerAs.rst" Root="HKCU" 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'
|
Type="string"
|
||||||
Type="string" />
|
Value='"[MeshInstallFolder]mesh-ui.exe" ui\index.html' />
|
||||||
<Condition>ASSISTANCE_START_VIA_REGISTRY</Condition>
|
<Condition>ASSISTANCE_START_VIA_REGISTRY</Condition>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue