-
Notifications
You must be signed in to change notification settings - Fork 905
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
Report software install location #689
Comments
Requested by @gpakosz |
When unpacking or installing software, determine the install location of that software. If the install was was unable to be found, report that as well but report that it was an installer if it was.
* stable: (doc) update CHANGELOG/nuspec (maint) formatting (GH-735) Remove actual when uninstalling meta (GH-455) Summary - log reason for warnings/errors (GH-735) split package list from all operation (GH-710) If timeout, inform user (maint) add review note (GH-689) Report install location (GH-755) Track more MSI information (maint) Template specs - restrict to Windows only
If a package is a dependency or has no PowerShell, it should still clean up env vars between the two packages.
* stable: (GH-772) Uninstall-ChocolateyEnvironmentVariable (GH-765) Updates for Get-FtpFile (GH-697) Allow for ignored arguments (maint) miscellaneous PS fixes (GH-713) Rename Get-ProcessorBits Get-OSArchitectureWidth (GH-527) Url is optional (GH-697) Update Generated Documentation (GH-697) Update Code With Documentation (GH-697) Generate Documentation Automatically (GH-697) Update Current Docs for Generator (GH-697) rename CommandsSources to CommandsSource (GH-697) add current helpers/commands (maint) remove magic string environment vars (GH-756) Empty $env:ChocolateyToolsLocation combine error (GH-689) Report install work w/non-POSH pkgs
Hello, |
How is this issue closed? I still don't see any environment variable or a way to find out the location of a package. |
The environment variable |
@theShiva Packages are always in |
…riable It is set as available in 0.9.10 or newer, see chocolatey/choco#689
Chocolatey should report where the software from a package installs so that it is not a guessing game after install.
The text was updated successfully, but these errors were encountered: