mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 08:25:07 +03:00
Added ApplicationStartMenuShortcut
This commit is contained in:
parent
c75a15596e
commit
6bf6fc36f0
1 changed files with 8 additions and 2 deletions
|
@ -280,11 +280,17 @@ cat > wix.xml << EOF
|
|||
Name="RiV-mesh"
|
||||
Description="RiV-mesh is IoT E2E encrypted network"
|
||||
Directory="DesktopFolder"
|
||||
Target="[Script]"
|
||||
Target="cscript.exe"
|
||||
Arguments="[MeshInstallFolder]mesh-ui-ie.js"
|
||||
WorkingDirectory="MeshInstallFolder">
|
||||
<Icon Id="ShortcutIcon" SourceFile="riv.ico"/>
|
||||
</Shortcut>
|
||||
<Shortcut Id="ApplicationStartMenuShortcut"
|
||||
Name="RiV-mesh"
|
||||
Description="RiV-mesh is IoT E2E encrypted network"
|
||||
Target="cscript.exe"
|
||||
Arguments="[MeshInstallFolder]mesh-ui-ie.js"
|
||||
WorkingDirectory="MeshInstallFolder"/>
|
||||
<RegistryValue Root="HKCU"
|
||||
Key="Software\RiV-chain\RiV-mesh"
|
||||
Name="installed"
|
||||
|
@ -295,7 +301,7 @@ cat > wix.xml << EOF
|
|||
Key="Software\Microsoft\Windows\CurrentVersion\Run"
|
||||
Name="RiV-mesh client"
|
||||
Type="string"
|
||||
Value='"[Script]" "[MeshInstallFolder]mesh-ui-ie.js"' />
|
||||
Value='"cscript.exe" "[MeshInstallFolder]mesh-ui-ie.js"' />
|
||||
<Condition>ASSISTANCE_START_VIA_REGISTRY</Condition>
|
||||
</Component>
|
||||
</Product>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue