Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

572,440,669

Downloads of v 2024.4.20220:

10,899,864

Last Update:

28 Oct 2024

Package Maintainer(s):

Software Author(s):

  • Adobe

Tags:

adobereader adobe acrobat reader dc pdf mui multilanguage

Adobe Acrobat Reader DC

  • 1
  • 2
  • 3

2024.4.20220 | Updated: 28 Oct 2024

Downloads:

572,440,669

Downloads of v 2024.4.20220:

10,899,864

Maintainer(s):

Software Author(s):

  • Adobe

Adobe Acrobat Reader DC 2024.4.20220

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Adobe. The inclusion of Adobe trademark(s), if any, upon this webpage is solely to identify Adobe goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Works correctly in local test environment

Details

Scan Testing Exemption for this package version only:

Scanner can't detect multiple language files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Adobe Acrobat Reader DC, run the following command from the command line or from PowerShell:

>

To upgrade Adobe Acrobat Reader DC, run the following command from the command line or from PowerShell:

>

To uninstall Adobe Acrobat Reader DC, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade adobereader -y --source="'INTERNAL REPO 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 adobereader -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install adobereader
  win_chocolatey:
    name: adobereader
    version: '2024.4.20220'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'adobereader' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2024.4.20220'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller adobereader
{
    Name     = "adobereader"
    Version  = "2024.4.20220"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'adobereader':
  ensure   => '2024.4.20220',
  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.

WARNING

There are versions of this package awaiting moderation . See the Version History section below.

WARNING

This package is exempt from moderation. While it is likely safe for you, there is more risk involved.

Description

Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. And now, it’s connected to Adobe Document Cloud – so you can work with PDFs on computers and mobile devices.

This package installs/upgrades the Multi-lingual ("MUI") release. In some cases, this package will by default be able to install over the top of a language-specific installation. Otherwise, this package will exit and require either a manual uninstall of the language specific installation or having the parameter '/OverwriteInstallation' set to do this automatically.

Package installation defaults

By default, this package:

  • Will NOT install a desktop icon.
  • Will NOT install the Adobe Reader and Acrobat Manager ("ARM") service. It the service already exists, it will NOT remove it (it will disable it unless enabled by parameters).
  • Will NOT uninstall language-specific installations.
  • Will configure Reader to only check for updates manually with confirmation for install.

Package Parameters

  • /DesktopIcon - The Desktop icon will be installed to the common desktop. (Install only.)
  • /NoUpdates - No updates via internal mechanisms (including manual checks). Only downloading from Adobe and running installers or updates (or updating this package) will advance the version of Reader. Once set, only uninstalling this package will remove this update block.
  • /OverwriteInstallation - Uninstall a language-specific installation before installing the Multi-lingual ("MUI") release. Be aware that this will remove all data and features of an existing installation!
  • /EnableUpdateService - Install the AdobeARM service. (Does not override /NoUpdates.)
  • /UpdateMode:# - Sets the update mode (below). (Does not override /NoUpdates.)
  • /IgnoreInstalled="SOFTWARE NAME" - This parameter allows you to ignore software whose name matches a comma delimited list of wildcard strings. This is useful if you have other versions of Adobe Acrobat installed (such as Adobe Acrobat X Pro). For example: choco install adobereader --params="'/IgnoreInstalled="Adobe X*,Adobe Acrobat Y*"'" will ignore any installation whose name matches Adobe X* or Adobe Acrobat Y*. WARNING: Only use this parameter if you know what you are doing. If you have an existing installation of Adobe Acrobat Reader and you exclude it from the list using this parameter, then the package will perform an installation believing the software is not installed which will cause issues. You have been warned.

Update Modes

  • 0 - Manually check for and install updates. (Default and reset on every update).
  • 1 - Same as 0.
  • 2 - Download updates for me, but let me choose when to install them. (Appears to be no different than 0).
  • 3 - Install updates automatically (via task scheduler or ARM service if enabled).
  • 4 - Notify me, but let me choose when to download and install updates.

These parameters can be passed to the installer with the use of --params.

For example :
choco install adobereader --params '"/DesktopIcon /UpdateMode:4"'

Notes

  • This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s), to let the know the package is no longer updating, using:
    • The 'Contact Maintainers' link on the package page, or
    • The 'Package Source' link on the package page and raising an issue.

tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$DisplayName = 'Adobe Acrobat'

# all checksum types are the same
$allChecksumType = 'SHA256'

$MUIurl = 'https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400420220/AcroRdrDC2400420220_MUI.exe'
$MUIchecksum = '1052E78DA068501BA0BF8B14123A3AFD4FBD3EE916C5287A0F78EFCD1E0597FD'

$MUIurl64 = 'https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400420220/AcroRdrDCx642400420220_MUI.exe'
$MUIchecksum64 = 'F69676B27D07452F40FAB3E824C0FD30EDCB2B7B9D5AF0E1DEE5055E55C6C7B6'

$MUImspURL = 'https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400420220/AcroRdrDCUpd2400420220_MUI.msp'
$MUImspChecksum = '0116CA2CD5F5E2EDB9C9835C102E17CE08C25FC07D2663D9EE94F7D5F5CFB0FC'

$MUImspURL64 = 'https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400420220/AcroRdrDCx64Upd2400420220_MUI.msp'
$MUImspChecksum64 = '019635FBD3489417FB129B9EB40EBAE3FAF177FF38D46FB11F6B1A47E6F13FE2'

$MUIinstalled = $false
$PerformNewInstall = $false
$ApplyPatch = $false
[array]$installation = Get-UninstallRegistryKey -SoftwareName $DisplayName.replace(' Acrobat', ' Acrobat*')

$MUImspURL -match 'AcroRdrDCUpd(\d+)_' | Out-Null
$UpdaterVersion = $Matches[1]

$PackageParameters = Get-PackageParameters

# this parameter _could_ cause issues so lets put lots of verbose text around it
if ($PackageParameters['IgnoreInstalled']) {
   if ([string]::IsNullOrEmpty($PackageParameters['IgnoreInstalled']) -or [string]::IsNullOrWhiteSpace($PackageParameters['IgnoreInstalled'])) {
      throw "Package parameter '/IgnoreInstalled' cannot be empty or whitespace."
   }

   $matchInstallation = ($PackageParameters['IgnoreInstalled']).Split(',')

   Write-Verbose "/IgnoreInstalled package parameter was passed with these software names:"
   $matchInstallation | ForEach-Object { Write-Verbose "- $_" }

   # loop over each found installation and ignore it if it matches a value in '/IgnoreInstalled'
   $key = for ($i = 0; $i -lt $installation.count; $i++) {
      for ($j = 0; $j -lt $matchInstallation.count; $j++) {
         if ($installation[$i].DisplayName -notlike $matchInstallation[$j]) {
            $installation[$i]
            Write-Verbose "Keeping '$($installation[$i].DisplayName)' as it does not match '$($matchInstallation[$j])'"
         }
         else {
            Write-Verbose "Removing '$($installation[$i].DisplayName)' from list of found software, as it matches '$($matchInstallation[$j])'"
         }
      }
   }

   Write-Verbose "After processing, we will use this list of installed software:"
   $key | ForEach-Object {
      Write-Warning "- $($_.DisplayName)"
   }

   if ($installation.Count -gt 0 -and $key.Count -eq 0) {
      Write-Warning "We originally found $($installation.Count) software names matching $($DisplayName.replace(' Acrobat', ' Acrobat*'))."
      Write-Warning 'Using ''/IgnoreInstalled'' matches, this is now 0.'
      Write-Warning 'This may be intended.'
      Write-Warning "This will cause issues if you have the software from this package already installed."
   }
}
else {
   $key = $installation
}

if ($key.Count -eq 1) {
   $InstalledVersion = $key[0].DisplayVersion.replace('.', '')
   $IsAdobeAcrobatReader = $key[0].DisplayName -match 'Adobe Acrobat Reader'
   if ($IsAdobeAcrobatReader -and $key[0].DisplayName -notmatch 'MUI') {
      if (($InstalledVersion -ge $UpdaterVersion) -and !($PackageParameters.OverwriteInstallation)) {
         Write-Warning "The currently installed $($key[0].DisplayName) is a single-language install."
         Write-Warning "You will need to uninstall $($key[0].DisplayName) first or use /OverwriteInstallation."
         Throw 'Installation halted.'
      }
      elseif (($InstalledVersion -ge $UpdaterVersion) -and $PackageParameters.OverwriteInstallation) {
         Write-Warning "The currently installed $($key[0].DisplayName) is a single-language install."
         Write-Warning  'This package will replace it with the multi-language (MUI) release (Installation overwrite).'
      }
      else {
         Write-Warning "The currently installed $($key[0].DisplayName) is a single-language install."
         Write-Warning  'This package will replace it with the multi-language (MUI) release.'
      }
   }
   else {
      $MUIinstalled = $true
      if ($InstalledVersion -eq $UpdaterVersion) {
         Write-Verbose 'Currently installed version is the same as this package.  Nothing further to do.'
         Return
      }
      elseif ($InstalledVersion -gt $UpdaterVersion) {
         Write-Warning "$($key[0].DisplayName) v20$($key[0].DisplayVersion) installed."
         Write-Warning "This package installs v$env:ChocolateyPackageVersion and cannot replace a newer version."
         Throw 'Installation halted.'
      }
      else {
         # for installations where there is an e.g. existing "Adobe Acrobat Reader DC MUI" present,
         # we perform a new installation otherwise we apply the patch
         if ($IsAdobeAcrobatReader) {
            $PerformNewInstall = $true
         }
         else {
            $ApplyPatch = $true
         }
      }
   }
}
elseif ($key.count -gt 1) {
   Write-Warning "$($key.Count) matching installs of Adobe Acrobat Reader DC found!"
   Write-Warning 'To prevent accidental data loss, this install will be aborted.'
   Write-Warning 'The following installs were found:'
   $key | ForEach-Object { Write-Warning "- Name: $($_.DisplayName)`tVersion: $($_.DisplayVersion)" }

   if ($PackageParameters['IgnoreInstalled']) {
      Write-Warning "You have passed '/IgnoreInstalled' containing:"
      ($PackageParameters['IgnoreInstalled']).Split(',') | ForEach-Object { Write-Warning "- $_" }
   }
   Throw 'Installation halted.'
}
else {
   $PerformNewInstall = $true
}

if ($PackageParameters.OverwriteInstallation) {
   Write-Host 'Uninstalling single language version.'
   $UninstallRegKey = [array](Get-UninstallRegistryKey "Adobe Acrobat Reader DC*")[0].UninstallString.split("/I")[2]
   $MSIArgs = @(
      "/x"
      '"{0}"'
      "/qn"
   ) -f $UninstallRegKey
   Start-Process "msiexec.exe" -ArgumentList $MSIArgs -Wait
   $Uninstalled = $?
   $RegPath = 'HKLM:\SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown'

   if (Test-Path $RegPath) {
      $key = Get-ItemProperty -path $RegPath
      if ($key.bUpdater -ne $null) {
         $null = Remove-ItemProperty -Path $RegPath -Name 'bUpdater' -Force
      }
   }

   if ($Uninstalled) {
      Write-Host "Successfully uninstalled existing Adobe Acrobat Reader."
   }
   else {
      Throw "Failed to uninstall existing version of Adobe Acrobat Reader."
   }
}

# Reference: https://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/properties.html#command-line-example
$options = ' DISABLEDESKTOPSHORTCUT=1'
if ($PackageParameters.DesktopIcon) {
   $options = ''
   Write-Host 'You requested a desktop icon.' -ForegroundColor Cyan
}

if ($PackageParameters.NoUpdates) {
   $RegRoot = 'HKLM:\SOFTWARE\Policies'
   $RegSubFolders = ('Adobe\Acrobat Reader\DC\FeatureLockDown').split('\')
   for ($i = 0; $i -lt $RegSubFolders.count; $i++) {
      $RegPath = "$RegRoot\$($RegSubFolders[0..$i] -join '\')"
      if (-not (Test-Path $RegPath)) {
         $null = New-Item -Path $RegPath.TrimEnd($RegSubFolders[$i]) -Name $RegSubFolders[$i]
      }
   }
   $RegPath = "$RegRoot\$($RegSubFolders -join '\')"
   if (Test-Path $RegPath) {
      $null = New-ItemProperty -Path $RegPath -Name 'bUpdater' -PropertyType DWORD -Value 0 -Force
   }
   Write-Host 'You requested no Adobe updates.' -ForegroundColor Cyan
}

if ($PackageParameters.EnableUpdateService) {
   Write-Host 'You requested to enable the auto-update service.' -ForegroundColor Cyan
   if ($MUIinstalled) {
      if (Get-Service -Name 'AdobeARMservice' -ErrorAction SilentlyContinue) {
         $null = Set-Service -Name 'AdobeARMservice' -StartupType Automatic
         $null = Start-Service -Name 'AdobeARMservice'
      }
      else {
         Write-Warning 'The Adobe ARM update service is not available and is not installed on updates.'
      }
   }
}
else {
   $options += ' DISABLE_ARM_SERVICE_INSTALL=1'
   if (Get-Service -Name 'AdobeARMservice' -ErrorAction SilentlyContinue) {
      $null = Stop-Service -Name 'AdobeARMservice' -Force
      $null = Set-Service -Name 'AdobeARMservice' -StartupType Disabled
   }
}

if (-not $PackageParameters.UpdateMode) {
   $UpdateMode = 0
}
else { $UpdateMode = $PackageParameters.UpdateMode }

if ((0..4) -contains $UpdateMode) {
   Switch ($UpdateMode) {
      0 { Write-Host 'Configuring manual update checks and installs.' -ForegroundColor Cyan }
      1 { Write-Host 'You requested manual update checks and installs.' -ForegroundColor Cyan }
      2 { Write-Host 'You requested automatic update downloads and manual installs.' -ForegroundColor Cyan }
      3 { Write-Host 'You requested scheduled, automatic updates.' -ForegroundColor Cyan }
      4 { Write-Host 'You requested notifications but manual updates.' -ForegroundColor Cyan }
   }
   if ($MUIinstalled) {
      # This is the official setting based on the reference URL.
      $RegPath1 = 'HKLM:\SOFTWARE\Adobe\Adobe ARM\1.0\ARM\'
      if (Test-Path $RegPath1) {
         $null = New-ItemProperty -Path $RegPath1 -Name 'iCheckReader' -Value $UpdateMode -force
      }
      $GUID = '{' + $key[0].UninstallString.split('{')[-1]
      # This is the setting that actually causes a change in behavior.
      $RegPath2 = "HKLM:\SOFTWARE\Wow6432Node\Adobe\Adobe ARM\Legacy\Reader\$GUID"
      if (Test-Path $RegPath2) {
         $null = New-ItemProperty -Path $RegPath2 -Name 'Mode' -Value $UpdateMode -force
      }
   }
   else {
      $options += " UPDATE_MODE=$UpdateMode"
   }
}

if ($PerformNewInstall) {
   $DownloadArgs = @{
      packageName         = $env:ChocolateyPackageName
      FileFullPath        = Join-Path $env:TEMP "$env:ChocolateyPackageName.$env:ChocolateyPackageVersion.installer.exe"
      url                 = $MUIurl
      checksum            = $MUIChecksum
      checksumType        = $allChecksumType
      url64bit            = $MUIurl64
      checksum64          = $MUIChecksum64
      checksumType64      = $allChecksumType
      GetOriginalFileName = $true
   }
   $MUIexePath = Get-ChocolateyWebFile @DownloadArgs

   $packageArgsEXE = @{
      packageName    = "$env:ChocolateyPackageName (installer)"
      fileType       = 'EXE'
      File           = $MUIexePath
      checksumType   = $allChecksumType
      silentArgs     = "/sAll /msi /norestart /quiet PATCH=`"$mspPath`" ALLUSERS=1 EULA_ACCEPT=YES $options" +
      " /L*v `"$env:TEMP\$env:chocolateyPackageName.$env:chocolateyPackageVersion.Install.log`""
      validExitCodes = @(0, 1000, 1101, 1603)
   }
   $exitCode = Install-ChocolateyInstallPackage @packageArgsEXE

   # check if the patch should be applied separately
   [array]$key = Get-UninstallRegistryKey -SoftwareName $DisplayName.replace(' Acrobat', ' Acrobat*')
   $InstalledVersion = $key[0].DisplayVersion.replace('.', '')
   $ApplyPatch = $InstalledVersion -lt $UpdaterVersion

   if ($exitCode -eq 1603) {
      Write-Warning "For code 1603, Adobe recommends to 'shut down Microsoft Office and all web browsers' and try again."
      Write-Warning 'The install log should provide more details about the encountered issue:'
      Write-Warning "   $env:TEMP\$env:chocolateyPackageName.$env:chocolateyPackageVersion.Install.log"
      Throw "Installation of $env:ChocolateyPackageName was unsuccessful."
   }
}

if ($ApplyPatch) {
   $DownloadArgs = @{
      packageName         = "$env:ChocolateyPackageName (update)"
      FileFullPath        = Join-Path $env:TEMP "$env:ChocolateyPackageName.$env:ChocolateyPackageVersion.msp"
      url                 = $MUImspURL
      checksum            = $MUImspChecksum
      checksumType        = $allChecksumType
      url64bit            = $MUImspURL64
      checksum64          = $MUImspChecksum64
      checksumType64      = $allChecksumType
      GetOriginalFileName = $true
   }
   $mspPath = Get-ChocolateyWebFile @DownloadArgs

   Write-Host 'Applying patch.'
   $UpdateArgs = @{
      Statements     = "/p `"$mspPath`" /norestart /quiet ALLUSERS=1 EULA_ACCEPT=YES $options" +
      " /L*v `"$env:TEMP\$env:chocolateyPackageName.$env:chocolateyPackageVersion.Update.log`""
      ExetoRun       = 'msiexec.exe'
      validExitCodes = @(0, 1603, 3010)
   }
   $exitCode = Start-ChocolateyProcessAsAdmin @UpdateArgs

   if ($exitCode -eq 1603) {
      Write-Warning "For code 1603, Adobe recommends to 'shut down Microsoft Office and all web browsers' and try again."
      Write-Warning 'The update log should provide more details about the encountered issue:'
      Write-Warning "   $env:TEMP\$env:chocolateyPackageName.$env:chocolateyPackageVersion.Update.log"
      Throw "Patching of $env:ChocolateyPackageName to the latest version was unsuccessful."
   }
}

if ($PackageParameters.NoUpdates -or $UpdateMode -lt 2) {
   Unregister-ScheduledTask 'Adobe Acrobat Update Task' -Confirm:$false -ErrorAction SilentlyContinue
}
tools\chocolateyuninstall.ps1
$RegPath = 'HKLM:\SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown'

if (Test-Path $RegPath) {
   $key = Get-ItemProperty -path $RegPath
   if ($key.bUpdater -ne $null) {
      $null = Remove-ItemProperty -Path $RegPath -Name 'bUpdater' -Force
   }
}

Log in or click on link to see number of positives.

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
Adobe Acrobat Reader DC 2024.5.20320 7 Tuesday, December 10, 2024 Ready
Adobe Acrobat Reader DC 2024.3.20112 9140445 Tuesday, September 10, 2024 Exempted
Adobe Acrobat Reader DC 2024.2.21005 5231085 Tuesday, August 13, 2024 Exempted
Adobe Acrobat Reader DC 2024.2.20965 2889859 Monday, July 29, 2024 Exempted
Adobe Acrobat Reader DC 2024.2.20857 4367110 Thursday, June 20, 2024 Approved
Adobe Acrobat Reader DC 2024.2.20759 6719237 Friday, May 24, 2024 Exempted
Adobe Acrobat Reader DC 2024.2.20736 2081009 Sunday, May 5, 2024 Exempted
Adobe Acrobat Reader DC 2024.2.20687 3888972 Friday, April 12, 2024 Exempted
Adobe Acrobat Reader DC 2024.1.20643 194 Tuesday, April 2, 2024 Exempted
Adobe Acrobat Reader DC 2024.1.20615 144 Monday, April 1, 2024 Exempted
Adobe Acrobat Reader DC 2023.8.20555 8335722 Saturday, February 24, 2024 Approved
Adobe Acrobat Reader DC 2023.8.20533 2233074 Tuesday, February 13, 2024 Approved
Adobe Acrobat Reader DC 2023.8.20470 4651588 Tuesday, January 16, 2024 Approved
Adobe Acrobat Reader DC 2023.8.20458 2278429 Thursday, January 4, 2024 Approved
Adobe Acrobat Reader DC 2023.8.20421 1416196 Saturday, December 23, 2023 Approved
Adobe Acrobat Reader DC 2023.6.20380 6915301 Tuesday, November 14, 2023 Approved
Adobe Acrobat Reader DC 2023.6.20360 3802874 Tuesday, October 17, 2023 Approved
Adobe Acrobat Reader DC 2023.6.20320 6161621 Tuesday, September 12, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20284 3329402 Tuesday, August 22, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20269 2780355 Tuesday, August 8, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20244 3083406 Sunday, July 23, 2023 Approved
Adobe Acrobat Reader DC 2023.003.20215 4187818 Saturday, July 1, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20201.1 2858354 Wednesday, June 7, 2023 Approved
Adobe Acrobat Reader DC 2023.003.20201 385008 Tuesday, June 6, 2023 Approved
Adobe Acrobat Reader DC 2023.001.20143 1948710 Thursday, April 13, 2023 Approved
Adobe Acrobat Reader DC 2023.001.20093.1 922834 Wednesday, March 29, 2023 Approved
Adobe Acrobat Reader DC 2023.001.20093 717156 Wednesday, March 22, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20322 1456157 Thursday, February 16, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20314 1207173 Wednesday, January 25, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20310 932882 Tuesday, January 10, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20282 1492877 Wednesday, November 30, 2022 Approved
Adobe Acrobat Reader DC 2022.003.20263 1512509 Sunday, October 23, 2022 Approved
Adobe Acrobat Reader DC 2022.003.20258 729253 Tuesday, October 11, 2022 Approved
Adobe Acrobat Reader DC 2022.002.20212 1180625 Saturday, September 10, 2022 Approved
Adobe Acrobat Reader DC 2022.002.20191 1166224 Tuesday, August 9, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20169 1080488 Tuesday, July 12, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20142 1054131 Tuesday, June 14, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20117 2372867 Thursday, April 21, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20085 1486916 Monday, March 7, 2022 Approved
Adobe Acrobat Reader DC 2021.011.20039 2642338 Tuesday, January 11, 2022 Approved
Adobe Acrobat Reader DC 2021.007.20099 7322150 Tuesday, October 12, 2021 Approved
Adobe Acrobat Reader DC 2021.007.20095 2269370 Thursday, September 30, 2021 Approved
Adobe Acrobat Reader DC 2021.007.20091 1736790 Thursday, September 23, 2021 Approved
Adobe Acrobat Reader DC 2021.005.20060 9212390 Monday, August 16, 2021 Approved
Adobe Acrobat Reader DC 2021.005.20058 7276670 Monday, July 19, 2021 Approved
Adobe Acrobat Reader DC 2021.005.20048 10395196 Wednesday, June 9, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20155 7563507 Wednesday, May 12, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20145 12781593 Tuesday, March 23, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20142 6415491 Friday, February 26, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20140 885744 Tuesday, February 23, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20138 1869679 Tuesday, February 16, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20135 1574865 Wednesday, February 10, 2021 Approved
Adobe Acrobat Reader DC 2020.013.20074 14659589 Thursday, December 10, 2020 Approved
Adobe Acrobat Reader DC 2020.013.20066 4141839 Tuesday, November 24, 2020 Approved
Adobe Acrobat Reader DC 2020.013.20064 5032824 Wednesday, November 4, 2020 Approved
Adobe Acrobat Reader DC 2020.012.20048 9247460 Friday, September 25, 2020 Approved
Adobe Acrobat Reader DC 2020.012.20043 8537245 Wednesday, August 19, 2020 Approved
Adobe Acrobat Reader DC 2020.012.20041 2237400 Tuesday, August 11, 2020 Approved
Adobe Acrobat Reader DC 2020.009.20074 6893024 Friday, July 17, 2020 Approved
Adobe Acrobat Reader DC 2020.009.20067 13045933 Tuesday, June 2, 2020 Approved
Adobe Acrobat Reader DC 2020.009.20065 3586604 Thursday, May 21, 2020 Approved
Adobe Acrobat Reader DC 2020.009.20063 3095998 Tuesday, May 12, 2020 Approved
Adobe Acrobat Reader DC 2020.006.20042 23257206 Wednesday, March 18, 2020 Approved
Adobe Acrobat Reader DC 2020.006.20034.1 933381 Tuesday, March 17, 2020 Approved
Adobe Acrobat Reader DC 2020.006.20034 22298751 Thursday, February 13, 2020 Approved
Adobe Acrobat Reader DC 2019.021.20061 48689695 Thursday, December 19, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20058 8150307 Tuesday, December 10, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20056 21544660 Wednesday, November 13, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20049 13736793 Friday, October 25, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20048 5606484 Thursday, October 17, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20047 1486081 Tuesday, October 15, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20040 34238677 Thursday, August 22, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20036.1 3571564 Friday, August 16, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20036 1281301 Wednesday, August 14, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20035 30224371 Friday, June 14, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20034 10361870 Monday, May 20, 2019 Approved
Adobe Acrobat Reader DC 2019.010.20099 14732565 Tuesday, April 9, 2019 Approved
Adobe Acrobat Reader DC 2019.010.20098 11187492 Monday, March 4, 2019 Approved
Adobe Acrobat Reader DC 2019.010.20091 2759740 Thursday, February 21, 2019 Approved
Adobe Acrobat Reader DC 2019.010.20064.01 17113561 Tuesday, December 18, 2018 Approved
Adobe Acrobat Reader DC 2019.010.20064 311122 Monday, December 17, 2018 Approved
Adobe Acrobat Reader DC 2018.011.20063 13481294 Wednesday, September 19, 2018 Approved
Adobe Acrobat Reader DC 2018.011.20058 3215673 Wednesday, September 5, 2018 Approved
Adobe Reader DC 2015.007.20033.02 22686325 Monday, April 17, 2017 Approved
Adobe Reader DC 2015.007.20033.01 910842 Tuesday, December 13, 2016 Approved
Adobe Reader DC 2015.007.20033 1101947 Thursday, June 11, 2015 Approved
Adobe Acrobat Reader DC 22.003.20282 190 Wednesday, November 30, 2022 Approved
Adobe Reader 11.0.10 76666 Tuesday, December 9, 2014 Approved
Adobe Reader 11.0.09.20140925 24977 Friday, September 26, 2014 Approved
Adobe Reader 11.0.09.20140924 3808 Wednesday, September 24, 2014 Approved
Adobe Reader 11.0.09 2753 Tuesday, September 23, 2014 Approved
Adobe Reader 11.0.08 12763 Tuesday, August 12, 2014 Approved
AdobeReader 11.0.07 15337 Tuesday, May 13, 2014 Approved
AdobeReader 11.0.06 12573 Tuesday, January 14, 2014 Approved
AdobeReader 11.0.04 4901 Friday, November 8, 2013 Approved
AdobeReader 11.0.03 4738 Thursday, June 20, 2013 Approved
AdobeReader 11.0.02 2220 Monday, March 18, 2013 Approved
AdobeReader 11.0.01.20130318 6386 Monday, March 18, 2013 Approved
AdobeReader 11.0.01 1448 Wednesday, January 30, 2013 Approved
AdobeReader 10.1.3.20120712 1885 Thursday, July 12, 2012 Approved
AdobeReader 10.1.3 1140 Wednesday, April 11, 2012 Approved
AdobeReader 10.1.2 1099 Saturday, February 25, 2012 Approved
AdobeReader 10.1.1 1020 Saturday, December 17, 2011 Approved
AdobeReader 10.1.0 1188 Tuesday, August 23, 2011 Approved
AdobeReader 10.0.1.1 1145 Tuesday, August 23, 2011 Approved
AdobeReader 10.0.1 2811 Tuesday, August 23, 2011 Approved
Discussion for the Adobe Acrobat Reader DC Package

Ground Rules:

  • This discussion is only about Adobe Acrobat Reader DC and the Adobe Acrobat Reader DC 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 Adobe Acrobat Reader DC, 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.
comments powered by Disqus