Jump to content

Unattended Office 2003


Recommended Posts

If anyone's intrested, I've silently installed my 5 office 2003 CD's with one batch file.

First you'll have to download Office Resource Kit 2003, install & run the "Custom Installation Wizard" tool where you can generate a .MST file.. use this tool to with every CD.

then run this batch file:

CLS

@echo off

ECHO.

ECHO              Welcome to the Automated Office 2003 Setup

ECHO Over the next few minutes you will see automated installations of various

ECHO Microsoft Office sofware applications. Please sit back and relax till the

ECHO whole process has finished!.

ECHO.

ECHO Installing Word, Excel, PowerPoint, Publisher, Access, InfoPath, Outlook 2003

ECHO Please wait...

start /wait F:\Software\Office2003\Office\setup.exe TRANSFORMS="F:\Software\Office2003\Office\Office.MST" /qb-

ECHO CD1 Installed Successfully...

ECHO.

ECHO Installing FrontPage 2003...

ECHO Please wait...

start /wait F:\Software\Office2003\FrontPage\setup.exe TRANSFORMS="F:\Software\Office2003\FrontPage\FrontPage.MST" /qb-

ECHO CD2 Installed Successfully...

ECHO.

ECHO Installing One Note...

ECHO Please wait...

start /wait F:\Software\Office2003\OneNote\setup.exe TRANSFORMS="F:\Software\Office2003\OneNote\One Note.MST" /qb-

ECHO CD3 Installed Successfully...

ECHO.

ECHO Installing Project 2003...

ECHO Please wait...

start /wait F:\Software\Office2003\Project\setup.exe TRANSFORMS="F:\Software\Office2003\Project\Project.MST" /qb-

ECHO CD4 Installed Successfully...

ECHO.

ECHO Installing Visio 2003...

ECHO Please wait...

start /wait F:\Software\Office2003\Visio\setup.exe TRANSFORMS="F:\Software\Office2003\Visio\Visio.MST" /qb-

ECHO.

ECHO Installing Office 2003 Resource Kit...

ECHO Please wait...

start /wait F:\Software\Office2003\ORK2003\ORK.msi /qb

ECHO Microsoft Office 2003 setup & tools has completed successfully

ECHO Thank you for your time..

ECHO.

EXIT

Don't forget to replace the bold writings with your path of the .MSI file & the .MST one..

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...