achow Posted May 2, 2006 Posted May 2, 2006 Hi,I have successfully created unattended installation disks for XP w/SP2 and Office XP. Each one is on it's own CD. Does anyone know how to create a single installation disk that:1. Formats new HD2. Loads XP3. Loads customized Office XPthanks
T D Posted May 2, 2006 Posted May 2, 2006 For the Office XP part.I use a dvd for my combined install of o2k and XP. You could put the office XP into the $oem$ folders and use runonceex or Batch Scripting under GuiRunOnce in your winnt.sif.Or you can use a batch file to prompt you to eject and insert the second CD. The basic way is@echo offclsECHO do anything you want to do on this cdpauseECHO please insert second cd with office xppauseif exist %dir_of_o2k%\setup.exe goto :installif not exist %dir_of_o2k%\setup.exe goto :error:installstart /wait %dir_of_o2k%\setup.exe TRANSFORMS=TRANSFORM_NAME.MST /qb- /norebootecho installed successfullypauseexit:errorecho Please insert office xp cdpauseif exist %dir_of_o2k%\setup.exe goto :install if not exist %dir_of_o2k%\setup.exe goto :erroror something like that.You can see a more advanced article here.
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