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:

522,066,624

Downloads of v 2023.8.20555:

3,939,984

Last Update:

24 Feb 2024

Package Maintainer(s):

Software Author(s):

  • Adobe

Tags:

adobereader adobe acrobat reader DC pdf MUI multilanguage

Adobe Acrobat Reader DC

  • 1
  • 2
  • 3

2023.8.20555 | Updated: 24 Feb 2024

Downloads:

522,066,624

Downloads of v 2023.8.20555:

3,939,984

Maintainer(s):

Software Author(s):

  • Adobe

Adobe Acrobat Reader DC 2023.8.20555

  • 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 Successful:

No detections found in any package 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: '2023.8.20555'
    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  '2023.8.20555'
end

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


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

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


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

Package Approved

This package was approved as a trusted package on 24 Feb 2024.

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.

Note

If the package fails on Windows 8.1 or earlier, this might be due to the installation of kb2919355 (which is a dependency of this package) if your system is not up-to-date. This KB requires a reboot of the system before the adobereader package installs successfully.

Package installation defaults

By default, installation of this package:

  • Will NOT install a desktop icon.
  • Will NOT install the Adobe Reader and Acrobat Manager ("ARM") service.
  • Will NOT uninstall language-specific installations.
  • Will configure Reader to only check for updates manually with confirmation for install.

However, upgrades to Adobe Reader via this package:

  • Will NOT remove an existing desktop icon or add one when there isn't.
  • Will NOT install the AdobeARM service.
  • Will NOT remove the AdobeARM service (though it will disable it unless enabled by parameters).
  • Will NOT re-enable updates (if disabled via package parameter)

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.)

Update Modes

  • 0 - Manually check for and install updates. (Default and reset on every update). Requires PowerShell 3+.
  • 1 - Same as 0. Requires PowerShell 3+.
  • 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"'


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/1500720033/AcroRdrDC1500720033_MUI.exe'
$MUIchecksum = 'dfc4b3c70b7ecaeb40414c9d6591d8952131a5fffa0c0f5964324af7154f8111'

$MUIurl64 = 'https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300120093/AcroRdrDCx642300120093_MUI.exe'
$MUIchecksum64 = '69a3b05f4b90445024963af79b37520f26b289a8979894a5c9d8ef9c290c2ee4'

$MUImspURL = 'https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300820555/AcroRdrDCUpd2300820555_MUI.msp'
$MUImspChecksum = 'dc552a2befc923cf1eb629c8c397c739cc82c8d7cfd5315cfd60610e131b7e4f'

$MUImspURL64 = 'https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300820555/AcroRdrDCx64Upd2300820555_MUI.msp'
$MUImspChecksum64 = 'cf3f007067e4feee646454ac53c358a8c7f057c82fca960e662fe827e63ba986'

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

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

$PackageParameters = Get-PackageParameters

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 "- $($_.DisplayName)`t$($_.DisplayVersion)" }
   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"
   }
}

$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

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) {
   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)
   }
   $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 2023.8.20533 2114710 Tuesday, February 13, 2024 Approved
Adobe Acrobat Reader DC 2023.8.20470 4577927 Tuesday, January 16, 2024 Approved
Adobe Acrobat Reader DC 2023.8.20458 2240881 Thursday, January 4, 2024 Approved
Adobe Acrobat Reader DC 2023.8.20421 1399985 Saturday, December 23, 2023 Approved
Adobe Acrobat Reader DC 2023.6.20380 6829495 Tuesday, November 14, 2023 Approved
Adobe Acrobat Reader DC 2023.6.20360 3767666 Tuesday, October 17, 2023 Approved
Adobe Acrobat Reader DC 2023.6.20320 6129041 Tuesday, September 12, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20284 3312665 Tuesday, August 22, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20269 2764708 Tuesday, August 8, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20244 3061910 Sunday, July 23, 2023 Approved
Adobe Acrobat Reader DC 2023.003.20215 4170847 Saturday, July 1, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20201.1 2706168 Wednesday, June 7, 2023 Approved
Adobe Acrobat Reader DC 2023.003.20201 384925 Tuesday, June 6, 2023 Approved
Adobe Acrobat Reader DC 2023.001.20143 1928207 Thursday, April 13, 2023 Approved
Adobe Acrobat Reader DC 2023.001.20093.1 917710 Wednesday, March 29, 2023 Approved
Adobe Acrobat Reader DC 2023.001.20093 711961 Wednesday, March 22, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20322 1446086 Thursday, February 16, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20314 1199471 Wednesday, January 25, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20310 929546 Tuesday, January 10, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20282 1477738 Wednesday, November 30, 2022 Approved
Adobe Acrobat Reader DC 2022.003.20263 1497004 Sunday, October 23, 2022 Approved
Adobe Acrobat Reader DC 2022.003.20258 728090 Tuesday, October 11, 2022 Approved
Adobe Acrobat Reader DC 2022.002.20212 1175749 Saturday, September 10, 2022 Approved
Adobe Acrobat Reader DC 2022.002.20191 1161613 Tuesday, August 9, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20169 1074175 Tuesday, July 12, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20142 1050923 Tuesday, June 14, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20117 2368519 Thursday, April 21, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20085 1482887 Monday, March 7, 2022 Approved
Adobe Acrobat Reader DC 2021.011.20039 2639235 Tuesday, January 11, 2022 Approved
Adobe Acrobat Reader DC 2021.007.20099 7313102 Tuesday, October 12, 2021 Approved
Adobe Acrobat Reader DC 2021.007.20095 2268608 Thursday, September 30, 2021 Approved
Adobe Acrobat Reader DC 2021.007.20091 1736337 Thursday, September 23, 2021 Approved
Adobe Acrobat Reader DC 2021.005.20060 9211111 Monday, August 16, 2021 Approved
Adobe Acrobat Reader DC 2021.005.20058 7276554 Monday, July 19, 2021 Approved
Adobe Acrobat Reader DC 2021.005.20048 10394268 Wednesday, June 9, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20155 7563270 Wednesday, May 12, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20145 12781315 Tuesday, March 23, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20142 6415341 Friday, February 26, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20140 885677 Tuesday, February 23, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20138 1869108 Tuesday, February 16, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20135 1574788 Wednesday, February 10, 2021 Approved
Adobe Acrobat Reader DC 2020.013.20074 14659089 Thursday, December 10, 2020 Approved
Adobe Acrobat Reader DC 2020.013.20066 4141754 Tuesday, November 24, 2020 Approved
Adobe Acrobat Reader DC 2020.013.20064 5032725 Wednesday, November 4, 2020 Approved
Adobe Acrobat Reader DC 2020.012.20048 9247360 Friday, September 25, 2020 Approved
Adobe Acrobat Reader DC 2020.012.20043 8537160 Wednesday, August 19, 2020 Approved
Adobe Acrobat Reader DC 2020.012.20041 2237282 Tuesday, August 11, 2020 Approved
Adobe Acrobat Reader DC 2020.009.20074 6892661 Friday, July 17, 2020 Approved
Adobe Acrobat Reader DC 2020.009.20067 13045765 Tuesday, June 2, 2020 Approved
Adobe Acrobat Reader DC 2020.009.20065 3586496 Thursday, May 21, 2020 Approved
Adobe Acrobat Reader DC 2020.009.20063 3095884 Tuesday, May 12, 2020 Approved
Adobe Acrobat Reader DC 2020.006.20042 23257085 Wednesday, March 18, 2020 Approved
Adobe Acrobat Reader DC 2020.006.20034.1 933285 Tuesday, March 17, 2020 Approved
Adobe Acrobat Reader DC 2020.006.20034 22298629 Thursday, February 13, 2020 Approved
Adobe Acrobat Reader DC 2019.021.20061 48689492 Thursday, December 19, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20058 8150197 Tuesday, December 10, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20056 21544553 Wednesday, November 13, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20049 13735415 Friday, October 25, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20048 5606367 Thursday, October 17, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20047 1485968 Tuesday, October 15, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20040 34238327 Thursday, August 22, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20036.1 3571463 Friday, August 16, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20036 1281224 Wednesday, August 14, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20035 30223749 Friday, June 14, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20034 10361756 Monday, May 20, 2019 Approved
Adobe Acrobat Reader DC 2019.010.20099 14732463 Tuesday, April 9, 2019 Approved
Adobe Acrobat Reader DC 2019.010.20098 11187155 Monday, March 4, 2019 Approved
Adobe Acrobat Reader DC 2019.010.20091 2759654 Thursday, February 21, 2019 Approved
Adobe Acrobat Reader DC 2019.010.20064.01 17113452 Tuesday, December 18, 2018 Approved
Adobe Acrobat Reader DC 2019.010.20064 311009 Monday, December 17, 2018 Approved
Adobe Acrobat Reader DC 2018.011.20063 13481168 Wednesday, September 19, 2018 Approved
Adobe Acrobat Reader DC 2018.011.20058 3215564 Wednesday, September 5, 2018 Approved
Adobe Reader DC 2015.007.20033.02 22685628 Monday, April 17, 2017 Approved
Adobe Reader DC 2015.007.20033.01 910732 Tuesday, December 13, 2016 Approved
Adobe Reader DC 2015.007.20033 1101838 Thursday, June 11, 2015 Approved
Adobe Acrobat Reader DC 22.003.20282 131 Wednesday, November 30, 2022 Approved
Adobe Reader 11.0.10 76514 Tuesday, December 9, 2014 Approved
Adobe Reader 11.0.09.20140925 24886 Friday, September 26, 2014 Approved
Adobe Reader 11.0.09.20140924 3712 Wednesday, September 24, 2014 Approved
Adobe Reader 11.0.09 2660 Tuesday, September 23, 2014 Approved
Adobe Reader 11.0.08 12651 Tuesday, August 12, 2014 Approved
AdobeReader 11.0.07 15256 Tuesday, May 13, 2014 Approved
AdobeReader 11.0.06 12466 Tuesday, January 14, 2014 Approved
AdobeReader 11.0.04 4805 Friday, November 8, 2013 Approved
AdobeReader 11.0.03 4652 Thursday, June 20, 2013 Approved
AdobeReader 11.0.02 2123 Monday, March 18, 2013 Approved
AdobeReader 11.0.01.20130318 5851 Monday, March 18, 2013 Approved
AdobeReader 11.0.01 1365 Wednesday, January 30, 2013 Approved
AdobeReader 10.1.3.20120712 1792 Thursday, July 12, 2012 Approved
AdobeReader 10.1.3 1038 Wednesday, April 11, 2012 Approved
AdobeReader 10.1.2 992 Saturday, February 25, 2012 Approved
AdobeReader 10.1.1 918 Saturday, December 17, 2011 Approved
AdobeReader 10.1.0 1071 Tuesday, August 23, 2011 Approved
AdobeReader 10.0.1.1 1054 Tuesday, August 23, 2011 Approved
AdobeReader 10.0.1 2706 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