]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Initial checkin of PuTTY installer script and associated files.
authorSimon Tatham <anakin@pobox.com>
Fri, 20 Sep 2002 18:57:05 +0000 (18:57 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 20 Sep 2002 18:57:05 +0000 (18:57 +0000)
[originally from svn r1969]

README.txt [new file with mode: 0644]
putty.iss [new file with mode: 0644]
website.url [new file with mode: 0644]

diff --git a/README.txt b/README.txt
new file mode 100644 (file)
index 0000000..5a62a2e
--- /dev/null
@@ -0,0 +1,34 @@
+PuTTY README\r
+============\r
+\r
+This is the README file for the PuTTY installer distribution. If\r
+you're reading this, you've probably just run our installer and\r
+installed PuTTY on your system.\r
+\r
+What should I do next?\r
+----------------------\r
+\r
+If you want to use PuTTY to connect to other computers, or use PSFTP\r
+to transfer files, you should just be able to run them from the\r
+Start menu.\r
+\r
+If you want to use the command-line-only file transfer utility PSCP,\r
+you will probably want to put the PuTTY installation directory to be\r
+on your PATH. How you do this depends on your version of Windows. On\r
+Windows NT and 2000, you can set it using Control Panel > System; on\r
+Windows 95 you will need to edit AUTOEXEC.BAT. Consult your Windows\r
+manuals for details.\r
+\r
+What do I do if it doesn't work?\r
+--------------------------------\r
+\r
+The PuTTY home web site is\r
+\r
+    http://www.chiark.greenend.org.uk/~sgtatham/putty/\r
+\r
+Here you will find our list of known bugs and pending feature\r
+requests. If your problem is not listed in there, or in the FAQ, or\r
+in the manuals, read the Feedback page to find out how to report\r
+bugs to us. PLEASE read the Feedback page carefully: it is there to\r
+save you time as well as us. Do not send us one-line bug reports\r
+telling us `it doesn't work'.\r
diff --git a/putty.iss b/putty.iss
new file mode 100644 (file)
index 0000000..6270974
--- /dev/null
+++ b/putty.iss
@@ -0,0 +1,62 @@
+; -*- no -*-\r
+; putty.iss\r
+;\r
+; -- Inno Setup installer script for PuTTY and its related tools.\r
+;\r
+; TODO for future releases:\r
+;\r
+;  - It would be neighbourly to set up an [UninstallRun] entry that ran\r
+;    some close cousin of `putty -cleanup', only it should prompt first\r
+;    in case the user wants to keep stuff. And make the `leave it alone'\r
+;    button the DEFAULT. And perhaps warn that on NT-style systems not\r
+;    everything will be caught by this.\r
+;\r
+;  - The Quick Launch bar is an interesting thought. Certainly a fair\r
+;    number of people actually _believe_ my silly joke about how PuTTY\r
+;    is the only thing that makes Windows usable, so perhaps they'd like\r
+;    that. Unchecked by default, though, I think.\r
+;     * does this need to be conditional on the Windows version?\r
+\r
+[Setup]\r
+AppName=PuTTY\r
+AppVerName=PuTTY prerelease 0.53p\r
+DefaultDirName={pf}\PuTTY\r
+DefaultGroupName=PuTTY\r
+UninstallDisplayIcon={app}\putty.exe\r
+ChangesAssociations=yes\r
+Compression=zip/9\r
+\r
+[Files]\r
+Source: "putty.exe"; DestDir: "{app}"\r
+Source: "pageant.exe"; DestDir: "{app}"\r
+Source: "puttygen.exe"; DestDir: "{app}"\r
+Source: "pscp.exe"; DestDir: "{app}"\r
+Source: "psftp.exe"; DestDir: "{app}"\r
+Source: "plink.exe"; DestDir: "{app}"\r
+Source: "website.url"; DestDir: "{app}"\r
+Source: "doc\putty.hlp"; DestDir: "{app}"\r
+Source: "doc\putty.cnt"; DestDir: "{app}"\r
+Source: "LICENCE"; DestDir: "{app}"\r
+Source: "README.txt"; DestDir: "{app}"; Flags: isreadme\r
+\r
+[Icons]\r
+Name: "{group}\PuTTY"; Filename: "{app}\putty.exe"; Tasks: startmenu\r
+Name: "{group}\PuTTY Manual"; Filename: "{app}\putty.hlp"; Tasks: startmenu\r
+Name: "{group}\PuTTY Web Site"; Filename: "{app}\website.url"; Tasks: startmenu\r
+Name: "{group}\PSFTP"; Filename: "{app}\psftp.exe"; Tasks: startmenu\r
+Name: "{group}\PuTTYgen"; Filename: "{app}\puttygen.exe"; Tasks: startmenu\r
+Name: "{group}\Pageant"; Filename: "{app}\pageant.exe"; Tasks: startmenu\r
+Name: "{userdesktop}\PuTTY"; Filename: "{app}\putty.exe"; Tasks: desktopicon\r
+\r
+[Tasks]\r
+Name: startmenu; Description: "Create a &Start Menu group"\r
+Name: desktopicon; Description: "Create a &desktop icon for PuTTY"\r
+Name: associate; Description: "&Associate .PPK files (PuTTY Private Key) with Pageant"\r
+\r
+[Registry]\r
+Root: HKCR; Subkey: ".ppk"; ValueType: string; ValueName: ""; ValueData: "PuTTYPrivateKey"; Flags: uninsdeletevalue; Tasks: associate\r
+Root: HKCR; Subkey: "PuTTYPrivateKey"; ValueType: string; ValueName: ""; ValueData: "PuTTY Private Key File"; Flags: uninsdeletekey; Tasks: associate\r
+Root: HKCR; Subkey: "PuTTYPrivateKey\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\pageant.exe,0"; Tasks: associate\r
+Root: HKCR; Subkey: "PuTTYPrivateKey\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\pageant.exe"" ""%1"""; Tasks: associate\r
+Root: HKCR; Subkey: "PuTTYPrivateKey\shell\edit"; ValueType: string; ValueName: ""; ValueData: "&Edit"; Tasks: associate\r
+Root: HKCR; Subkey: "PuTTYPrivateKey\shell\edit\command"; ValueType: string; ValueName: ""; ValueData: """{app}\puttygen.exe"" ""%1"""; Tasks: associate\r
diff --git a/website.url b/website.url
new file mode 100644 (file)
index 0000000..70546b7
Binary files /dev/null and b/website.url differ