Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package name changes #32

Closed
conitrade-as opened this issue Apr 17, 2023 · 3 comments
Closed

package name changes #32

conitrade-as opened this issue Apr 17, 2023 · 3 comments

Comments

@conitrade-as
Copy link

It seems that Adobe decided (besides other things) to change the installed package name. It is now displayed as Adobe Acrobat (64-bit) on a 64 bit machine.

As people pointed out, this could be problematic in some situations.

Unrelated bit still good to know: Another thing we noticed is that the ProgId for file type associations changed from AcroExch.Document.DC to Acrobat.Document.DC.

@conitrade-as
Copy link
Author

conitrade-as commented Apr 17, 2023

This might be related: An upgrade of the package changes the name, but stays at the same version.

After initial installation (choco install adobereader --version=2023.001.20093 -y):

Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, InstallDate | Where-Object { $_.DisplayName -And $_.DisplayName.StartsWith("Adobe") } | Format-Table -AutoSize

DisplayName              DisplayVersion InstallDate
-----------              -------------- -----------
Adobe Acrobat Reader MUI 23.001.20093   20230417

After upgrade (choco upgrade adobereader -y):

Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, InstallDate | Where-Object { $_.DisplayName -And $_.DisplayName.StartsWith("Adobe") } | Format-Table -AutoSize

DisplayName            DisplayVersion InstallDate
-----------            -------------- -----------
Adobe Acrobat (64-bit) 23.001.20093   20230417

And a fresh installation (choco install adobereader -y) yields directly this outdated version:

Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, InstallDate | Where-Object { $_.DisplayName -And $_.DisplayName.StartsWith("Adobe") } | Format-Table -AutoSize

DisplayName            DisplayVersion InstallDate
-----------            -------------- -----------
Adobe Acrobat (64-bit) 23.001.20093   20230417

But of course choco says this:

choco list -lo
adobereader 2023.001.20143

Doing a manual upgrade from within the application itself yields this:

Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, InstallDate | Where-Object { $_.DisplayName -And $_.DisplayName.StartsWith("Adobe") } | Format-Table -AutoSize

DisplayName            DisplayVersion InstallDate
-----------            -------------- -----------
Adobe Acrobat (64-bit) 23.001.20143   20230417

Platform is Windows 10 64bit Version 22H2.

@MartijnAtGithub
Copy link

MartijnAtGithub commented May 16, 2023

Dear @sbaerlocher when can we expect a fix for this issue? Please also check the comments on https://community.chocolatey.org/packages/adobereader. Thanks in advance for the feedback.

@conitrade-as
Copy link
Author

The package has been migrated to https://github.com/pauby/chocopackages based on comments in #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants