Track items created with Install Functions
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
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.