home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / chplus / guide / AppCompat-XPSP2.msi / _8A20A82799263F2E2F7D3C7DEA618834 / _99BA3D15572F43A09AC07B6466E60358 < prev    next >
Encoding:
Text File  |  2004-08-23  |  3.5 KB  |  82 lines

  1. Readme.txt (Scenario 2)
  2.  
  3. Author: Jim Captainino, Terry Tull (Content Master)
  4. Date:   08/20/04
  5. Revision History:
  6.    Date    Comment
  7.    08/20/04    Initial version started
  8.  
  9.  
  10. This Readme.txt describes Scenario 2 from the appendix to the Application Compatibility Testing and Mitigation Guide for 
  11. Windows XP Service Pack 2. The Scenario covers the deployment and configuration of Service Pack 2 onto existing Windows 
  12. XP Service Pack 1 clients by a local user with knowledge of an administrative password, and includes automation scripts. 
  13.  
  14. To use these scripts; computernames, usernames and file locations must be edited.
  15.  
  16. The scripts and XP SP2 source files should be copied to a local directory on all clients.
  17.  
  18. The scripts used in the scenario are:
  19.  
  20. RunSP.cmd        Executed on each client by user with knowledge of the administrative password
  21.             Executes the RunAs command
  22.             Requires knowledge of the administrative password
  23.             Executes Install.cmd on the client
  24.  
  25. To use RunSP.cmd     Edit the Administrative name if required
  26.             Edit the path to Install.cmd if required
  27.  
  28. Install.cmd        Executes update.exe from the source files folder
  29.             Update.exe runs in quiet mode, without restarting and overwrites OEM files
  30.             Calls AutoAdmin.vbs
  31.             Calls ReBoot.vbs
  32.  
  33. To use Install.cmd    Edit the Service Pack 2 source server name if required
  34.             Edit share name on the source server if required
  35.             Edit the switches used on Update.exe if required
  36.             Edit the path to AutoAdmin.vbs if required
  37.             Edit the path to ReBoot.vbs if required
  38.  
  39. AutoAdmin.vbs        Writes DefaultUserName to the registry
  40.             Writes DefaultPassword to the registry
  41.             Writes DefaultDomainName to the registry
  42.             Sets AutoAdminLogon
  43.             Writes RunOnce.cmd to RunOnce registry key
  44.  
  45. To use AutoAdmin.vbs    Edit DefaultUserName value if required
  46.             Edit DefaultPassword value if required
  47.             Edit DefaultDomainName value if required
  48.             Edit the path to RunOnce.cmd if required
  49.  
  50. ReBoot.vbs        Uses WMI to reboot the client
  51.  
  52. RunOnce.cmd        Runs from the RunOnce key in the registry when client reboots using AutoAdminLogon
  53.             Calls WinFire.vbs
  54.             Calls LogInstall.vbs
  55.             Calls Cleanup.vbs
  56.             Calls ReBoot.vbs
  57.  
  58. To use RunOnce.cmd    Edit to include relevant configuration scripts  if required (See example scripts provided with Guide)
  59.             Edit the path to WinFire.vbs if required
  60.             Edit the path to LogInstall.vbs if required
  61.             Edit the path to CleanUp.vbs if required
  62.             Edit the path to ReBoot.vbs if required
  63.  
  64. WinFire.vbs        Executes NetSh commands to open File and Print and RDP ports in Windows Firewall
  65.  
  66. To use WinFire.vbs    Add NetSh commands to add relevant ports to the exception list if required
  67.             Add NetSh commands to add relevant programs to the exception list if required    
  68.  
  69. LogInstall.vbs        Writes the computername of the client to a logfile to track Service Pack 2 installed clients
  70.  
  71. To use LogInstall.vbs    Edit the servername where the logfile is located if required
  72.             Edit the sharename where the logfile is located if required
  73.             Edit the name of the logfile if required
  74.  
  75. CleanUp.vbs        Removes DefaultUserName from the registry
  76.             Removes DefaultPassword from the registry
  77.             Removes DefaultDomainName from the registry
  78.             Removes AutoAdminLogon configuration
  79.  
  80. These scripts allow an administrator to automate the installation of Service Pack 2 on clients with users inputting
  81. a password. Before using the scripts, read the Appendix to the Application Compatibility Testing and Mitigation Guide 
  82. for Windows XP Service Pack 2.