Marco Gaiarin schrieb: > Mandi! Tomasz Chmielewski > In chel di` si favelave... > >> If it's just one machine, setting service type to "manual" should >> prevent the service from starting. > > Looose related question: if the 'execute before' script in > WPKG Installer fail (eg, because i check explicitly a condition and i do > an exit 1 ;), all the subsequent actions (wpkg.js, execute after, ...) > are executed or not? I guess they are not executed in such case. To make sure your script executes "properly" each time, make sure it ends with exit code 0. To do that, just add a single "echo" at the end of a script. -- Tomasz Chmielewski http://wpkg.org _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |