======Applications - Adobe - Reader======
[[http://www.adobe.com/devnet/acrobat/enterprise_deployment.html|Acrobat Developer Center - Enterprise deployment]] documenten voor uitrol Acrobat.\\
Part of [[https://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/index.html|Acrobat Desktop Configuration]]:
* [[https://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/basicconfig.html|Basic Configuration]]
* [[https://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/advancedconfig.html|Advanced Configuration]]
* [[https://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/services.html|Document Cloud Services]]
* [[https://www.adobe.com/devnet-docs/acrobatetk/tools/DesktopDeployment/properties.html|Adobe Properties]] for MSI and Adobe install propertie.
[[https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html|Adobe - DC Release Notes]] list of updates for the Adobe Acrobat/Reader DC version.
[[http://stealthpuppy.com/disable-adobe-updater-with-adobe-customization-wizard-8/|Aaron Parker - Disable Adobe Updater with Adobe Customization Wizard 8]] \\
[[http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows|Aaron Parker - Deploying Adobe Reader 9 for Windows]] \\
[[http://stealthpuppy.com/deploying-adobe-reader-x/|Aaron Parker - Deploying Adobe Reader X]] \\
[[http://stealthpuppy.com/adobe-reader-xi-deployment/|Aaron Parker - Adobe Reader XI Deployment]] \\
[[http://www.adobe.com/support/downloads/detail.jsp?ftpID=3993|Adobe Customization Wizard 9]] \\
[[http://www.appdeploy.com/packages/detail.asp?id=1328|AppDeploy - Acrobat Reader 9.x]] \\
[[http://www.pretentiousname.com/adobe_pdf_x64_fix/|pretentious name - Fixes for 64-bit Adobe Reader preview handler and thumbnails]] \\
=====Notes=====
====Deploying Adobe Reader X patched to 10.1.4 with GPO====
// This also works for Adobe Reader 11.0.0 -> 11.0.01. //
- Extract the contents of the AdobeReader 10.1.0 .exe packge to C:\Dump\10.1\ with [[http://www.7-zip.org|7-zip]]. \\
- Create an administrative installation point (AIP) of Adobe Reader 10.1.0 at C:\Dump\Adobe\10.1.4\:"%SYSTEMROOT%\system32\msiexec.exe" /a "c:\Dump\Adobe\10.1 NL\AcroRead.msi" TARGETDIR="c:\Dump\Adobe\10.1.4 NL" /qb!
- Update the AIP with the MSP for 10.1.4:"%SYSTEMROOT%\system32\msiexec.exe" /a "c:\Dump\Adobe\10.1.4 NL\AcroRead.msi" /p "c:\Dump\Adobe\AdbeRdrUpd1014.msp" TARGETDIR="c:\Dump\Adobe\10.1.4 NL" /qb!
- Create a new MSI transform with the [[http://www.adobe.com/support/downloads/detail.jsp?ftpID=4950|Customization Wizard X]] or use an existing transform created for 10.1.0.
- Add the AcroRead.msi with the transform to the Computer Configuration of a GPO as an assigned application.
Sources: \\
[[http://helpx.adobe.com/acrobat/kb/enterprise-administration-acrobat-products.html|Acrobat Help / Enterprise administration | Acrobat products]] \\
[[http://helpx.adobe.com/acrobat/kb/update-patch-acrobat-reader-10.html|Acrobat Help / Update, patch | Acrobat, Reader 10.x | Windows, Mac OS]] \\
[[ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/]] \\
====Registry settings====
To prevent the eula and advanced Adobe Reader features screens on first startup import:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\8.0\AdobeViewer]
"EULA"=dword:00000001
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\8.0\Downtown]
"bDontShowAtLaunch"=dword:00000001
Same one but now for the Terminal Services software key:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Adobe\Acrobat Reader\8.0\AdobeViewer]
"EULA"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Adobe\Acrobat Reader\8.0\Downtown]
"bDontShowAtLaunch"=dword:00000001
====Reader not automatically updating====
The Adobe Reader (DC) is not updating automatically when you want it to do so.
Make sure there is no bUpdater set to 0 at:
* HKLM\SOFTWARE\WOW6432Node\Policies\Adobe\(product name)\(version)\FeatureLockdown
* HKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockdown
Make sure that iCheckReader DWORD is set to 3 at: HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe ARM\1.0\ARM
Sources:
* [[https://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Windows/index.html|Adobe - Enterprise Toolkit - Windows Registry Reference - Updater-Win (Windows Updates)]]
* [[https://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/properties.html|Adobe - Acrobat DC Enterpris - Adobe Properties]]
* [[https://community.adobe.com/t5/enterprise-teams/adobe-acrobat-reader-dc-not-updating/td-p/10832145|Adobe Support Community - Solved: Adobe Acrobat Reader DC not updating]]
* [[https://community.adobe.com/t5/acrobat-reader/adobe-reader-dc-automatic-updates-not-working-user-have-to-click-help-to-update/m-p/10386593|Adobe Support Community - Solved: Adobe Reader DC automatic updates not working - user have to click Help to update]]