Friday, May 28, 2010

MS Office 2010 Customized deployment

1. Using .MSP File
You can use setup.exe /admin to create .MSP custom file for MS Office 2010.
After that use setup.exe /adminfile customfile.MSP to deploy MS Office 2010.

2. Using .XML File

Create DeployOffice2007ProPlus.xml and paste the following content:

************************************************************

*

* display level="none" completionnotice="yes" suppressmodal="yes" accepteula="yes">

*pidkey value="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx">

*companyname value="My Organization">

*optionstate id="ACCESSFiles" state="Local" children="force">
*optionstate id="EXCELFiles" state="Local" children="force">
*optionstate id="GrooveFiles" state="Absent">
*optionstate id="OneNoteFiles" state="Local" children="force">
*optionstate id="OUTLOOKFiles" state="Local" children="force">
*optionstate id="PPTFiles" state="Local" children="force">
*optionstate id="PubPrimary" state="Local" children="force">
*optionstate id="WORDFiles" state="Local" children="force">
*optionstate id="XDOCSFiles" state="Local" children="force">
*optionstate id="SHAREDFiles" state="Local" children="force">
*optionstate id="TOOLSFiles" state="Local" children="force">

*setting id="RemovePrevious" value="ACCESSFiles,EXCELFiles,OUTLOOKFiles,PPTFiles,PubPrimary,WORDFiles">

*/configuration>
***********************************************************

after that you can execute this .xml file with this command:

setup.exe /config DeployOffice2007ProPlus.xml

No comments:

Post a Comment