+If you are <Xref title="creating a package" value="package-creation-guide" />, and want to use the `chocolateyUninstall.ps1` to uninstall software without using the Automatic Uninstaller, include an empty file with the name `.skipAutoUninstall`, inside the package. This will stop the Automatic Uninstaller for that specific package. If a `.skipAutoUninstall` file is being included, make sure that it is included in the `files` element of the `.nuspec`, either explicitly via a `file` element, or by placing the file inside a folder that is included inside the package (like the `tools` directory).
0 commit comments