Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

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

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
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
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

492,542,820

Downloads of v 2023.001.20143:

1,883,321

Last Update:

13 Apr 2023

Package Maintainer(s):

Software Author(s):

  • Adobe

Tags:

adobereader adobe acrobat reader DC pdf MUI multilanguage

Adobe Acrobat Reader DC

This is not the latest version of Adobe Acrobat Reader DC available.

  • 1
  • 2
  • 3

2023.001.20143 | Updated: 13 Apr 2023

Downloads:

492,542,820

Downloads of v 2023.001.20143:

1,883,321

Maintainer(s):

Software Author(s):

  • Adobe

Adobe Acrobat Reader DC 2023.001.20143

This is not the latest version of Adobe Acrobat Reader DC available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Unknown


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'" --version="'2023.001.20143'" [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'" --version="'2023.001.20143'" 
$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.001.20143'
    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.001.20143'
end

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


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

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


package { 'adobereader':
  ensure   => '2023.001.20143',
  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 13 Apr 2023.

Description

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)
  • 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"'


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
   }
}
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$DisplayName = 'Adobe Acrobat Reader DC MUI'

$MUIurl = 'https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/1500720033/AcroRdrDC1500720033_MUI.exe'
$MUIurl64 = 'https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300120093/AcroRdrDCx642300120093_MUI.exe'
$MUIchecksum = 'dfc4b3c70b7ecaeb40414c9d6591d8952131a5fffa0c0f5964324af7154f8111'
$MUIchecksum64 = '69a3b05f4b90445024963af79b37520f26b289a8979894a5c9d8ef9c290c2ee4'
$MUImspURL = 'https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300120143/AcroRdrDCUpd2300120143_MUI.msp'
$MUImspURL64 = 'https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300120143/AcroRdrDCx64Upd2300120143_MUI.msp'
$MUImspChecksum = 'afeb9edc1dae2c225d9806d0e51125f76981739915b33271cdc55147e3a7a981703004aa232020b9f0ea5c6eb0955a63a05bd6ebff460ad43ee2b9a68c0dc1c7'
$MUImspChecksum64 = "2cbf05ce6526c617c77ae30c5720485cdf0596d1fb3f5941c541d384ec94722b34942b2a5d2c95cd5d4c318a784e631be40eb948954c5700a4110f30b937cc7b"

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

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

$PackageParameters = Get-PackageParameters

if ($key.Count -eq 1) {
   $InstalledVersion = $key[0].DisplayVersion.replace('.', '')
   if ($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 {
         $UpdateOnly = $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.'
}

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
   url64bit            = $MUImspURL64
   checksum            = $MUImspChecksum
   checksum64          = $MUImspChecksum64
   checksumType        = 'SHA512'
   GetOriginalFileName = $true
}
$mspPath = Get-ChocolateyWebFile @DownloadArgs

if ($UpdateOnly) {
   $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."
   }
}
else {
   $DownloadArgs = @{
      packageName         = $env:ChocolateyPackageName
      FileFullPath        = Join-Path $env:TEMP "$env:ChocolateyPackageName.$env:ChocolateyPackageVersion.installer.exe"
      url                 = $MUIurl
      url64bit            = $MUIurl64
      checksum            = $MUIchecksum
      checksumType64      = $MUIchecksum64
      checksumType        = 'SHA256'
      GetOriginalFileName = $true
   }
   $MUIexePath = Get-ChocolateyWebFile @DownloadArgs

   $packageArgsEXE = @{
      packageName    = "$env:ChocolateyPackageName (installer)"
      fileType       = 'EXE'
      File           = $MUIexePath
      checksumType   = 'SHA256'
      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

   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 ($PackageParameters.NoUpdates -or $UpdateMode -lt 2) {
   Unregister-ScheduledTask 'Adobe Acrobat Update Task' -Confirm:$false -ErrorAction SilentlyContinue
}

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.3.20284 3255898 Tuesday, August 22, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20269 2729842 Tuesday, August 8, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20244 3020730 Sunday, July 23, 2023 Approved
Adobe Acrobat Reader DC 2023.003.20215 4133380 Saturday, July 1, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20201.1 2509555 Wednesday, June 7, 2023 Approved
Adobe Acrobat Reader DC 2023.003.20201 384838 Tuesday, June 6, 2023 Approved
Adobe Acrobat Reader DC 2023.001.20143 1883321 Thursday, April 13, 2023 Approved
Adobe Acrobat Reader DC 2023.001.20093.1 908056 Wednesday, March 29, 2023 Approved
Adobe Acrobat Reader DC 2023.001.20093 707568 Wednesday, March 22, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20322 1435391 Thursday, February 16, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20314 1191673 Wednesday, January 25, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20310 926433 Tuesday, January 10, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20282 1463673 Wednesday, November 30, 2022 Approved
Adobe Acrobat Reader DC 2022.003.20263 1477298 Sunday, October 23, 2022 Approved
Adobe Acrobat Reader DC 2022.003.20258 726422 Tuesday, October 11, 2022 Approved
Adobe Acrobat Reader DC 2022.002.20212 1170985 Saturday, September 10, 2022 Approved
Adobe Acrobat Reader DC 2022.002.20191 1156511 Tuesday, August 9, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20169 1067562 Tuesday, July 12, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20142 1006840 Tuesday, June 14, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20117 2341545 Thursday, April 21, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20085 1478555 Monday, March 7, 2022 Approved
Adobe Acrobat Reader DC 2021.011.20039 2634671 Tuesday, January 11, 2022 Approved
Adobe Acrobat Reader DC 2021.007.20099 7302029 Tuesday, October 12, 2021 Approved
Adobe Acrobat Reader DC 2021.007.20095 2267758 Thursday, September 30, 2021 Approved
Adobe Acrobat Reader DC 2021.007.20091 1735861 Thursday, September 23, 2021 Approved
Adobe Acrobat Reader DC 2021.005.20060 9209806 Monday, August 16, 2021 Approved
Adobe Acrobat Reader DC 2021.005.20058 7276419 Monday, July 19, 2021 Approved
Adobe Acrobat Reader DC 2021.005.20048 10393606 Wednesday, June 9, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20155 7563139 Wednesday, May 12, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20145 12781148 Tuesday, March 23, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20142 6415189 Friday, February 26, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20140 885605 Tuesday, February 23, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20138 1868891 Tuesday, February 16, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20135 1574748 Wednesday, February 10, 2021 Approved
Adobe Acrobat Reader DC 2020.013.20074 14658823 Thursday, December 10, 2020 Approved
Adobe Acrobat Reader DC 2020.013.20066 4141701 Tuesday, November 24, 2020 Approved
Adobe Acrobat Reader DC 2020.013.20064 5032659 Wednesday, November 4, 2020 Approved
Adobe Acrobat Reader DC 2020.012.20048 9247250 Friday, September 25, 2020 Approved
Adobe Acrobat Reader DC 2020.012.20043 8537096 Wednesday, August 19, 2020 Approved
Adobe Acrobat Reader DC 2020.012.20041 2237237 Tuesday, August 11, 2020 Approved
Adobe Acrobat Reader DC 2020.009.20074 6892366 Friday, July 17, 2020 Approved
Adobe Acrobat Reader DC 2020.009.20067 13045625 Tuesday, June 2, 2020 Approved
Adobe Acrobat Reader DC 2020.009.20065 3586462 Thursday, May 21, 2020 Approved
Adobe Acrobat Reader DC 2020.009.20063 3095840 Tuesday, May 12, 2020 Approved
Adobe Acrobat Reader DC 2020.006.20042 23256989 Wednesday, March 18, 2020 Approved
Adobe Acrobat Reader DC 2020.006.20034.1 933254 Tuesday, March 17, 2020 Approved
Adobe Acrobat Reader DC 2020.006.20034 22298554 Thursday, February 13, 2020 Approved
Adobe Acrobat Reader DC 2019.021.20061 48689372 Thursday, December 19, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20058 8150143 Tuesday, December 10, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20056 21544496 Wednesday, November 13, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20049 13735380 Friday, October 25, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20048 5606327 Thursday, October 17, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20047 1485937 Tuesday, October 15, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20040 34238237 Thursday, August 22, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20036.1 3571435 Friday, August 16, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20036 1281178 Wednesday, August 14, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20035 30223624 Friday, June 14, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20034 10361722 Monday, May 20, 2019 Approved
Adobe Acrobat Reader DC 2019.010.20099 14732416 Tuesday, April 9, 2019 Approved
Adobe Acrobat Reader DC 2019.010.20098 11187068 Monday, March 4, 2019 Approved
Adobe Acrobat Reader DC 2019.010.20091 2759614 Thursday, February 21, 2019 Approved
Adobe Acrobat Reader DC 2019.010.20064.01 17113408 Tuesday, December 18, 2018 Approved
Adobe Acrobat Reader DC 2019.010.20064 310969 Monday, December 17, 2018 Approved
Adobe Acrobat Reader DC 2018.011.20063 13481111 Wednesday, September 19, 2018 Approved
Adobe Acrobat Reader DC 2018.011.20058 3215509 Wednesday, September 5, 2018 Approved
Adobe Reader DC 2015.007.20033.02 22682563 Monday, April 17, 2017 Approved
Adobe Reader DC 2015.007.20033.01 910690 Tuesday, December 13, 2016 Approved
Adobe Reader DC 2015.007.20033 1101793 Thursday, June 11, 2015 Approved
Adobe Acrobat Reader DC 22.003.20282 102 Wednesday, November 30, 2022 Approved
Adobe Reader 11.0.10 76301 Tuesday, December 9, 2014 Approved
Adobe Reader 11.0.09.20140925 24851 Friday, September 26, 2014 Approved
Adobe Reader 11.0.09.20140924 3676 Wednesday, September 24, 2014 Approved
Adobe Reader 11.0.09 2623 Tuesday, September 23, 2014 Approved
Adobe Reader 11.0.08 12615 Tuesday, August 12, 2014 Approved
AdobeReader 11.0.07 15223 Tuesday, May 13, 2014 Approved
AdobeReader 11.0.06 12431 Tuesday, January 14, 2014 Approved
AdobeReader 11.0.04 4768 Friday, November 8, 2013 Approved
AdobeReader 11.0.03 4620 Thursday, June 20, 2013 Approved
AdobeReader 11.0.02 2080 Monday, March 18, 2013 Approved
AdobeReader 11.0.01.20130318 4914 Monday, March 18, 2013 Approved
AdobeReader 11.0.01 1330 Wednesday, January 30, 2013 Approved
AdobeReader 10.1.3.20120712 1746 Thursday, July 12, 2012 Approved
AdobeReader 10.1.3 1002 Wednesday, April 11, 2012 Approved
AdobeReader 10.1.2 952 Saturday, February 25, 2012 Approved
AdobeReader 10.1.1 881 Saturday, December 17, 2011 Approved
AdobeReader 10.1.0 1040 Tuesday, August 23, 2011 Approved
AdobeReader 10.0.1.1 1019 Tuesday, August 23, 2011 Approved
AdobeReader 10.0.1 2661 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