ahmedramzi Posted October 22, 2003 Posted October 22, 2003 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 offECHO.ECHO Welcome to the Automated Office 2003 SetupECHO Over the next few minutes you will see automated installations of variousECHO Microsoft Office sofware applications. Please sit back and relax till theECHO whole process has finished!.ECHO.ECHO Installing Word, Excel, PowerPoint, Publisher, Access, InfoPath, Outlook 2003ECHO 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 /qbECHO Microsoft Office 2003 setup & tools has completed successfullyECHO Thank you for your time.. ECHO.EXITDon't forget to replace the bold writings with your path of the .MSI file & the .MST one..
ahmedramzi Posted October 22, 2003 Author Posted October 22, 2003 and for anyone who didn't try the new Office, do it now, it worth the effort.
ahmedramzi Posted October 24, 2003 Author Posted October 24, 2003 yes exactly..can I ask you what AIO stands for?
Thanatos Posted October 24, 2003 Posted October 24, 2003 All in one. Its all of the progs in one instead of on different CDs
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