OSDeploy.com
Twitter
PowerShell Gallery
GitHub
Search…
Overview
Release Notes
OSDeploy Home
Module
Install and Update
Functions
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
Powered By
GitBook
Update Office Setup Media
You can also use OSDUpdate to add Office Updates in MSP format to your installation media.
Clear Existing Updates
You should have a Application or Package directory with your Office Setup source files. It should look something like this
This looks good. If you have a custom MSP for installation of Office, you can leave that. The red arrow is the path that you will need
New-OSDUpdatePackage
You will need to create a
New-OSDUpdatePackage
and
OfficeSetupUpdatesPath
parameter (to the red arrow above)
This is what the Command should look like
1
New-OSDUpdatePackage -PackageName "Office 2016 64-Bit" -PackagePath "D:\OSDUpdate\Office\Office 2016 64-Bit" -OfficeSetupUpdatesPath "D:\MDT\Applications\Microsoft Office 2016 64-Bit\updates"
Copied!
The console output will be quite lengthy
With the proper MSP files added to the Updates directory
Previous
Update an OSDUpdate Office Package
Next
New OSDUpdate Servicing Stack Package
Last modified
2yr ago
Copy link
Contents
Clear Existing Updates
New-OSDUpdatePackage