Help - Search - Members - Calendar
Full Version: Office 2003 Starts Installing But Never Finishes!
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Marnic-Man
I created the office 2003 slipstreamed with sp1 for office and frontpage visio etc. That's all good, I use the cmd batch they tell me to but when I run it, it only gets to 'gathering information' and then it goes on to do the rest...

Currently I am using:
CODE
ECHO.
ECHO Installing Office 2003 Pro
ECHo Please Wait...
start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended1.MST /qb-

ECHO.
ECHO Installing Frontpage 2003 Pro
ECHo Please Wait...
start /wait %systemdrive%\install\Applications\Frontpage2003\setup.exe TRANSFORMS=Unattended2.MST /qb-

ECHO.
ECHO Installing OneNote 2003 Pro
ECHo Please Wait...
start /wait %systemdrive%\install\Applications\OneNote2003\setup.exe TRANSFORMS=Unattended3.MST /qb-

ECHO.
ECHO Installing Project 2003 Pro
ECHo Please Wait...
start /wait %systemdrive%\install\Applications\Project2003\setup.exe TRANSFORMS=Unattended4.MST /qb-

ECHO.
ECHO Installing Visio 2003 Pro
ECHo Please Wait...
start /wait %systemdrive%\install\Applications\Visio2003\setup.exe TRANSFORMS=Unattended5.MST /qb-


That doesn't seem to work for some reason...Does anyone know what to do?
rendrag
try running without the '-' after the /qb.... that will provide you with any errors the installer is running into and let you see the problem so you can fix it
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.