Downloads:
1,556,081
Downloads of v 16.0.11023.33600:
408
Last Update:
28 Oct 2018
Package Maintainer(s):
Software Author(s):
- Microsoft
Tags:
office365 Office 365 2016 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
This is not the latest version of Microsoft Office Deployment available.
- 1
- 2
- 3
16.0.11023.33600 | Updated: 28 Oct 2018
- 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:
1,556,081
Downloads of v 16.0.11023.33600:
408
Maintainer(s):
Software Author(s):
- Microsoft
Microsoft Office Deployment 16.0.11023.33600
This is not the latest version of Microsoft Office Deployment available.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
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:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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://community.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: (additional options)
choco download microsoft-office-deployment --internalize --version=16.0.11023.33600 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade microsoft-office-deployment -y --source="'INTERNAL REPO URL'" --version="'16.0.11023.33600'" [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="'INTERNAL REPO URL'" --version="'16.0.11023.33600'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install microsoft-office-deployment
win_chocolatey:
name: microsoft-office-deployment
version: '16.0.11023.33600'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'microsoft-office-deployment' do
action :install
source 'INTERNAL REPO URL'
version '16.0.11023.33600'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller microsoft-office-deployment
{
Name = "microsoft-office-deployment"
Version = "16.0.11023.33600"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'microsoft-office-deployment':
ensure => '16.0.11023.33600',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator gep13 on 29 Oct 2018.
Installiert Microsoft Office 2016 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
defaultBroad
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
SupportetHomeStudentRetail, PersonalRetail, HomeBusinessRetail, ProfessionalRetail, ProPlusRetail, O365HomePremRetail, O365SmallBusPremRetail, O365BusinessRetail, O365ProPlusRetail, AccessRetail, ExcelRetail, InfoPathRetail,OneNoteRetail, OutlookRetail, PowerPointRetail, PublisherRetail, WordRetail, SPDRetail, ProjectStdRetail, ProjectProRetail, ProjectStdXVolume, ProjectProXVolume, VisioStdRetail, VisioProRetail, VisioStdXVolume, VisioProXVolume, LyncEntryRetail, LyncRetail, SkypeforBusinessEntryRetail, SkypeforBusinessRetail
/Exclude
Publisher, PowerPoint, OneDrive, Outlook, OneNote, Lync, Groove, Excel, Access, Word
HomeStudentRetail
PersonalRetail
HomeBusinessRetail
ProfessionalRetail
ProPlusRetail
O365HomePremRetail
O365SmallBusPremRetail
O365BusinessRetail
O365ProPlusRetail
AccessRetail
ExcelRetail
InfoPathRetail
OneNoteRetail
OutlookRetail
PowerPointRetail
PublisherRetail
WordRetail
SPDRetail
ProjectStdRetail
ProjectProRetail
ProjectStdXVolume
ProjectProXVolume
VisioStdRetail
VisioProRetail
VisioStdXVolume
VisioProXVolume
LyncEntryRetail
LyncRetail
SkypeforBusinessEntryRetail
SkypeforBusinessRetail
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
Publisher
PowerPoint
OneDrive
Outlook
OneNote
Lync
Groove
Excel
Access
Word
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
}
}
# 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>"
}
Log in or click on link to see number of positives.
- microsoft-office-deployment.16.0.11023.33600.nupkg (d8390a569f28) - ## / 60
- officedeploymenttool_11023-33600.exe (bd335bf3313d) - ## / 66
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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Microsoft Office Deployment 16.0.16626.20148 | 62850 | Wednesday, August 2, 2023 | Approved | |
Microsoft Office Deployment 16.0.16529.20182 | 18560 | Saturday, July 15, 2023 | Approved | |
Microsoft Office Deployment 16.0.16501.20196 | 15966 | Tuesday, June 13, 2023 | Approved | |
Microsoft Office Deployment 16.0.16227.20258 | 87877 | Wednesday, April 12, 2023 | Approved | |
Microsoft Office Deployment 16.0.15726.20202 | 106467 | Friday, December 9, 2022 | Approved | |
Microsoft Office Deployment 16.0.15225.20204 | 370799 | Wednesday, June 15, 2022 | Approved | |
Microsoft Office Deployment 16.0.15128.20224 | 107520 | Friday, May 13, 2022 | Approved | |
Microsoft Office Deployment 16.0.15028.20242 | 35257 | Saturday, April 30, 2022 | Approved | |
Microsoft Office Deployment 16.0.15028.20160 | 39708 | Wednesday, April 13, 2022 | Approved | |
Microsoft Office Deployment 16.0.14931.20120 | 89964 | Wednesday, March 9, 2022 | Approved | |
Microsoft Office Deployment 16.0.14729.20229 | 29944 | Monday, February 28, 2022 | Approved | |
Microsoft Office Deployment 16.0.14729.20228 | 100058 | Saturday, January 15, 2022 | Approved | |
Microsoft Office Deployment 16.0.14527.20178 | 64432 | Monday, November 29, 2021 | Approved | |
Microsoft Office Deployment 16.0.14026.20254 | 185003 | Tuesday, June 8, 2021 | Approved | |
Microsoft Office Deployment 16.0.13929.20296 | 24597 | Tuesday, May 11, 2021 | Approved | |
Microsoft Office Deployment 16.0.13901.20336 | 9514 | Monday, April 26, 2021 | Approved | |
Microsoft Office Deployment 16.0.13801.20360 | 15855 | Wednesday, March 24, 2021 | Approved | |
Microsoft Office Deployment 16.0.13628.20274 | 16632 | Wednesday, February 10, 2021 | Approved | |
Microsoft Office Deployment 16.0.13530.20376 | 14417 | Wednesday, January 13, 2021 | Approved | |
Microsoft Office Deployment 16.0.13426.20370 | 10276 | Tuesday, December 22, 2020 | Approved | |
Microsoft Office Deployment 16.0.13426.20308 | 8004 | Tuesday, December 8, 2020 | Approved | |
Microsoft Office Deployment 16.0.13328.20420 | 8274 | Tuesday, November 24, 2020 | Approved | |
Microsoft Office Deployment 16.0.13231.20368 | 19164 | Thursday, October 15, 2020 | Approved | |
Microsoft Office Deployment 16.0.12827.20268 | 48436 | Wednesday, June 10, 2020 | Approved | |
Microsoft Office Deployment 16.0.12624.20320 | 21718 | Thursday, April 16, 2020 | Approved | |
Microsoft Office Deployment 16.0.12325.20288 | 15644 | Saturday, January 18, 2020 | Approved | |
Microsoft Office Deployment 16.0.12130.20273 | 2117 | Wednesday, January 8, 2020 | Approved | |
Microsoft Office Deployment 16.0.11901.20022 | 12056 | Thursday, August 15, 2019 | Approved | |
Microsoft Office Deployment 16.0.11509.33604 | 6835 | Tuesday, March 19, 2019 | Approved | |
Microsoft Office Deployment 16.0.11306.33602 | 1170 | Friday, January 25, 2019 | Approved | |
Microsoft Office Deployment 16.0.11107.33603 | 576 | Thursday, December 20, 2018 | Approved | |
Microsoft Office Deployment 16.0.11107.33602 | 621 | Tuesday, November 13, 2018 | Approved | |
Microsoft Office Deployment 16.0.11023.33600 | 408 | Sunday, October 28, 2018 | Approved | |
Microsoft Office Deployment 16.0.10810.33603 | 392 | 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.