X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fputty.iss;h=cb84e1ac25c5c625f8ca0063991768a17f4a8ccc;hb=af1460d6e5044a3344aaacd15c91cfdcb58578e7;hp=8c4045096602b11a3a4972cf6f7b6f64ae8ee506;hpb=7d6dae5e584bb5d84356ee3d7ea2db18733e0283;p=PuTTY.git diff --git a/windows/putty.iss b/windows/putty.iss index 8c404509..cb84e1ac 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.65 +VersionInfoTextVersion=Release 0.65 +AppVersion=0.65 +VersionInfoVersion=0.65.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)