• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Updating/Removing Reader DC

New Here ,
Mar 06, 2018 Mar 06, 2018

Copy link to clipboard

Copied

Hi all!

We've recently started using Manage Engine as a replacement to WSUS for Windows and 3rd party patches.

One particular patch that we can't install is a critical one for Adobe Reader DC.

We get something along the lines of "Error 1328. Error apply patch to file ****. It has probably been updated by other means, and can no longer be modified by this patch. For more information contact your software vendor."

Ok - so it needs to be installed and updated via the same method - Manage Engine.

So, rather than manually uninstall on 700+ PCs, I attempted to utilize Manage Engine to uninstall from just my PC as a test and got:

"The file system does not support atomic changes to the lock type"

Anyone have any ideas?

Thanks!

TOPICS
Acrobat

Views

7.3K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Mar 06, 2018 Mar 06, 2018

Manage Engine?   Can this Manage Engine software run a script (DOS, VBScript, PowerShell)?  If yes, then just use the MSI commands within your script to remove Reader.

Windows cmd line and msiexec — Enterprise Administration Guide 

Silent uninstalls

A silent removal runs without any dialog boxes to show the user that the removal is running. All products use the same command line and the same installer file for silent updates:

msiexec /x {[Package Name | Product Code]} /qn 

Note

You must include the

...

Votes

Translate

Translate
Community Expert ,
Mar 06, 2018 Mar 06, 2018

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 06, 2018 Mar 06, 2018

Copy link to clipboard

Copied

LATEST

Manage Engine?   Can this Manage Engine software run a script (DOS, VBScript, PowerShell)?  If yes, then just use the MSI commands within your script to remove Reader.

Windows cmd line and msiexec — Enterprise Administration Guide 

Silent uninstalls

A silent removal runs without any dialog boxes to show the user that the removal is running. All products use the same command line and the same installer file for silent updates:

msiexec /x {[Package Name | Product Code]} /qn 

Note

You must include the braces in the command line. An MSI package name (e.g. AcroRead.msi) can be substituted for the Product Code. For Acrobat products, the Product Code is the GUID.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines