You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.
There are some packages which only need uninstall scripts. One such package is the visualstudio2017-installer package. Quoting from moderation discussion:
This package does not use an install script, only an uninstall one. The VS Installer is installed by the first installed VS product package (e.g. visualstudio2017professional) and shared by all subsequently installed VS products. This package is used to remove the VS Installer once all VS products are removed.
However, the package validator reports a violation of InstallScriptsNamedCorrectlyRequirement:
The install script should be named chocolateyInstall.ps1 and be found in the tools folder. Your script is named incorrectly and will need to be renamed.
I believe the rule should skip chocolateyUninstall.ps1.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are some packages which only need uninstall scripts. One such package is the visualstudio2017-installer package. Quoting from moderation discussion:
However, the package validator reports a violation of InstallScriptsNamedCorrectlyRequirement:
I believe the rule should skip chocolateyUninstall.ps1.
The text was updated successfully, but these errors were encountered: