The search returned 2 results

by pberthol
September 18, 2024 - 05:38
Forum: WAPT Packages
Subject: Adobe Reader identified as Adobe Acrobat (64-bit)
Answers: 2
Views : 1975

Re: Adobe Reader identified as Adobe Acrobat (64-bit)

Hello, I've solved a problem with a fix package containing the following:

`def install():
if uninstall_key_exists('{AC76BA86-1033-FF00-7760-BC15014EA700}'):
run(WAPT.uninstall_cmd('{AC76BA86-1033-FF00-7760-BC15014EA700}'))`.

It uninstalls the problematic version, and the update restores the correct version...
by pberthol
September 14, 2024 - 9:02 PM
Forum: WAPT Packages
Subject: Adobe Reader identified as Adobe Acrobat (64-bit)
Answers: 2
Views : 1975

Adobe Reader identified as Adobe Acrobat (64-bit)

Hello,

I'm using the version from the store to install Adobe Reader, and I noticed that one of the versions renamed it Adobe Acrobat (64-bit) (in the installed software list)
, preventing other updates from installing.
As a result, I updated to the latest version from the store and uninstalled it...