X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/ffa04ed55b8c6f0ca1250cd4d3d1ad3d03b55bc3..4d9b8cfde347c30066cdcf1002fb6d4b02bdc808:/windows/putty.iss diff --git a/windows/putty.iss b/windows/putty.iss index 8c404509..0cfd0e4f 100644 --- a/windows/putty.iss +++ b/windows/putty.iss @@ -14,16 +14,16 @@ [Setup] AppName=PuTTY -AppVerName=PuTTY version 0.59 -VersionInfoTextVersion=Release 0.59 -AppVersion=0.59 -VersionInfoVersion=0.59.0.0 +AppVerName=PuTTY version 0.63 +VersionInfoTextVersion=Release 0.63 +AppVersion=0.63 +VersionInfoVersion=0.63.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 +SetupIconFile=puttyins.ico UninstallDisplayIcon={app}\putty.exe ChangesAssociations=yes ;ChangesEnvironment=yes -- when PATH munging is sorted (probably)