Storage Node Dashboard shortcut opens the SNOboard (#3171)
This commit is contained in:
parent
73d4d83467
commit
828b0af0d7
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension">
|
||||
<Product Id="{E97D368F-CB18-45B5-8799-1EBB10728A99}" Name="Storj V3 Storage Node" Language="1033" Version="0.19.0.0" Manufacturer="Storj Labs Inc." UpgradeCode="{B32CF5FC-0665-4712-B88A-22D299565F9E}">
|
||||
<Product Id="{E97D368F-CB18-45B5-8799-1EBB10728A99}" Name="Storj V3 Storage Node" Language="1033" Version="0.22.0.0" Manufacturer="Storj Labs Inc." UpgradeCode="{B32CF5FC-0665-4712-B88A-22D299565F9E}">
|
||||
<Package Platform="x64" InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
|
||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
|
||||
<MediaTemplate EmbedCab="yes" />
|
||||
@ -66,7 +66,10 @@
|
||||
<RemoveFile Id="ConfigFile" Name="config.yaml" On="uninstall" />
|
||||
</Component>
|
||||
<Component Id="dashboardShortcut" Guid="{C48A862E-869D-4FD4-A215-D47092A40BAA}" Win64="yes">
|
||||
<Shortcut Id="DashboardShortcut" Name="Storage Node Dashboard" Description="Open the dashboard for the storage node" Directory="StorageNodeStartMenuFolder" Target="[System64Folder]cmd.exe" Arguments="/K ""[INSTALLFOLDER]storagenode.exe" dashboard --config-dir "[INSTALLFOLDER]\" --identity-dir "[IDENTITYDIR]\" --color --log.output stdout"">
|
||||
<!-- We use a standard shortcut to 'cmd.exe /C "start http://localhost:14002"' instead of util:InternetShortcut,
|
||||
so it appears as an App Shortcut with icon in the Windows Start Menu. In contrast, InternetShortcut does
|
||||
not support icons in the Start Menu. -->
|
||||
<Shortcut Id="DashboardShortcut" Name="Storage Node Dashboard" Description="Open the dashboard for the storage node" Directory="StorageNodeStartMenuFolder" Target="[System64Folder]cmd.exe" Arguments="/C "start http://localhost:14002"">
|
||||
<Icon Id="DashboardIco" SourceFile="storj.ico"/>
|
||||
</Shortcut>
|
||||
<RemoveFolder Id="RemoveStorageNodeMenuFolder" Directory="StorageNodeStartMenuFolder" On="uninstall" />
|
||||
|
Loading…
Reference in New Issue
Block a user