Tuesday, February 9, 2010

MS Office 2007 Customisation Install

To customise MS Office 2007 for deployment, copy all the content of MS Office to location where you can access it locally or on the network, in this example we will copy the content to a testpc's, local C drive under a folder called depleysw. Then follow the below steps:
1) cmd to the location where you saved the MS Office contents

2) Type setup.exe /admin

This Command Guide You For Create one Silent Install For MS Office 2007 , the guide generate a .MSP file, which can be used setup.exe /adminfile filename.msp.

If you require more help then you need to Type setup.exe /help for more info.

3) Create a Install batch file and save it to same location as MSP and the Setup.exe files.

eg:- \\testpc\c$\deploysw\office2007\setup.exe /adminfile install.msp

or
if you like to create a silent cd, then copy all files from cd for temp dir, create a .bat file, eg called "setup.bat" and add in the bat file "setup.exe /adminfile filename.msp", Edit autorun.ini to modify;

[autorun]
OPEN=SETUP.EXE
FOR
[autorun]
OPEN=SETUP.bat

Finally, burn all files onto a midia or create an .ISO file.

No comments:

Post a Comment