pcdreams Posted December 22, 2005 Posted December 22, 2005 ::XPCD.CMD ::Created by: Don Scroggins::12/21/05::After creating numerous slipstreamed cds I knew::there had to be a way to automate the drugery::This file is one solution: My Solution::This file will take you to the point where you're ready to burn a cd with SP2 integrated :: and some of the bloat removed.::If your like me though you'll also want to do other modifications such as registry tweaks,:: application installs, and yes (gasp!!) even Unattended installs ::Enjoy::You may need to change drive letters or path names to reflect where the files being copied reside::change to root and create directory structure@ECHO OFFcd\mkdir xpmkdir XP-SP2\UNPACKEDmkdir XP-BootImg::Copy XP CD to hdCLSECHO Copying Windows CD ..Please Wait..@ECHO OFFcd xpxcopy /h /s /q g:\::Create OEM Directory Structuremkdir $OEM$\$1\install\Applicationsmkdir $OEM$\$$\System32cd \XP-SP2ECHO Copying SP2@ECHO OFFcopy d:\WindowsXP-KB835935-SP2-ENU.exeWindowsXP-KB835935-SP2-ENU.exe -X:C:\XP-SP2\UNPACKED\ECHO Integrating SP2@ECHO OFFCD UNPACKED\I386\UPDATE\UPDATE.EXE -S:C:\XPECHO copying Window CD Boot Image@ECHO OFFCD\XP-BOOTIMGCOPY D:\micro*.*ECHO Removing Bloat::Don't mod these unless you know what your doing@ECHO OFFcd\rmdir /q /s c:\xp-sp2rmdir /q /s c:\xp\docsrmdir /q /s c:\xp\valueaddrmdir /q /s c:\xp\supportrmdir /q /s c:\xp\i386\win9xmigrmdir /q /s c:\xp\i386\win9xupgrmdir /q /s c:\xp\i386\winntupgrmdir /q /s c:\xp\i386\langrmdir /q /s c:\xp\cmpnentsecho All Processes Complete.. Thank YouEnjoy. Use, share as you wish as long as you leave the credits.Title Edited - Please follow new posting rules from now on.--Zxian
pcdreams Posted December 22, 2005 Author Posted December 22, 2005 (edited) Tried it but for whatever reason it wouldn't work. Edited December 22, 2005 by pcdreams
Daemonforce Posted December 22, 2005 Posted December 22, 2005 Why not use /integrate instead?I really got sick of the process when doing patched builds every few months. I just made a batch of commands that call a patch one at a time with the integrate switch. It makes life a lot easier for me.
tommyp Posted December 22, 2005 Posted December 22, 2005 Daemonforce - How did you get the hive injection with the \integrate command with XP? How large is your svcpack folder? I don't think your method is a true slipstream the way you describe in this post. http://www.msfn.org/board/index.php?showtopic=57988&st=10
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now