logo logo

The next-generation blog, news, and magazine theme for you to start sharing your stories today!

The Blogzine

Save on Premium Membership

Get the insights report trusted by experts around the globe. Become a Member Today!

View pricing plans

New York, USA (HQ)

750 Sing Sing Rd, Horseheads, NY, 14845

Call: 469-537-2410 (Toll-free)

hello@blogzine.com

How to Deploy Office 2016 Using SCCM [Quickest Steps]

avatar
Louis Ferguson

An editor at Blogzine


  • đź•‘ 3 minutes read
  • 3 Views
How to Deploy Office 2016 Using SCCM [Quickest Steps]

SCCM is basically a part of the Microsoft System Center management suite. Admins use this tool to deploy software patches, software distribution, and end-point protection. The main goal of the SCCM tool is to bring physical and virtual clients under one umbrella.

How can I deploy Office 2016 using the SCCM application?

Here, we will divide the process of deploying MS Office 2016 using the SCCM application into four steps. The main four steps involve:

  • Preparing the MS Office installation.
  • Creating the SCCM application.
  • Selecting the deployment type and deploying.

Let us go through each step in detail and understand how you can deploy Office 2016 using the SCCM application.

1. Prepare the installation

  1. Download the Office Deployment Tool.
  2. Run the deployment tool on your PC.
  3. Agree to the terms and conditions and click Continue.
  4. Extract the files to a location on your PC.
  5. Go to the location where you have extracted the contents.
  6. Right-click on the blank space.
  7. Select New and then Notepad.
  8. Paste the below content in the Notepad. <Configuration>
    <Add SourcePath=”C:\Office 2016″ OfficeClientEdition=”32″ >
    <Product ID=”O365ProPlusRetail”>
    <Language ID=”en-us” />
    <Language ID=”fr-fr” />
    </Product>
    </Add>
    <Configuration>
    (You can change the destination and the office edition in the above content as desired)
  9. Save the file as Download.xml and in the same directory as setup.exe (mentioned in step 5).
  10. Open the Configuration.xml file and modify its content as shown below. <Configuration>
    <Add OfficeClientEdition=”32″ >
    <Product ID=”O365ProPlusRetail”>
    <Language ID=”en-us” />
    <Language ID=”fr-fr” />
    </Product>
    </Add>
    <Display Level=”None” AcceptEULA=”TRUE” />
    <Configuration>
  11. In the folder where you have saved the Download.xml file, tap on the address bar and type cmd.
  12. Type the below command and press Enter to being the download process. Setup.exe /download Download.xml

2. Create the SCCM application

  1. Open the SCCM console.
  2. Click on Software Library.
  3. Select Application Management.
  4. Click on Applications.
  5. Right-click on Applications and select Create Application.
  6. In the General tab, select Manually specify the application information and click on Next.
  7. Select General Information from the left.
  8. Enter a name for the application.
  9. Select Application Catalog from the left pane and provide the information asked.
  10. In the Deployment Types and Summary tabs, select Next.
  11. Select Close on completing the wizard.

3. Select the deployment type

  1. Open the SCCM console.
  2. Click on Software Library.
  3. Select Application Management.
  4. Click on Applications.
  5. Right-click on Office 2016 and select Create Deployment Type.
  6. In the General tab, select Script Installer and choose Next.
  7. On the General Information tab, enter the name of the deployment type or any other information and choose Next.
  8. On the Content tab:
    • In the Content-Location box, enter the network share where you have your Office Deployment Tool, the Configuration.xml file, and the Office 365 ProPlus installation files downloaded from the internet.
    • On the Installation program box, type Setup.exe /configure Configuration.xml.
  9. Click Next.
  10. Select Add Clause in the Detection Method tab.
  11. In the Detection Rule dialogue box,
    • Select Windows Installer in the Settings Type list.
    • In the Product Code box, enter (90160000-008F-0000-1000-0000000FF1CE)
  12. Press OK.
  13. On the User Experience page, select Install for system option in the Installation behavior drop-down.
  14. Choose Next for the Requirements and Dependencies tabs.
  15. Select Close.


Leave a Reply

Your email address will not be published. Required fields are marked *