We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upgrade outdated version that was installed not in default directory cleans custom installation directory and installs upgrade to another directory
winget install --force --exact --id "EclipseAdoptium.Temurin.22.JRE" --override "INSTALLDIR=\"C:\Something\BlablablaPathForJRE22\""
winget upgrade
winget upgrade --exact --id EclipseAdoptium.Temurin.22.JRE
Expected that original installation path will be left as is!
22.0.1+8 -> 22.0.2.9
Windows 10 22h2 x64
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please provide a brief summary of the bug
Upgrade outdated version that was installed not in default directory cleans custom installation directory and installs upgrade to another directory
Did you test with the latest update version?
Please provide steps to reproduce where possible
winget install --force --exact --id "EclipseAdoptium.Temurin.22.JRE" --override "INSTALLDIR=\"C:\Something\BlablablaPathForJRE22\""
winget upgrade
) start upgrade withwinget upgrade --exact --id EclipseAdoptium.Temurin.22.JRE
Expected Results
Expected that original installation path will be left as is!
Actual Results
Upgrade outdated version that was installed not in default directory cleans custom installation directory and installs upgrade to another directory
What Java Version are you using?
22.0.1+8 -> 22.0.2.9
What is your operating system and platform?
Windows 10 22h2 x64
How did you install Java?
winget install --force --exact --id "EclipseAdoptium.Temurin.22.JRE" --override "INSTALLDIR=\"C:\Something\BlablablaPathForJRE22\""
Did it work before?
No response
Did you test with other Java versions?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: