diff --git a/installers/windows/Monero.iss b/installers/windows/Monero.iss index c9b5f1d4..453ba29e 100644 --- a/installers/windows/Monero.iss +++ b/installers/windows/Monero.iss @@ -3,10 +3,10 @@ ; See LICENSE [Setup] -AppName=Monero Core + GUI Wallet +AppName=Monero GUI Wallet AppVersion=0.10.3.1 -DefaultDirName={pf}\Monero Core -DefaultGroupName=Monero Core + GUI Wallet +DefaultDirName={pf}\Monero GUI Wallet +DefaultGroupName=Monero GUI Wallet UninstallDisplayIcon={app}\monero-wallet-gui.exe PrivilegesRequired=admin ArchitecturesInstallIn64BitMode=x64 @@ -320,7 +320,7 @@ end; [Icons] -; Icons in the "Monero Core + GUI Wallet" program group +; Icons in the "Monero GUI Wallet" program group ; Windows will almost always display icons in alphabetical order, per level, so specify the text accordingly Name: "{group}\GUI Wallet"; Filename: "{app}\monero-wallet-gui.exe" Name: "{group}\Monero Daemon"; Filename: "{app}\monerod.exe"; Parameters: {code:DaemonFlags} diff --git a/installers/windows/README.md b/installers/windows/README.md index 73cc38c4..ddf33e0b 100644 --- a/installers/windows/README.md +++ b/installers/windows/README.md @@ -1,4 +1,4 @@ -# Monero Core + GUI Wallet Beta 2 Windows Installer # +# Monero GUI Wallet Beta 2 Windows Installer # Copyright (c) 2014-2017, The Monero Project diff --git a/installers/windows/ReadMe.htm b/installers/windows/ReadMe.htm index 34df7a93..9cc4ce72 100644 --- a/installers/windows/ReadMe.htm +++ b/installers/windows/ReadMe.htm @@ -1,13 +1,13 @@
-Copyright (c) 2014-2017, The Monero Project
- Date: June 9, 2017
Also included is the whole Monero Core software, so you have everything now to run a so-called full node +
Also included is the Monero daemon, so you have everything now to run a so-called full node and become part of the network of nodes that manages the Monero blockchain; you don't need to install additional packages in order to start.
@@ -97,14 +97,14 @@ But do remember that the seed needed to re-create the wallet is critical, however: Never loose your seed! -There is a bug in this beta of the GUI Wallet that triggers if it is installed in a path that contains spaces / +
There is a bug in this beta of the GUI wallet that triggers if it is installed in a path that contains spaces / blank characters, like the default location for Windows programs C:\Program Files unfortunately does. Symptoms are problems in the communication between the wallet and the daemon, e.g. the wallet not "seeing" the daemon and then not knowing whether it is "synchronized" with the network and thus ready to work or not. You can avoid these problems by starting the daemon yourself, with the help of the Monero Daemon icon in the Monero program group.
-In the Monero Core + GUI Wallet program group there are several icons that may help you to solve problems. +
In the Monero GUI Wallet program group there are several icons that may help you to solve problems. These are the icons with a x in front and the name (in parenthesis) to make them visually stand apart from the "normal" ones because you will probably only need them in case of trouble, but not during normal usage of Monero.
@@ -116,7 +116,7 @@