Only in pstools: autorun_pstools.cmd
diff -Buw ../pebuilder314-beta/plugin/pstools/pstools.htm pstools/pstools.htm
--- ../pebuilder314-beta/plugin/pstools/pstools.htm 2004-09-07 20:54:22.000000000 -0700
+++ pstools/pstools.htm 2005-07-12 20:34:18.281250000 -0700
@@ -1,35 +1,53 @@
-
+
+
+
+Sysinternals PsTools [Patched]
+
+
PE Builder v3.0 plugin
-
-Sysinternals PsTools
+
+Sysinternals PsTools [Patched]
PsTools
-is a suite of tools that help you administer your Windows NT/2K systems.
-
+is a suite of tools that help you administer your Windows NT/2K systems.
+
Before you can use the plugin you must download the
-tools and copy it to the plugin directory.
-
-Download the PsTools in a Zip File by itself (Pstools.zip).
+tools and copy it to the plugin directory.
+
+Download the PsTools in a Zip File by itself (Pstools.zip).
Copy the following files into
-the plugin\pstools directory:
-pdh.dll, psexec.exe, psfile.exe, psgetsid.exe, psinfo.exe, pskill.exe, pslist.exe,
-psloggedon.exe, psloglist.exe, pspasswd.exe, psservice.exe, psshutdown.exe, pssuspend.exe,
-pstools.chm
-
+the plugin\pstools directory:
+
+pdh.dll
+psexec.exe
+psfile.exe
+psgetsid.exe
+psinfo.exe
+pskill.exe
+pslist.exe
+psloggedon.exe
+psloglist.exe
+pspasswd.exe
+psservice.exe
+psshutdown.exe
+pssuspend.exe
+pstools.chm
+
+
Before you can use the plugin you must download the
-plugin and copy it to the plugin directory.
-
-Download the PsTools Plugin in a Cab File by itself (pstools.cab).
-Copy the following files into
-the plugin\pstools directory:
-pstools.htm, pstools.inf, setPath.cmd
-
-More plugins and information can be found at PE-Builder Plugins of Arjan & Rina
-
-
-
+plugin and copy it to the plugin directory.
+
+Download the PsTools Plugin in a Cab File by itself (pstools.cab).
+Copy the files in the plugin into the plugin\pstools directory.
+
+More plugins and information can be found at PE-Builder Plugins of Arjan & Rina
+
+
+
+Requires PESetEnv plugin.
+
PE Builder
-Copyright (c) 2002-2003 Bart Lagerweij. All rights reserved.
+Copyright (c) 2002-2003 Bart Lagerweij. All rights reserved.
diff -Buw ../pebuilder314-beta/plugin/pstools/pstools.inf pstools/pstools.inf
--- ../pebuilder314-beta/plugin/pstools/pstools.inf 2003-12-01 01:50:16.000000000 -0800
+++ pstools/pstools.inf 2005-07-12 20:36:31.406250000 -0700
@@ -1,3 +1,6 @@
+; $Id$
+; Modified by Ross Smith (http://smithii.com/)
+; Requires the PESetEnv plugin to correctly set the master PATH environment variable -Ross
; pstools.inf
; PE Builder v3 plug-in INF file for Systernals
; Created by Arjan van Beijnum
@@ -9,10 +12,16 @@
Signature= "$Windows NT$"
[PEBuilder]
-Name="PsTools [AvB]"
+Name="PsTools [AvB] (Requires PESetEnv Plugin) [smithii.com patch]"
Enable=1
Help="pstools.htm"
+[Update]
+id=pstools
+depends=pesetenv
+url=http://smithii.com/files/plugins/
+Version=$Revision$
+
[WinntDirectories]
a="Programs\pstools",2
@@ -31,7 +40,8 @@
psshutdown.exe=a,,1
pssuspend.exe=a,,1
pstools.chm=a,,1
-setPath.cmd=a,,1
+;autorun_pstools.cmd=2,,1
-[Default.AddReg]
-0x1, "Software\Microsoft\Command Processor", "AutoRun", "%SystemDrive%\Programs\PsTools\setPath.cmd"
\ No newline at end of file
+[Software.AddReg]
+; Added to master environment by PESetEnv plugin
+0x1,"PESetEnv\Path\Postfix","500_pstools","%SystemDrive%\Programs\pstools"
Only in ../pebuilder314-beta/plugin/pstools: setPath.cmd