TruBlu01
Dec 12 2005, 02:45 PM
I created an unattended Office Pro 2003 w/ SP2 integrated. I went through the whole tutorial and am a little confused about the very end. I have my created folder with the .MST file. I'm not understanding the whole batch file thing. How to write it, where to put it and how to point it on cd insertion. This is going to be an unattended Office2003 CD. He is the end of the tutorial. Thank you!
-Marc
This command will perform a silent installation of Office 2003 using the Unattended.MST file you created in the Custom Installation Wizard to set your customized options. But we don't want to use the exact command shown above as this wouldn't exist when installing from a CD, so we will need to change this when we add it to a batch file
TRANSFORMS=C:\XPCD\$OEM$\$1\install\Applications\Office2003\Unattended.MST /qb-
changed to...
TRANSFORMS=Unattended.MST /qb-
» Section 2 - The Office 2003 Batch Command
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!
.....Or could I just add this to the Autorun.inf?
[autorun]
OPEN=setup.exe TRANSFORMS=Unattended.MST /qb-
pcdreams
Dec 12 2005, 03:19 PM
create a batch file with the .cmd extension (ex office.cmd) and place in install directory.
The way you were talking about in autorun will work if its a stand alone cd.
The tutorial is assuming you want to put it on cd with windows and have it installed as part of the system install.
TruBlu01
Dec 12 2005, 03:26 PM
Autorun worked great, it is a stand alone. next is how could I not have to put in the cd (source) when adding say an assistant? Another words copying the main source file to a folder within Office and telling the registry where it is?
pcdreams
Dec 12 2005, 03:33 PM
sorry you lost me there. are you wanting to copy the source to the hard drive so you don't have to have it if you decide you want to install different options later?
TruBlu01
Dec 13 2005, 07:12 AM
Yes, like copying the I386 folder to the HDD after imaging it. I think it's the PRO11.MSI that needs to be copied, just not sure how to setup the .bat file and reg key.
pcdreams
Dec 13 2005, 10:06 AM
hmm not sure on that one. I figured you could just copy the I386 folder as it has all the cabs. Could be wrong though, I haven't tried it.
TruBlu01
Dec 13 2005, 10:16 AM
No, what I'm looking for is the MSOcache folder (hidden) this has install files. It is located at the root of C. I do not see an option when creating the MST to keep this folder available.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.