home *** CD-ROM | disk | FTP | other *** search
- Readme.txt (Scenario 2)
-
- Author: Jim Captainino, Terry Tull (Content Master)
- Date: 08/20/04
- Revision History:
- Date Comment
- 08/20/04 Initial version started
-
-
- This Readme.txt describes Scenario 2 from the appendix to the Application Compatibility Testing and Mitigation Guide for
- Windows XP Service Pack 2. The Scenario covers the deployment and configuration of Service Pack 2 onto existing Windows
- XP Service Pack 1 clients by a local user with knowledge of an administrative password, and includes automation scripts.
-
- To use these scripts; computernames, usernames and file locations must be edited.
-
- The scripts and XP SP2 source files should be copied to a local directory on all clients.
-
- The scripts used in the scenario are:
-
- RunSP.cmd Executed on each client by user with knowledge of the administrative password
- Executes the RunAs command
- Requires knowledge of the administrative password
- Executes Install.cmd on the client
-
- To use RunSP.cmd Edit the Administrative name if required
- Edit the path to Install.cmd if required
-
- Install.cmd Executes update.exe from the source files folder
- Update.exe runs in quiet mode, without restarting and overwrites OEM files
- Calls AutoAdmin.vbs
- Calls ReBoot.vbs
-
- To use Install.cmd Edit the Service Pack 2 source server name if required
- Edit share name on the source server if required
- Edit the switches used on Update.exe if required
- Edit the path to AutoAdmin.vbs if required
- Edit the path to ReBoot.vbs if required
-
- AutoAdmin.vbs Writes DefaultUserName to the registry
- Writes DefaultPassword to the registry
- Writes DefaultDomainName to the registry
- Sets AutoAdminLogon
- Writes RunOnce.cmd to RunOnce registry key
-
- To use AutoAdmin.vbs Edit DefaultUserName value if required
- Edit DefaultPassword value if required
- Edit DefaultDomainName value if required
- Edit the path to RunOnce.cmd if required
-
- ReBoot.vbs Uses WMI to reboot the client
-
- RunOnce.cmd Runs from the RunOnce key in the registry when client reboots using AutoAdminLogon
- Calls WinFire.vbs
- Calls LogInstall.vbs
- Calls Cleanup.vbs
- Calls ReBoot.vbs
-
- To use RunOnce.cmd Edit to include relevant configuration scripts if required (See example scripts provided with Guide)
- Edit the path to WinFire.vbs if required
- Edit the path to LogInstall.vbs if required
- Edit the path to CleanUp.vbs if required
- Edit the path to ReBoot.vbs if required
-
- WinFire.vbs Executes NetSh commands to open File and Print and RDP ports in Windows Firewall
-
- To use WinFire.vbs Add NetSh commands to add relevant ports to the exception list if required
- Add NetSh commands to add relevant programs to the exception list if required
-
- LogInstall.vbs Writes the computername of the client to a logfile to track Service Pack 2 installed clients
-
- To use LogInstall.vbs Edit the servername where the logfile is located if required
- Edit the sharename where the logfile is located if required
- Edit the name of the logfile if required
-
- CleanUp.vbs Removes DefaultUserName from the registry
- Removes DefaultPassword from the registry
- Removes DefaultDomainName from the registry
- Removes AutoAdminLogon configuration
-
- These scripts allow an administrator to automate the installation of Service Pack 2 on clients with users inputting
- a password. Before using the scripts, read the Appendix to the Application Compatibility Testing and Mitigation Guide
- for Windows XP Service Pack 2.