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

Track items created with Install Functions #2028

Open
some1one opened this issue Apr 6, 2020 · 1 comment
Open

Track items created with Install Functions #2028

some1one opened this issue Apr 6, 2020 · 1 comment

Comments

@some1one
Copy link

some1one commented Apr 6, 2020

Chocolatey v0.10.15

What You Are Seeing?

Items created/edited by the "Install-" functions that do not end in "Package" from a ChocolateyInstall.ps1 script are not tracked and are not removed automatically during an uninstall.

What is Expected?

Items created/edited should be tracked when installed using the "Install-" functions (the ones that end in "Package" already do) and removed automatically during an uninstall. This would prevent the need for many custom ChocolateyUninstall scripts.

Related Functions Include:
Install-BinFile
Install-ChocolateyShortcut
Install-ChocolateyExplorerMenuItem
Install-ChocolateyPinnedTaskBarItem
Install-ChocolateyEnvironmentVariable
Install-ChocolateyPath
Install-ChocolateyPowershellCommand
Install-ChocolateyFileAssociation
Install-ChocolateyVsixPackage

@ferventcoder
Copy link
Member

Thanks for writing this up - some of these may have related tickets in here, but this would be a good issue to work from to see all of the ones that need completed.

@ferventcoder ferventcoder added this to the 0.11.0 milestone Apr 15, 2020
@gep13 gep13 modified the milestones: 0.11.x, 0.10.x Sep 17, 2021
@vexx32 vexx32 modified the milestones: 0.11.x, Future, Future_ Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants