Jump to content

Office woes


Recommended Posts

I got the paths and command lines to call upon setups etc. Well, it gets to office it starts the setup and it disappears. The batch file moves onto the next item to install without finishing office. Ideas? Here is what I have:

ECHO.

ECHO Installing Office 2003

ECHO Please wait...

start /wait %systemdrive%\install\Applications\OfficeXP\setup.exe TRANSFORMS=Unattended.MST /qb-

I've done the footwork in the search area and I didn't come up with anything helpful. Any assistance would be greatly appreciated.

Link to comment
Share on other sites


this is what the office prep tool gives me:

setup.exe TRANSFORMS=C:\XPSP1a_ENG_PRO\$OEM$\$1\Install\Office11\Unattended.MST /qb-

Don't forget that the Office Prep tool is going by the directory structure you've got when you create the MST. In reality, your structure won't have the $OEM$\$1 in it (as we discussed in the other thread). Try the command below (make sure that setup.exe is in the Office11 directory and if it isn't, adjust the line accordingly):

start /wait "%systemroot%\Install\Office11\setup.exe" TRANSFORMS="C:\Install\Office11\Unattended.MST" /qb-

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...