Quote
Fourth, on the batch file on step 4, it says to create a batch file? what should I name it and where should I place it to get it to run and what file should I edit to add the batch command to. someone forgot to explain it like I was 3 yrs old and never seen a compiuter before or do I add it into the win xp silpstream in it's batch file command section?
Simple Method:
Quote
Add these lines to your batch file:
ECHO.
ECHO Installing Office 2003
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Office2003\PRO11.msi /QB
ECHO.
ECHO Installing Office 2003
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Office2003\PRO11.msi /QB
Advanced Method:
Quote
As you read at the end of the last section, we needed to change the path in the TRANSFORM syntax in order for it to work. Below are the full batch commands you can use, so add these lines to your batch file:
ECHO.
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-
That's it!
ECHO.
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-
That's it!
If someone could address the question asked in the top quote it would be greatly appreciated.
I tried to go the Slipstream route with Office 2003 since I couldn't find the answer to the above question, but going that way and creating an Admin install point, I don't understand what you do with it after it's all done other than to "burn it to a CD for storage" like the guide says. I thought it was shown in the guide as another method to integrate the Admin Install Point into the UACD, but after doing everything the guide says to create it, there's nothing to show you how to make it part of the UACD so it can be installed.
I would really appreciate help here!



Help

Back to top








