[BM]Crusher Posted June 14, 2004 Posted June 14, 2004 In Section 2 of the Office 2003 Advanced Installation of MSFN's unattend guide, the command listed to install the hotfixes:cd C:\O2003updatesFOR %f IN (*.msp) DO msiexec /p %f /a C:\XPCD\$OEM$\$1\install\applications\Office2003\pro11.msi SHORTFILENAMES=TRUE /qbdoesn't work properly...It tries to execute all of the updates at once and all but one will error saying another installation is already in progressSimple fix, get it to wait until each one is finished:FOR %f IN (*.msp) DO start "" /wait msiexec /p %f /a C:\XPCD\$OEM$\$1\install\applications\Office2003\pro11.msi SHORTFILENAMES=TRUE /qb
sixpack Posted June 14, 2004 Posted June 14, 2004 second mistake when you have a administrative installationthe guide doesent say how to slipstream itthis is for The Custom Installation WizardECHO.ECHO Installing Office 2003 Professional with FrontpageECHO Please wait...start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-this is for the "Administrative" InstallationECHO.ECHO Installing Office 2003 Professional with FrontpageECHO Please wait...start /wait %systemdrive%\install\Applications\Office2003\setup.exe /qb-
[BM]Crusher Posted June 14, 2004 Author Posted June 14, 2004 i don't think your command will work... not without the TRANSFORMS part... otherwise office2k3 setup will fail saying you have not supplied a valid cd key
sixpack Posted June 14, 2004 Posted June 14, 2004 ooh yes it work's i'f try'd it but it does't work see my posti have an "Administrative" Installation not a Custom Installation
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