Only in ../pebuilder314-beta/plugin/putty: PAGEANT.EXE
Only in ../pebuilder314-beta/plugin/putty: PLINK.EXE
Only in ../pebuilder314-beta/plugin/putty: PSCP.EXE
Only in ../pebuilder314-beta/plugin/putty: PSFTP.EXE
Only in ../pebuilder314-beta/plugin/putty: PUTTY.CNT
Only in ../pebuilder314-beta/plugin/putty: PUTTY.EXE
Only in ../pebuilder314-beta/plugin/putty: PUTTY.HLP
Only in ../pebuilder314-beta/plugin/putty: PUTTYGEN.EXE
Only in putty: autorun_putty.cmd
diff -Buw ../pebuilder314-beta/plugin/putty/putty.htm putty/putty.htm
--- ../pebuilder314-beta/plugin/putty/putty.htm 2004-09-28 11:17:52.000000000 -0700
+++ putty/putty.htm 2005-07-12 20:34:18.484375000 -0700
@@ -1,9 +1,14 @@
-
+
+
+
+PuTTY - SSH/Telnet Client and Related Utilities [Patched]
+
+
PE Builder v3 plugin
-PuTTY
+PuTTY - SSH/Telnet Client and Related Utilities [Patched]
PuTTY by
Simon Tatham (PuTTY/MIT licence) is a Free Win32 Telnet/SSH Client.
@@ -13,9 +18,20 @@
Download the Windows 95, 98, ME, NT, 2000 and XP binary.
Copy the following files into
the plugin\putty directory:
-putty.exe
+
+putty.exe
+putty.hlp
+putty.cnt
+pageant.exe
+plink.exe
+pscp.exe
+psftp.exe
+puttygen.exe
+
-
+
+
+Requires PESetEnv plugin.
PE Builder
Copyright (c) 2002-2004 Bart Lagerweij. All rights reserved.
diff -Buw ../pebuilder314-beta/plugin/putty/putty.inf putty/putty.inf
--- ../pebuilder314-beta/plugin/putty/putty.inf 2005-03-02 09:14:24.000000000 -0800
+++ putty/putty.inf 2005-07-12 20:36:31.453125000 -0700
@@ -1,3 +1,7 @@
+; $Id$
+; Modified by Ross Smith (http://smithii.com/)
+; Requires the PESetEnv plugin to correctly set the master PATH environment variable -Ross
+; Added all putty files to plugin -Ross
; putty.inf
; PE Builder v3 plug-in INF file for Putty
; Created by Bart Lagerweij
@@ -6,15 +10,43 @@
Signature= "$Windows NT$"
[PEBuilder]
-Name="PuTTY"
+Name="PuTTY (Requires PESetEnv Plugin) [smithii.com patch]"
Enable=0
Help="putty.htm"
+[Update]
+id=putty
+depends=pesetenv
+url=http://smithii.com/files/plugins/
+Version=$Revision$
+
[WinntDirectories]
a="Programs\putty",2
[SourceDisksFiles]
putty.exe=a,,1
+putty.hlp=a,,1
+putty.cnt=a,,1
+pageant.exe=a,,1
+plink.exe=a,,1
+pscp.exe=a,,1
+psftp.exe=a,,1
+puttygen.exe=a,,1
+;autorun_putty.cmd=2,,1
[Append]
nu2menu.xml, putty_nu2menu.xml
+
+[Software.AddReg]
+; Add to Start/Programs menu
+0x2,"Sherpya\XPEinit\Programs","PuTTY","%SystemDrive%\Programs\putty\putty.exe"
+
+; Add to Start menu
+;0x2,"Sherpya\XPEinit\StartMenu","PuTTY","%SystemDrive%\Programs\putty\putty.exe"
+
+; Add to Quick Launch Toolbar
+;0x2,"Sherpya\XPEinit\QuickLaunch","PuTTY","%SystemDrive%\Programs\putty\putty.exe"
+
+[Software.AddReg]
+; Added to master environment by PESetEnv plugin
+0x1,"PESetEnv\Path\Postfix","500_putty","%SystemDrive%\Programs\putty"
Only in putty: setpath.cmd