-
Notifications
You must be signed in to change notification settings - Fork 841
README_Install OfficeClickToRun
#Install Office Click-To-Run
This PowerShell function will take and existing Office Click-To-Run configuration xml and deploys it via the Office Deployment Tool (ODT)
###Examples
-
Open a PowerShell console.
From the Run dialog type PowerShell
-
Change directory to the location where the PowerShell Script is saved.
Example: cd C:\PowerShellScripts
-
Dot-Source the Generate-ODTConfigurationXML function into your current session.
Type . .\Install-OfficeClickToRun.ps1 By including the additional period before the relative script path you are 'Dot-Sourcing' the PowerShell function in the script into your PowerShell session which will allow you to run the function from the console.
-
Run the function against the local computer
Install-OfficeClickToRun -TargetFilePath configuration.xml
-
In order to create a complete solution there are two other scripts in this GitHub Repository.
Generate-ODTConfigurationXML - This script provides a function to Generate the Office Click-To-Run configuration xml file.
Edit-OfficeConfigurationFile - This script provides functions to edit the Office Click-To-Run configuration file.
Copyright © 2015 Microsoft Corporation - Project is released under the terms of the MIT License
Home
New Scripts
Completed Scripts
- Office-ProPlus-Deployment
- Office-ProPlus-Information
- Office-ProPlus-Management
- Office-ProPlus-Preparation
- Office-ProPlus-Updates
Information