X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/9694f3718219a388edcf672fa0a663298bd2475c..b453763560ea30f029f9ebc8297605288800c6da:/windows/putty.iss?ds=sidebyside diff --git a/windows/putty.iss b/windows/putty.iss index 6fe5a969..7b867027 100644 --- a/windows/putty.iss +++ b/windows/putty.iss @@ -13,15 +13,16 @@ [Setup] AppName=PuTTY -AppVerName=PuTTY version 0.58 -VersionInfoTextVersion=Release 0.58 -AppVersion=0.58 -VersionInfoVersion=0.58.0.0 +AppVerName=PuTTY version 0.59 +VersionInfoTextVersion=Release 0.59 +AppVersion=0.59 +VersionInfoVersion=0.59.0.0 AppPublisher=Simon Tatham AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/putty/ AppReadmeFile={app}\README.txt DefaultDirName={pf}\PuTTY DefaultGroupName=PuTTY +SetupIconFile=installer.ico UninstallDisplayIcon={app}\putty.exe ChangesAssociations=yes ;ChangesEnvironment=yes -- when PATH munging is sorted (probably) @@ -52,7 +53,7 @@ Source: "..\doc\putty.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestart Source: "..\doc\putty.hlp"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete Source: "..\doc\putty.cnt"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete Source: "..\LICENCE"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete -Source: "..\README.txt"; DestDir: "{app}"; Flags: isreadme restartreplace uninsrestartdelete +Source: "README.txt"; DestDir: "{app}"; Flags: isreadme restartreplace uninsrestartdelete [Icons] Name: "{group}\PuTTY"; Filename: "{app}\putty.exe"