Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
176,561
Downloads of v 16.0.13628.20274:
8,867
Last Update:
10 Feb 2021
Package Maintainer(s):
Software Author(s):
- Microsoft
Tags:
office365 Office 365 2019 deployment admin ODT- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Microsoft Office Deployment
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
176,561
Downloads of v 16.0.13628.20274:
8,867
Maintainer(s):
Software Author(s):
- Microsoft
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install Microsoft Office Deployment, run the following command from the command line or from PowerShell:
To upgrade Microsoft Office Deployment, run the following command from the command line or from PowerShell:
To uninstall Microsoft Office Deployment, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download microsoft-office-deployment --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade microsoft-office-deployment -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade microsoft-office-deployment -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure microsoft-office-deployment installed
win_chocolatey:
name: microsoft-office-deployment
state: present
version: 16.0.13628.20274
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'microsoft-office-deployment' do
action :install
version '16.0.13628.20274'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: microsoft-office-deployment,
Version: 16.0.13628.20274,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller microsoft-office-deployment
{
Name = 'microsoft-office-deployment'
Ensure = 'Present'
Version = '16.0.13628.20274'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'microsoft-office-deployment':
provider => 'chocolatey',
ensure => '16.0.13628.20274',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install microsoft-office-deployment version="16.0.13628.20274" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
There are versions of this package awaiting moderation . See the Version History section below.
This package was approved as a trusted package on 10 Feb 2021.
Installiert Microsoft Office 2019 und 365.
Package Parameters
/64bit
to install Office 365 ProPlus 64-bit, otherwise it will default to 32-bit./DisableUpdate
TRUE, FALSE/Shared
to install with Shared Computer Licensing for Remote Desktop Services./Channel
Microsoft Docs/Language
defaultMatchOS
MatchOS, ar-sa, bg-bg, zh-cn, zh-tw, hr-hr, cs-cz, da-dk, nl-nl, en-us, et-ee, fi-fi, fr-fr, de-de, el-gr, he-il, hi-in, hu-hu, id-id, it-it, ja-jp, kk-kz, ko-kr, lv-lv, lt-lt, ms-my, nb-no, pl-pl, pt-br, pt-pt, ro-ro, ru-ru, sr-latn-cs, sk-sk, sl-si, es-es, sv-se, th-th, tr-tr, uk-ua, vi-vn
/Product
defaultHomeBusinessRetail
SupportetPersonalRetail, ProPlusRetail, O365SmallBusPremRetail, O365BusinessRetail, O365ProPlusRetail, InfoPathRetail, SPDRetail, ProjectProRetail, VisioProRetail, LyncEntryRetail, LyncRetail, SkypeforBusiness, EntryRetail, SkypeforBusinessRetail, AccessRetail, Access2019Retail, Access2019Volume, ExcelRetail, Excel2019Retail, Excel2019Volume, HomeBusinessRetail, HomeBusiness2019Retail, HomeStudentRetail, HomeStudent2019Retail, O365HomePremRetail, OneNoteRetail, OutlookRetail, Outlook2019Retail, Outlook2019Volume, Personal2019Retail, PowerPointRetail, PowerPoint2019Retail, PowerPoint2019Volume, ProfessionalRetail, Professional2019Retail, ProjectProXVolume, ProjectPro2019Retail, ProjectPro2019Volume, ProjectStdRetail, ProjectStdXVolume, ProjectStd2019Retail, ProjectStd2019Volume, ProPlus2019Volume, PublisherRetail, Publisher2019Retail, Publisher2019Volume, Standard2019Volume, VisioProXVolume, VisioPro2019Retail, VisioPro2019Volume, VisioStdRetail, VisioStdXVolume, VisioStd2019Retail, VisioStd2019Volume, WordRetail, Word2019Retail, Word2019Volume
/Exclude
Publisher, PowerPoint, OneDrive, Outlook, OneNote, Lync, Groove, Excel, Access, Word
# microsoft-office-deployment install
$ErrorActionPreference = 'Stop';
$PackageParameters = Get-PackageParameters
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
$urlPackage = 'https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officedeploymenttool_13628-20274.exe'
$checksumPackage = 'acf9969f395c4cabd0d770b3612b7ca8e04b13076e4e2e77399b7582d373bc3c8165232c6576592c48eec8484e234134fe1da29d5c54e1815e5a83901314c95e'
$checksumTypePackage = 'SHA512'
$binDir = "$($toolsDir)\..\bin"
$logDir = "$($toolsDir)\..\logs"
$arch = 32
$sharedMachine = 0
$languages = "MatchOS"
$products = "HomeBusinessRetail"
$updates = "TRUE"
if ($PackageParameters) {
if ($PackageParameters["64bit"]) {
Write-Host "Installing 64-bit version."
$arch = 64
}
else {
Write-Host "Installing 32-bit version."
}
if ($PackageParameters["DisableUpdate"]) {
Write-Host "Update Disabled"
$updates = "FALSE"
}
if ($PackageParameters["Shared"]) {
Write-Host "Installing with Shared Computer Licensing for Remote Desktop Services."
$sharedMachine = 1
}
if ($PackageParameters["Channel"]) {
Write-Host "The following update channel has been selected $($PackageParameters["Channel"])"
$channel = $PackageParameters["Channel"]
}
if ($PackageParameters["Language"]) {
$languages = $PackageParameters["Language"].split(",")
foreach ($language in $languages) {
if (Get-Content "$($toolsDir)\lists\languagesList.txt" | Select-String $language) {
Write-Host "Installing language variant $($language)"
}
else {
if ($language.Count -gt 1 ) {
Write-Warning "$($language) not found"
$languages = $languages -ne $language
}
}
}
}
if ($PackageParameters["Product"]) {
$products = $PackageParameters["Product"].split(",")
foreach ($product in $products) {
if (Get-Content "$($toolsDir)\lists\officeList.txt" | Select-String $product) {
Write-Host "Installation Product $($product)"
}
else {
if ($products.Count -gt 1 ) {
Write-Warning "$($product) not found"
$products = $products -ne $product
}
else {
Write-Warning "$($product) not found we installed HomeBusinessRetail"
$products = "HomeBusinessRetail"
}
}
}
}
if ($PackageParameters["Exclude"]) {
$excludes = $PackageParameters["Exclude"].split(",")
foreach ($exclude in $excludes) {
if (Get-Content "$($toolsDir)\lists\excludeList.txt" | Select-String $exclude) {
Write-Host "Excluded $($exclude)"
}
else {
if ($excludes.Count -gt 1 ) {
Write-Warning "$($exclude) not found"
$excludes = $excludes -ne $exclude
}
}
}
}
}
else {
Write-Debug "No Package Parameters Passed in"
Write-Host "Installing 32-bit version."
Write-Host "Installing language variant $languages."
Write-Host "Installation Product $product"
}
Import-Module -Name "$($toolsDir)\helpers.ps1"
$packageArgs = @{
packageName = 'Office-Deployment-Tool'
fileType = 'EXE'
url = $urlPackage
checksum = $checksumPackage
checksumType = $checksumTypePackage
silentArgs = "/extract:$($binDir) /log:$($logDir)\Office-Deployment-Tool.log /quiet /norestart"
validExitCodes = @(
0, # success
3010, # success, restart required
2147781575, # pending restart required
2147205120 # pending restart required for setup update
)
}
Install-ChocolateyPackage @packageArgs
$installConfigData = @"
<Configuration>
$(
if($channel -ne $null){
"<Add OfficeClientEdition=""$($arch)"" Channel=""$($channel)"">"
} else {
"<Add OfficeClientEdition=""$($arch)"">"
}
)
$(
foreach($product in $products) {
" <Product ID=""$($product)"">"
foreach($language in $languages) {
"`r`n <Language ID=""$($language)"" />"
}
foreach($exclude in $excludes) {
"`r`n <ExcludeApp ID=""$($exclude)"" />"
}
"`r`n </Product>"
}
)
</Add>
$(
if($channel -ne $null){
"<Updates Enabled=""$($updates)"" Channel=""$($channel)"" />"
} else {
"<Updates Enabled=""$($updates)"" />"
}
)
<Display Level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="$logDir" />
<Property Name="SharedComputerLicensing" Value="$sharedMachine" />
</Configuration>
"@
$uninstallConfigData = @"
<Configuration>
<Remove>
$(
foreach($product in $products) {
" <Product ID=""$($product)"">"
"`r`n </Product>"
}
)
</Remove>
<Display Level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="$logDir" />
<Property Name="FORCEAPPSHUTDOWN" Value="True" />
</Configuration>
"@
$installConfigData | Out-File "$($binDir)\Install.xml"
$uninstallConfigData | Out-File "$($binDir)\Uninstall.xml"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
file = "$($binDir)\setup.exe"
checksum = '53CA42D6EEDB08AD3EFF2EB51E720673C3842C24D36B334FCA7358CE6AC19007'
checksumType = 'sha256'
silentArgs = "/configure $($binDir)\Install.xml"
validExitCodes = @(
0, # success
3010, # success, restart required
2147781575, # pending restart required
2147205120 # pending restart required for setup update
)
}
Install-ChocolateyInstallPackage @packageArgs
# microsoft-office-deployment uninstall
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = ''
fileType = ''
silentArgs = ''
validExitCodes = @(0, 3010, 1605, 1614, 1641)
}
if ($key.Count -eq 1) {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | ForEach-Object {Write-Warning "- $($_.DisplayName)"}
}
# Custome Settings from Package
## Remove files and folders
if (Get-Item -Path "<Path>" -ErrorAction SilentlyContinue) {
Remove-Item `
-Path "<Path>" `
-Recurse
Write-Output `
-InputObject "Remove Shortcut <Path>"
}
function Test-RegistryValue {
param (
[parameter(Mandatory=$true)][ValidateNotNullOrEmpty()]$Path,
[parameter(Mandatory=$true)][ValidateNotNullOrEmpty()]$Value
)
try {
Get-ItemProperty -Path $Path | Select-Object -ExpandProperty $Value -ErrorAction Stop | Out-Null
return $true
} catch {
return $false
}
}
Access
Excel
Lync
OneDrive (Groove)
Skype for Business
OneDrive Desktop
OneNote 2016
Outlook
PowerPoint
Publisher
Teams
Word
MatchOS
ar-sa
bg-bg
zh-cn
zh-tw
hr-hr
cs-cz
da-dk
nl-nl
en-us
et-ee
fi-fi
fr-fr
de-de
el-gr
he-il
hi-in
hu-hu
id-id
it-it
ja-jp
kk-kz
ko-kr
lv-lv
lt-lt
ms-my
nb-no
pl-pl
pt-br
pt-pt
ro-ro
ru-ru
sr-latn-cs
sk-sk
sl-si
es-es
sv-se
th-th
tr-tr
uk-ua
vi-vn
PersonalRetail
ProPlusRetail
O365SmallBusPremRetail
O365BusinessRetail
O365ProPlusRetail
InfoPathRetail
SPDRetail
ProjectProRetail
VisioProRetail
LyncEntryRetail
LyncRetail
SkypeforBusinessEntryRetail
SkypeforBusinessRetail
AccessRetail
Access2019Retail
Access2019Volume
ExcelRetail
Excel2019Retail
Excel2019Volume
HomeBusinessRetail
HomeBusiness2019Retail
HomeStudentRetail
HomeStudent2019Retail
O365HomePremRetail
OneNoteRetail
OutlookRetail
Outlook2019Retail
Outlook2019Volume
Personal2019Retail
PowerPointRetail
PowerPoint2019Retail
PowerPoint2019Volume
ProfessionalRetail
Professional2019Retail
ProjectProXVolume
ProjectPro2019Retail
ProjectPro2019Volume
ProjectStdRetail
ProjectStdXVolume
ProjectStd2019Retail
ProjectStd2019Volume
ProPlus2019Volume
PublisherRetail
Publisher2019Retail
Publisher2019Volume
Standard2019Volume
VisioProXVolume
VisioPro2019Retail
VisioPro2019Volume
VisioStdRetail
VisioStdXVolume
VisioStd2019Retail
VisioStd2019Volume
WordRetail
Word2019Retail
Word2019Volume
Log in or click on link to see number of positives.
- microsoft-office-deployment.16.0.13628.20274.nupkg (cba85a0d68d3) - ## / 63
- officedeploymenttool_13628-20274.exe (2a103da6e2a5) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Microsoft Office Deployment 16.0.13628.20274 | 8867 | Wednesday, February 10, 2021 | Approved |
Microsoft Office Deployment 16.0.13530.20376 | 14326 | Wednesday, January 13, 2021 | Approved |
Microsoft Office Deployment 16.0.13426.20370 | 10189 | Tuesday, December 22, 2020 | Approved |
Microsoft Office Deployment 16.0.13426.20308 | 7924 | Tuesday, December 8, 2020 | Approved |
Microsoft Office Deployment 16.0.13328.20420 | 8171 | Tuesday, November 24, 2020 | Approved |
Microsoft Office Deployment 16.0.13328.20292 | 24 | Friday, October 30, 2020 | Waiting for Maintainer |
Microsoft Office Deployment 16.0.13231.20368 | 19067 | Thursday, October 15, 2020 | Approved |
Microsoft Office Deployment 16.0.12827.20268 | 48088 | Wednesday, June 10, 2020 | Approved |
Microsoft Office Deployment 16.0.12624.20320 | 21025 | Thursday, April 16, 2020 | Approved |
Microsoft Office Deployment 16.0.12325.20288 | 15439 | Saturday, January 18, 2020 | Approved |
Microsoft Office Deployment 16.0.12130.20273 | 2016 | Wednesday, January 8, 2020 | Approved |
Microsoft Office Deployment 16.0.11901.20022 | 11923 | Thursday, August 15, 2019 | Approved |
Microsoft Office Deployment 16.0.11509.33604 | 6744 | Tuesday, March 19, 2019 | Approved |
Microsoft Office Deployment 16.0.11306.33602 | 1056 | Friday, January 25, 2019 | Approved |
Microsoft Office Deployment 16.0.11107.33603 | 477 | Thursday, December 20, 2018 | Approved |
Microsoft Office Deployment 16.0.11107.33602 | 539 | Tuesday, November 13, 2018 | Approved |
Microsoft Office Deployment 16.0.11023.33600 | 303 | Sunday, October 28, 2018 | Approved |
Microsoft Office Deployment 16.0.10810.33603 | 274 | Thursday, August 30, 2018 | Approved |
2016 Microsoft
This package has no dependencies.
Ground Rules:
- This discussion is only about Microsoft Office Deployment and the Microsoft Office Deployment package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Microsoft Office Deployment, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.