Windows 2003 sysprep 封装工具,使用时候的注意事项
- http://www.microsoft.com/en-us/download/details.aspx?id=14830api
1. 在sysprep.cab解包目录内, 生成下述内容的cmd批处理文件。 后续要封装的时候,直接执行它既可:工具
sysprep -reseal -noreboot copy .\setupcl.exe c:\sysprep copy .\setupmgr.exe c:\sysprep copy .\sysprep.exe c:\sysprep copy .\sysprep.inf c:\sysprep
2. 使用sysprep.cab解包目录内的setupmgr.exe制做自动应答文件,并命名为 sysprep.infui
;SetupMgrTag [Unattended] OemSkipEula=Yes InstallFilesPath=C:\sysprep\i386 TargetPath=\WINDOWS [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=210 OemSkipWelcome=1 [UserData] ;32 bit ; ProductKey=H32XR-3KT6X-B83DT-YWM3T-8Q3JG ;64 bit ProductKey=MM72Q-QBVRW-JGDB6-94C22-GR8YJ FullName="cmm" OrgName="cqsa" ComputerName=* [LicenseFilePrintData] AutoMode=PerSeat ; AutoMode=PerServer ; AutoUsers=100 [TapiLocation] CountryCode=86 AreaCode=023 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Branding] BrandIEUsingUnattended=Yes [Proxy] Proxy_Enable=0 Use_Same_Proxy=0