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

Where does Strawberry Perl's MSI register its installation path in the Windows registry? #224

Open
alexchandel opened this issue Oct 31, 2024 · 3 comments

Comments

@alexchandel
Copy link

The MSI installer seems to refuse to upgrade older Perl installations, so it must know the installed version. I need to detect the installed location (and version) from the Windows registry (as it may not be installed in C:\Strawberry). Where can that be done?

@alexchandel
Copy link
Author

I find Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6E17823E-7849-1014-9A51-F359819898C5} value name InstallLocation has the install location for 5.40, but not sure if that GUID is guaranteed preserved across versions.

@mohawk2
Copy link

mohawk2 commented Oct 31, 2024

@shawnlaffan
Copy link
Contributor

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

3 participants