-
Notifications
You must be signed in to change notification settings - Fork 904
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
Capture Arguments for a Package during Install/Upgrade #358
Comments
This was referenced Jul 22, 2015
ferventcoder
changed the title
Capture Installation Arguments when a package is installed
Capture Arguments for a Package during Install/Upgrade
Jul 22, 2015
Since the chocolatey.log displays the received arguments upon installation, it wouldn't be so hard to do? I just had the same idea for the ChocolateyGUI which has a export functionality for information about installed packages and having the installation arguments exported with it would enable recreating a setup. I'd very much appreciate that! |
Getting ready to pick this one up. |
ferventcoder
added a commit
that referenced
this issue
Jun 12, 2016
If an install/upgrade is successful, capture arguments to be used later during upgrades, like when upgrading all packages.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per discussion from #357.
Capturing any
installationarguments from a given package at the time it is installed/upgraded will enable enhancements such as exporting package.config files and being able to recreate a chocolatey package setup.This will also allow for automatic passing of "remembered" arguments during future upgrades
For searchability: remember
The text was updated successfully, but these errors were encountered: