LogoLogo
OSDeploy.comTwitterPowerShell GalleryGitHub
  • Overview
  • Release Notes
    • 2019 Archive
  • OSDeploy Home
  • Module
    • Install and Update
    • Functions
      • Get-OSDUpdate
      • Get-DownOSDUpdate
      • New-OSDUpdatePackage
      • Update-ModuleOSDUpdate
    • PowerShell Gallery
    • GitHub
  • Docs
    • Basics
      • Scripting with OSDUpdate
      • New OSDUpdate Office Package
      • Update an OSDUpdate Office Package
      • Update Office Setup Media
      • New OSDUpdate Servicing Stack Package
      • New OSDUpdate Windows Package
      • MDT Integration
      • MDT Deployment
      • ConfigMgr Integration and Deployment
    • Archive
      • Microsoft Office Monthly Updates
      • Microsoft Office 2016 Updates
      • Office Deployment and OSDUpdate
      • Microsoft Office MSP Install Script
Powered by GitBook
On this page
  • Office Installation Source
  • Download OSDUpdate Office Updates
  • Office MSP Install Script
  • Deployment
  • Results

Was this helpful?

  1. Docs
  2. Archive

Microsoft Office MSP Install Script

PreviousOffice Deployment and OSDUpdate

Last updated 5 years ago

Was this helpful?

If you want to deploy Microsoft Office fully patched the fastest way possible, you are going to want to follow this process

Office Installation Source

In your Office installation, you have a directory called updates. This is typically where you put the latest Office Update MSP files. Remove any Office Update MSP file in there (you can leave your custom MSP to install Office that you created with the Office Customization Tool)

Download OSDUpdate Office Updates

Download all your necessary updates using Get-OSDUpdateDownloads

Office MSP Install Script

Create a custom script to install the MSP files. There is an example script that has been added to the OSDUpdate PowerShell Module in the Beta directory

Add this script to the directory that contains your Office Updates for your Office Version. This directory is now ready to be deployed using the PowerShell Script for installation

Deployment

The PowerShell script will go through the updates and install them in the proper order

Results

This is the quickest method to deploy a fully patched Office installation. Keep in mind that the installation script is in development and should be used for testing only

​