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:

523,590,933

Downloads of v 2019.012.20036.1:

3,571,463

Last Update:

16 Aug 2019

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

2019.012.20036.1 | Updated: 16 Aug 2019

Downloads:

523,590,933

Downloads of v 2019.012.20036.1:

3,571,463

Maintainer(s):

Software Author(s):

  • Adobe

Adobe Acrobat Reader DC 2019.012.20036.1

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="'2019.012.20036.1'" [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="'2019.012.20036.1'" 
$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: '2019.012.20036.1'
    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  '2019.012.20036.1'
end

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


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

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


package { 'adobereader':
  ensure   => '2019.012.20036.1',
  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 16 Aug 2019.

Description

This package installs/upgrades the Multi-lingual ("MUI") release. In some cases, this package will be able to install over the top of a language-specific installation. Otherwise, this package will exit and require a manual uninstall of the language specific installation.

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

$DisplayName = 'Adobe Acrobat Reader DC MUI'

$MUIurl            = 'http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1901020064/AcroRdrDC1901020064_MUI.exe'
$MUIchecksum       = '81953f3cf426cbe9e6702d1af7f727c59514c012d8d90bacfb012079c7da6d23'
$MUImspURL = 'http://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1901220036/AcroRdrDCUpd1901220036_MUI.msp'
$MUImspChecksum = 'e5293b7d4a9e637f3c6ee3e897de00ab97e059de21274e91f68476b33908fa16192f1583d028fa3c258c18334f41d4053cef3b37a7aadaeba0bcc9bfed920028'

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

if ($key.Count -eq 1) {
   $InstalledVersion = $key[0].DisplayVersion.replace('.','')
   $InstallerVersion = $MUIurl.split('/')[-2]
   if ($key[0].DisplayName -notmatch 'MUI') {
      if ($InstalledVersion -ge $InstallerVersion) {
         Write-Warning "The currently installed $($key[0].DisplayName) is a single-language install."
         Write-Warning 'This multi-language (MUI) package cannot overwrite it at this time.'
         Write-Warning "You will need to uninstall $($key[0].DisplayName) first."
         Throw 'Installation halted.'
      } 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
      $UpdaterVersion = $MUImspURL.split('/')[-2]
      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.'
      } elseif (($InstalledVersion -ge $InstallerVersion) -and ($InstalledVersion -lt $UpdaterVersion)) {
         $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.'
}

$DownloadArgs = @{
   packageName    = $env:ChocolateyPackageName
   FileFullPath   = Join-Path $env:TEMP "$env:ChocolateyPackageName.$env:ChocolateyPackageVersion.installer.exe"
   url            = $MUIurl
   checksum       = $MUIchecksum
   checksumType   = 'SHA256'
   GetOriginalFileName = $true
}
$MUIexePath = Get-ChocolateyWebFile @DownloadArgs


$PackageParameters   = Get-PackageParameters
# 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 (-not $UpdateOnly) {
   $packageArgsEXE = @{
      packageName    = "$env:ChocolateyPackageName (installer)"
      fileType       = 'EXE'
      File            = $MUIexePath
      checksumType   = 'SHA256'
      silentArgs     = "/sAll /msi /norestart /quiet 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."
   }
}

# Only download/install the patch if necessary
if ($MUIurl.split('/')[-2] -ne $MUImspURL.split('/')[-2]) {
   $DownloadArgs = @{
      packageName    = "$env:ChocolateyPackageName (update)"
      FileFullPath   = Join-Path $env:TEMP "$env:ChocolateyPackageName.$env:ChocolateyPackageVersion.msp"
      url            = $MUImspURL
      checksum       = $MUImspChecksum
      checksumType   = 'SHA512'
      GetOriginalFileName = $true
   }
   $mspPath = Get-ChocolateyWebFile @DownloadArgs

   $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."
   }
}
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 2129804 Tuesday, February 13, 2024 Approved
Adobe Acrobat Reader DC 2023.8.20470 4585709 Tuesday, January 16, 2024 Approved
Adobe Acrobat Reader DC 2023.8.20458 2244184 Thursday, January 4, 2024 Approved
Adobe Acrobat Reader DC 2023.8.20421 1401209 Saturday, December 23, 2023 Approved
Adobe Acrobat Reader DC 2023.6.20380 6834651 Tuesday, November 14, 2023 Approved
Adobe Acrobat Reader DC 2023.6.20360 3769697 Tuesday, October 17, 2023 Approved
Adobe Acrobat Reader DC 2023.6.20320 6131112 Tuesday, September 12, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20284 3313504 Tuesday, August 22, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20269 2765628 Tuesday, August 8, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20244 3063200 Sunday, July 23, 2023 Approved
Adobe Acrobat Reader DC 2023.003.20215 4172011 Saturday, July 1, 2023 Approved
Adobe Acrobat Reader DC 2023.3.20201.1 2713653 Wednesday, June 7, 2023 Approved
Adobe Acrobat Reader DC 2023.003.20201 384928 Tuesday, June 6, 2023 Approved
Adobe Acrobat Reader DC 2023.001.20143 1929077 Thursday, April 13, 2023 Approved
Adobe Acrobat Reader DC 2023.001.20093.1 917992 Wednesday, March 29, 2023 Approved
Adobe Acrobat Reader DC 2023.001.20093 712149 Wednesday, March 22, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20322 1446582 Thursday, February 16, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20314 1199833 Wednesday, January 25, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20310 929707 Tuesday, January 10, 2023 Approved
Adobe Acrobat Reader DC 2022.003.20282 1478416 Wednesday, November 30, 2022 Approved
Adobe Acrobat Reader DC 2022.003.20263 1497947 Sunday, October 23, 2022 Approved
Adobe Acrobat Reader DC 2022.003.20258 728153 Tuesday, October 11, 2022 Approved
Adobe Acrobat Reader DC 2022.002.20212 1175953 Saturday, September 10, 2022 Approved
Adobe Acrobat Reader DC 2022.002.20191 1161833 Tuesday, August 9, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20169 1074476 Tuesday, July 12, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20142 1051088 Tuesday, June 14, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20117 2368771 Thursday, April 21, 2022 Approved
Adobe Acrobat Reader DC 2022.001.20085 1483130 Monday, March 7, 2022 Approved
Adobe Acrobat Reader DC 2021.011.20039 2639560 Tuesday, January 11, 2022 Approved
Adobe Acrobat Reader DC 2021.007.20099 7313727 Tuesday, October 12, 2021 Approved
Adobe Acrobat Reader DC 2021.007.20095 2268687 Thursday, September 30, 2021 Approved
Adobe Acrobat Reader DC 2021.007.20091 1736376 Thursday, September 23, 2021 Approved
Adobe Acrobat Reader DC 2021.005.20060 9211220 Monday, August 16, 2021 Approved
Adobe Acrobat Reader DC 2021.005.20058 7276557 Monday, July 19, 2021 Approved
Adobe Acrobat Reader DC 2021.005.20048 10394305 Wednesday, June 9, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20155 7563279 Wednesday, May 12, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20145 12781321 Tuesday, March 23, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20142 6415342 Friday, February 26, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20140 885680 Tuesday, February 23, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20138 1869126 Tuesday, February 16, 2021 Approved
Adobe Acrobat Reader DC 2021.001.20135 1574789 Wednesday, February 10, 2021 Approved
Adobe Acrobat Reader DC 2020.013.20074 14659101 Thursday, December 10, 2020 Approved
Adobe Acrobat Reader DC 2020.013.20066 4141756 Tuesday, November 24, 2020 Approved
Adobe Acrobat Reader DC 2020.013.20064 5032729 Wednesday, November 4, 2020 Approved
Adobe Acrobat Reader DC 2020.012.20048 9247361 Friday, September 25, 2020 Approved
Adobe Acrobat Reader DC 2020.012.20043 8537161 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 6892690 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 3586500 Thursday, May 21, 2020 Approved
Adobe Acrobat Reader DC 2020.009.20063 3095885 Tuesday, May 12, 2020 Approved
Adobe Acrobat Reader DC 2020.006.20042 23257088 Wednesday, March 18, 2020 Approved
Adobe Acrobat Reader DC 2020.006.20034.1 933286 Tuesday, March 17, 2020 Approved
Adobe Acrobat Reader DC 2020.006.20034 22298632 Thursday, February 13, 2020 Approved
Adobe Acrobat Reader DC 2019.021.20061 48689500 Thursday, December 19, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20058 8150198 Tuesday, December 10, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20056 21544554 Wednesday, November 13, 2019 Approved
Adobe Acrobat Reader DC 2019.021.20049 13735418 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 34238328 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 30223757 Friday, June 14, 2019 Approved
Adobe Acrobat Reader DC 2019.012.20034 10361759 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 11187157 Monday, March 4, 2019 Approved
Adobe Acrobat Reader DC 2019.010.20091 2759655 Thursday, February 21, 2019 Approved
Adobe Acrobat Reader DC 2019.010.20064.01 17113453 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 13481172 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 22685636 Monday, April 17, 2017 Approved
Adobe Reader DC 2015.007.20033.01 910733 Tuesday, December 13, 2016 Approved
Adobe Reader DC 2015.007.20033 1101839 Thursday, June 11, 2015 Approved
Adobe Acrobat Reader DC 22.003.20282 131 Wednesday, November 30, 2022 Approved
Adobe Reader 11.0.10 76515 Tuesday, December 9, 2014 Approved
Adobe Reader 11.0.09.20140925 24889 Friday, September 26, 2014 Approved
Adobe Reader 11.0.09.20140924 3715 Wednesday, September 24, 2014 Approved
Adobe Reader 11.0.09 2660 Tuesday, September 23, 2014 Approved
Adobe Reader 11.0.08 12652 Tuesday, August 12, 2014 Approved
AdobeReader 11.0.07 15260 Tuesday, May 13, 2014 Approved
AdobeReader 11.0.06 12468 Tuesday, January 14, 2014 Approved
AdobeReader 11.0.04 4806 Friday, November 8, 2013 Approved
AdobeReader 11.0.03 4652 Thursday, June 20, 2013 Approved
AdobeReader 11.0.02 2124 Monday, March 18, 2013 Approved
AdobeReader 11.0.01.20130318 5879 Monday, March 18, 2013 Approved
AdobeReader 11.0.01 1366 Wednesday, January 30, 2013 Approved
AdobeReader 10.1.3.20120712 1792 Thursday, July 12, 2012 Approved
AdobeReader 10.1.3 1041 Wednesday, April 11, 2012 Approved
AdobeReader 10.1.2 992 Saturday, February 25, 2012 Approved
AdobeReader 10.1.1 919 Saturday, December 17, 2011 Approved
AdobeReader 10.1.0 1076 Tuesday, August 23, 2011 Approved
AdobeReader 10.0.1.1 1055 Tuesday, August 23, 2011 Approved
AdobeReader 10.0.1 2707 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