-
Notifications
You must be signed in to change notification settings - Fork 908
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Save software install location for future use #3315
Labels
5 - Released
Feature
Issues that introduce new functionality to the project, instead of updating existing functionality
Milestone
Comments
TheCakeIsNaOH
added a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Sep 7, 2023
Saves the software installation location into a ".softwareLocation" file inside the package info directory. This allows Chocolatey CLI or GUI to later retrieve it and display it to the user when listing the details of locally installed package(s).
10 tasks
What needs to be taken into account here is when Chocolatey CLI determines the installation location incorrectly, what is done with the information saved when it could be incorrect, and how it is made clear to the user that the installation location may be incorrect. |
TheCakeIsNaOH
added a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Jan 9, 2024
Saves the software installation location into a ".softwareLocation" file inside the package info directory. This allows Chocolatey CLI or GUI to later retrieve it and display it to the user when listing the details of locally installed package(s).
gep13
pushed a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Apr 26, 2024
Saves the software installation location into a ".softwareLocation" file inside the package info directory. This allows Chocolatey CLI or GUI to later retrieve it and display it to the user when listing the details of locally installed package(s).
gep13
pushed a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Apr 26, 2024
Saves the software installation location into a ".softwareLocation" file inside the package info directory. This allows Chocolatey CLI or GUI to later retrieve it and display it to the user when listing the details of locally installed package(s).
gep13
pushed a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Apr 26, 2024
Saves the location of where the contents of the Chocolatey package (whether that is a native installer, or an extraction of a zip file, or whatever else is in the package) is deployed to into a ".deploymentLocation" file inside the package info directory. This allows Chocolatey CLI or GUI to later retrieve it and display it to the user when listing the details of locally installed package(s).
gep13
added a commit
that referenced
this issue
Apr 26, 2024
(#3315) Save software installation location
gep13
added
4 - Done
Feature
Issues that introduce new functionality to the project, instead of updating existing functionality
labels
Apr 26, 2024
gep13
added a commit
that referenced
this issue
May 21, 2024
As part of the work that was completed for this issue, the output was changed from: Software installed to to: Deployed to This commit updates the assertion to make this match.
pauby
changed the title
Remember software installation location
Save software install location for future use
May 28, 2024
🎉 This issue has been resolved in version 2.3.0 🎉 The release is available on: Your GitReleaseManager bot 📦 🚀 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
5 - Released
Feature
Issues that introduce new functionality to the project, instead of updating existing functionality
Checklist
Is Your Feature Request Related To A Problem? Please describe.
Currently, Chocolatey CLI does not remember/save the software installation location found during package installation, it just prints the location out to the screen after package install/upgrade, e.g.
Software installed to 'C:\ProgramData\chocolatey\lib\Wget\tools'
There are a number of issues here and for ChocolateyGUI that would need this information, but it is not currently saved.
Describe The Solution. Why is it needed?
Save the software installation path, if the package has one, into a file in
.chocolatey
, so it can be read later.Additional Context
This is intended to be the backend/infrastructure issue, and then the linked issues would be unblocked once this added.
Related Issues
choco info
output #1901The text was updated successfully, but these errors were encountered: