X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fputty.iss;h=5856909e5b5d38dce89094f5dba2bf7b14847fcb;hb=15386cbe927fc85ac2fed0bb47704645c4b67dad;hp=8c4045096602b11a3a4972cf6f7b6f64ae8ee506;hpb=7d6dae5e584bb5d84356ee3d7ea2db18733e0283;p=PuTTY.git diff --git a/windows/putty.iss b/windows/putty.iss index 8c404509..5856909e 100644 --- a/windows/putty.iss +++ b/windows/putty.iss @@ -1,5 +1,4 @@ ; -*- no -*- -; $Id$ ; ; -- Inno Setup installer script for PuTTY and its related tools. ; Last tested with Inno Setup 5.0.8. @@ -14,16 +13,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.67 +VersionInfoTextVersion=Release 0.67 +AppVersion=0.67 +VersionInfoVersion=0.67.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)