package-validator icon indicating copy to clipboard operation
package-validator copied to clipboard

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

Open ferventcoder opened this issue 8 years ago • 3 comments

ferventcoder avatar Jan 14 '18 03:01 ferventcoder

EXE_OR_MSI is a good check

ferventcoder avatar Jan 14 '18 03:01 ferventcoder

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

ferventcoder avatar Jan 14 '18 03:01 ferventcoder

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.

AdmiringWorm avatar Jan 14 '18 11:01 AdmiringWorm