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

  1. Readme.txt (Scenario 1)
  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 1 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 remote administrator and includes automation scripts. 
  13.  
  14. To use these scripts; computernames, usernames and file locations must be edited.
  15.  
  16. The scripts used in the scenario are:
  17.  
  18. StartRemoteIns.vbs    Executed on administrative workstation by user with administrative rights on each client and 
  19.             source server
  20.             Obtains the client name listed in Computers.txt
  21.             Copies the scripts folder from the source server to the client
  22.             Uses WMI to execute Install.cmd on the client
  23.             Loops to next client name in Computers.txt
  24.  
  25. To use StartRemote.vbs     Edit the path to Computers.txt if required
  26.             Edit the scripts source server name if required
  27.             Edit the path to Service Pack 2 file if required
  28.             Edit the path to Install.cmd if required
  29.  
  30.  
  31. Computers.txt        Computers.txt is located on the administrative workstation
  32.             Lists all client names
  33.  
  34. To use Computers.txt    Edit Computers.txt to list client names
  35.             One client name on each line
  36.             Do not include double back slashes "\\" before the client name
  37.  
  38. Install.cmd        Executes XPSP2.exe from the scripts folder
  39.             Update.exe runs in quiet mode, without restarting and overwrites OEM files
  40.             Calls AutoAdmin.vbs
  41.             Calls ReBoot.vbs
  42.  
  43. To use Install.cmd    Edit the Service Pack 2 source server name if required
  44.             Edit share name on the source server if required
  45.             Edit the switches used on Update.exe if required
  46.             Edit the path to AutoAdmin.vbs if required
  47.             Edit the path to ReBoot.vbs if required
  48.  
  49. AutoAdmin.vbs        Writes DefaultUserName to the registry
  50.             Writes DefaultPassword to the registry
  51.             Writes DefaultDomainName to the registry
  52.             Sets AutoAdminLogon
  53.             Writes RunOnce.cmd to RunOnce registry key
  54.  
  55. To use AutoAdmin.vbs    Edit DefaultUserName value if required
  56.             Edit DefaultPassword value if required
  57.             Edit DefaultDomainName value if required
  58.             Edit the path to RunOnce.cmd if required
  59.  
  60. ReBoot.vbs        Uses WMI to reboot the client
  61.  
  62. RunOnce.cmd        Runs from the RunOnce key in the registry when client reboots using AutoAdminLogon
  63.             Calls WinFire.vbs
  64.             Calls Cleanup.vbs
  65.             Calls ReBoot.vbs
  66.  
  67. To use RunOnce.cmd    Edit to include relevant configuration scripts  if required (See example scripts provided with Guide)
  68.             Edit the path to WinFire.vbs if required
  69.             Edit the path to CleanUp.vbs if required
  70.             Edit the path to ReBoot.vbs if required
  71.  
  72. WinFire.vbs        Executes NetSh commands to open File and Print and RDP ports in Windows Firewall
  73.  
  74. To use WinFire.vbs    Add NetSh commands to add relevant ports to the exception list if required
  75.             Add NetSh commands to add relevant programs to the exception list if required    
  76.  
  77. CleanUp.vbs        Removes DefaultUserName from the registry
  78.             Removes DefaultPassword from the registry
  79.             Removes DefaultDomainName from the registry
  80.             Removes AutoAdminLogon configuration
  81.  
  82. These scripts allow an administrator to automate the installation of Service Pack 2 on multiple clients without user 
  83. interaction. Before using the scripts, read the Appendix to the Application Compatibility Testing and Mitigation Guide 
  84. for Windows XP Service Pack 2.