package-validator
package-validator copied to clipboard
[Requirement] check uninstall script to make sure it is not a template
EXE_OR_MSI is a good check
Or if someone chooses exe, make sure they have silent arguments
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.