chocolatey / package-validator

Windows service to validate packages conform to package standards
Apache License 2.0
31 stars 29 forks source link

[Requirement] check uninstall script to make sure it is not a template #176

Open ferventcoder opened 6 years ago

ferventcoder commented 6 years ago

EXE_OR_MSI is a good check

ferventcoder commented 6 years ago

Or if someone chooses exe, make sure they have silent arguments

AdmiringWorm commented 6 years ago

Probably a good idea to also compare the other files as well (chocolateybeforemodify.ps1, LICENSE.txt and VERIFICATION.txt)

Or if someone chooses exe, make sure they have silent arguments

this could perhaps work against the indent in a few rare cases where autohotkey is required to make the uninstall silent.