twrizzo Posted October 31, 2004 Posted October 31, 2004 I just went through and did the Office 2003 Unattended - Advanced method and the last thing it tells me is to add the following to the batch file."ECHO.ECHO Installing Office 2003 ProfessionalECHO Please wait...start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-"Here is the dumb question, and I appologize if this was covered somewhere, but after reading through all of the documentation for hours, I may have missed it. Where do I place the batch command? Is it in the RunOnce or somewhere else?
Alanoll Posted October 31, 2004 Posted October 31, 2004 you save it in a batch file. (a text file, with extension CMD).Save it in$OEM$\$1\installthen in your Winnt.sif file[GuiRunOnce]"%systemdrive%\install\office.cmd"where office is your batch file.
Incroyable HULK Posted October 31, 2004 Posted October 31, 2004 If you already have a RunOnceEx method deployed I suggest you do it there... otherwise, do what Alanoll said
twrizzo Posted October 31, 2004 Author Posted October 31, 2004 Thanks fellas!I appreciate the help. I admit that I am a newbie to this specific method of unattended installations, but have been creating unattended installs and batch files for years.I'm curious to another method referred to as the "Update Method." Can someone shed some light on that, or provide a link to an explanation?Thanks again!
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