]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - windows/putty.iss
Update version number for 0.66 release.
[PuTTY.git] / windows / putty.iss
1 ; -*- no -*-\r
2 ;\r
3 ; -- Inno Setup installer script for PuTTY and its related tools.\r
4 ;    Last tested with Inno Setup 5.0.8.\r
5 ;\r
6 ; TODO for future releases:\r
7 ;\r
8 ;  - It might be nice to have an option to add PSCP, Plink and PSFTP to\r
9 ;    the PATH. See wish `installer-addpath'.\r
10 ;\r
11 ;  - Maybe a "custom" installation might be useful? Hassle with\r
12 ;    UninstallDisplayIcon, though.\r
13 \r
14 [Setup]\r
15 AppName=PuTTY\r
16 AppVerName=PuTTY version 0.66\r
17 VersionInfoTextVersion=Release 0.66\r
18 AppVersion=0.66\r
19 VersionInfoVersion=0.66.0.0\r
20 AppPublisher=Simon Tatham\r
21 AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/putty/\r
22 AppReadmeFile={app}\README.txt\r
23 DefaultDirName={pf}\PuTTY\r
24 DefaultGroupName=PuTTY\r
25 SetupIconFile=puttyins.ico\r
26 UninstallDisplayIcon={app}\putty.exe\r
27 ChangesAssociations=yes\r
28 ;ChangesEnvironment=yes -- when PATH munging is sorted (probably)\r
29 Compression=zip/9\r
30 AllowNoIcons=yes\r
31 \r
32 [Files]\r
33 ; We flag all files with "restartreplace" et al primarily for the benefit\r
34 ; of unattended un/installations/upgrades, when the user is running one\r
35 ; of the apps at a time. Without it, the operation will fail noisily in\r
36 ; this situation.\r
37 ; This does mean that the user will be prompted to restart their machine\r
38 ; if any of the files _were_ open during installation (or, if /VERYSILENT\r
39 ; is used, the machine will be restarted automatically!). The /NORESTART\r
40 ; flag avoids this.\r
41 ; It might be nicer to have a "no worries, replace the file next time you\r
42 ; reboot" option, but the developers have no interest in adding one.\r
43 ; NB: apparently, using long (non-8.3) filenames with restartreplace is a\r
44 ; bad idea. (Not that we do.)\r
45 Source: "putty.exe"; DestDir: "{app}"; Flags: promptifolder replacesameversion restartreplace uninsrestartdelete\r
46 Source: "pageant.exe"; DestDir: "{app}"; Flags: promptifolder replacesameversion restartreplace uninsrestartdelete\r
47 Source: "puttygen.exe"; DestDir: "{app}"; Flags: promptifolder replacesameversion restartreplace uninsrestartdelete\r
48 Source: "pscp.exe"; DestDir: "{app}"; Flags: promptifolder replacesameversion restartreplace uninsrestartdelete\r
49 Source: "psftp.exe"; DestDir: "{app}"; Flags: promptifolder replacesameversion restartreplace uninsrestartdelete\r
50 Source: "plink.exe"; DestDir: "{app}"; Flags: promptifolder replacesameversion restartreplace uninsrestartdelete\r
51 Source: "website.url"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete\r
52 Source: "..\doc\putty.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete\r
53 Source: "..\doc\putty.hlp"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete\r
54 Source: "..\doc\putty.cnt"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete\r
55 Source: "..\LICENCE"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete\r
56 Source: "README.txt"; DestDir: "{app}"; Flags: isreadme restartreplace uninsrestartdelete\r
57 \r
58 [Icons]\r
59 Name: "{group}\PuTTY"; Filename: "{app}\putty.exe"\r
60 ; We have to fall back from the .chm to the older .hlp file on some Windows\r
61 ; versions.\r
62 Name: "{group}\PuTTY Manual"; Filename: "{app}\putty.chm"; MinVersion: 4.1,5.0\r
63 Name: "{group}\PuTTY Manual"; Filename: "{app}\putty.hlp"; OnlyBelowVersion: 4.1,5.0\r
64 Name: "{group}\PuTTY Web Site"; Filename: "{app}\website.url"\r
65 Name: "{group}\PSFTP"; Filename: "{app}\psftp.exe"\r
66 Name: "{group}\PuTTYgen"; Filename: "{app}\puttygen.exe"\r
67 Name: "{group}\Pageant"; Filename: "{app}\pageant.exe"\r
68 Name: "{commondesktop}\PuTTY"; Filename: "{app}\putty.exe"; Tasks: desktopicon\common\r
69 Name: "{userdesktop}\PuTTY"; Filename: "{app}\putty.exe"; Tasks: desktopicon\user\r
70 ; Putting this in {commonappdata} doesn't seem to work, on 98SE at least.\r
71 Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\PuTTY"; Filename: "{app}\putty.exe"; Tasks: quicklaunchicon\r
72 \r
73 [Tasks]\r
74 Name: desktopicon; Description: "Create a &desktop icon for PuTTY"; GroupDescription: "Additional icons:"; Flags: unchecked\r
75 Name: desktopicon\common; Description: "For all users"; GroupDescription: "Additional icons:"; Flags: exclusive unchecked\r
76 Name: desktopicon\user; Description: "For the current user only"; GroupDescription: "Additional icons:"; Flags: exclusive unchecked\r
77 Name: quicklaunchicon; Description: "Create a &Quick Launch icon for PuTTY (current user only)"; GroupDescription: "Additional icons:"; Flags: unchecked\r
78 Name: associate; Description: "&Associate .PPK files (PuTTY Private Key) with Pageant and PuTTYgen"; GroupDescription: "Other tasks:"\r
79 \r
80 [Registry]\r
81 Root: HKCR; Subkey: ".ppk"; ValueType: string; ValueName: ""; ValueData: "PuTTYPrivateKey"; Flags: uninsdeletevalue; Tasks: associate\r
82 Root: HKCR; Subkey: "PuTTYPrivateKey"; ValueType: string; ValueName: ""; ValueData: "PuTTY Private Key File"; Flags: uninsdeletekey; Tasks: associate\r
83 Root: HKCR; Subkey: "PuTTYPrivateKey\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\pageant.exe,0"; Tasks: associate\r
84 Root: HKCR; Subkey: "PuTTYPrivateKey\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\pageant.exe"" ""%1"""; Tasks: associate\r
85 Root: HKCR; Subkey: "PuTTYPrivateKey\shell\edit"; ValueType: string; ValueName: ""; ValueData: "&Edit"; Tasks: associate\r
86 Root: HKCR; Subkey: "PuTTYPrivateKey\shell\edit\command"; ValueType: string; ValueName: ""; ValueData: """{app}\puttygen.exe"" ""%1"""; Tasks: associate\r
87 ; Add to PATH on NT-class OS?\r
88 \r
89 [UninstallRun]\r
90 ; -cleanup-during-uninstall is an undocumented option that tailors the\r
91 ; message displayed.\r
92 ; XXX: it would be nice if this task weren't run if a silent uninstall is\r
93 ;      requested, but "skipifsilent" is disallowed.\r
94 Filename: "{app}\putty.exe"; Parameters: "-cleanup-during-uninstall"; RunOnceId: "PuTTYCleanup"; StatusMsg: "Cleaning up saved sessions etc (optional)..."\r
95 \r
96 [Messages]\r
97 ; Since it's possible for the user to be asked to restart their computer,\r
98 ; we should override the default messages to explain exactly why, so they\r
99 ; can make an informed decision. (Especially as 95% of users won't need or\r
100 ; want to restart; see rant above.)\r
101 FinishedRestartLabel=One or more [name] programs are still running. Setup will not replace these program files until you restart your computer. Would you like to restart now?\r
102 ; This message is popped up in a message box on a /SILENT install.\r
103 FinishedRestartMessage=One or more [name] programs are still running.%nSetup will not replace these program files until you restart your computer.%n%nWould you like to restart now?\r
104 ; ...and this comes up if you try to uninstall.\r
105 UninstalledAndNeedsRestart=One or more %1 programs are still running.%nThe program files will not be removed until your computer is restarted.%n%nWould you like to restart now?\r