sbotsford wrote: > > Suppose I install a package that makes no edits to the registry, and no > install. So I create a check condition that depends on a file. > And the revision version is 1. > > Next Tuesday I get a new version of the program, and the file remains > the same. Bear in mind that you can have multiple checks for one package. Also, it's very unlikely that you upgrade a program, and not a single file changed. At least the size of some file that consists the program should change. You could use size test for that: http://wpkg.org/index.php/File_size_test You could also execute a command once only: http://wpkg.org/index.php/Execute_once_/_always -- Tomasz Chmielewski http://wpkg.org _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |