If you run a normal setup of office 2010 (which contains multiple products on the source cd) you will be prompted to pick a product to install and then the setup would continue with user intervention.
The Article on the technet is a straight forward one and it works as accepted where your source CD contains just one product.
What if you want to install office 2010 silently using SCCM or a network share and your source cd contains multiple products. It took me 10 hours to figure this out.
To install the software through SCCM (eg: Professional Plus)
1. After you have configured OCT (Refer to "Create a Setup customization file for Office 2010") in
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hi All,
If you run a normal setup of office 2010 (which contains multiple products on the source cd) you will be prompted to pick a product to install and then the setup would continue with user intervention.
The Article on the technet is a straight forward one and it works as accepted where your source CD contains just one product.
What if you want to install office 2010 silently using SCCM or a network share and your source cd contains multiple products. It took me 10 hours to figure this out.
To install the software through SCCM (eg: Professional Plus)
1. After you have configured OCT (Refer to "Create a Setup customization file for Office 2010") in
http://technet.microsoft.com/en-us/library/ff404178.aspx
This is very important step after you have configured OCT:- (Do not skip this)
-------------------------------------------------------------------------------------
2. Copy the config.xml file from "proplus folder" and paste it in the root of source folder "ie in the folder where you have setup.exe"
3. Then configure SCCM for office 2010 deployment. http://technet.microsoft.com/en-us/library/ff404178.aspx
To Silentely install the software from a network share (eg: Professional Plus)
1. Configure office 2010 using OCT. (Refer to "Create a Setup customization file for Office 2010") in
http://technet.microsoft.com/en-us/library/ff404178.aspx
2. In the run box type the following command
setup.exe /config \\servername\Sharename\Proplus\config.xml
For eg:
setup.exe /config \\ABC\Office2010\Proplus\config.xml
Setup.exe: Will launch the setup.
/Config: Is a switch
ABC: Is the server name.
Office2010: Is the Sharename which contains the office source file.
Share this post
Link to post
Share on other sites