Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

Office ProPlus Deployment

sarahrunnels edited this page Sep 10, 2015 · 16 revisions

Click-To-Run Office XML Web Editor

Online Editor for the Office ProPlus Click-To-Run Configurtion XML file. This page provides a graphical method to generate and edit the Office Click-To-Run configuration.xml file.

IT Pro Scenario: For organizations that are upgrading Office and want to control the customizations of the deployment. Multiple xml files can be generated based on different types of Office users. This is best used in an environment where you understand what your users need and would like to generate the xml file that applies to them.

XML Editor

Configure GPO Office Installation

This script will configure an existing Active Directory Group Policy to silently install Office 2013 Click-To-Run on computer startup.

IT Pro Scenario: For organizations that aren't using SCCM or another managed deployment system, this script will install Office using a Group Policy.

README

Deploy Office Click-To-Run

This PowerShell function will install Office Click-To-Run

README

Edit Office Configuration File

Script to modify the Configuration.xml file to configure installation options for Click-to-Run for Office 365 products.

IT Pro Scenario: For organizations that are upgrading Office and want to control the customizations of the deployment. This is best used for organizations that want to ensure certain functions are included within the xml file, but don't want to create it from scratch. Example, if everyone in the organization needs visio, you can use this script to update all xml files to include visio in the installation.

README

Generate ODT Configuration XML

This PowerShell Function generate the Office Deployment Tool Configuration XML based on the current state of the workstation and the parameters specified for the Function.

README

Install Office Click-To-Run

This PowerShell function will install Office Click-To-Run

README