Perhaps you could make a couple of simple scripts:<br>· One that writes today's date on a registry key<br>· One that checks that registry key to see if matches today's date<br><br>You can add <b>the first as a <install> command to all</b> installation tasks , and the second as a <install> command to the tasks you want to stop if other package was installed already today. If that second install cmd returns a not sucessfull exit code, installation of that package will fail.<br>
<br><br><div class="gmail_quote">2009/11/11 simplesi <span dir="ltr"><<a href="mailto:siwalters@hotmail.com">siwalters@hotmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I've a need for some sort of mechanism to just deploy one package at a time<br>
at each run of wpkg.js.<br>
<br>
Some packages (Anti-virus, service packs etc) can take a long time to<br>
install and I'd like to have WPKG just do one of these packages on one run<br>
of wpkg.js (e.g. one package the 1st time and then the next package on the<br>
next run).<br>
<br>
Is there an easy way of doing this at the moment?<br>
<br>
The other big wish is to have big (as in long time to install) packages be<br>
installed in sequence -e.g. The 2Simple Total Software package takes about<br>
30 mins to install - I don't want all the computers in a suite to sit there<br>
for this time the next day but I wouldn't mind 1 or a few of them to do the<br>
install.  But I don't want to have to keep altering host/profile files each<br>
day.<br>
<br>
Any ideas on how to achieve this one? :)<br>
<br>
regards<br>
<br>
Simon<br>
--<br>
View this message in context: <a href="http://old.nabble.com/Just-running-one-package-at-each-run-tp26306054p26306054.html" target="_blank">http://old.nabble.com/Just-running-one-package-at-each-run-tp26306054p26306054.html</a><br>

Sent from the WPKG - Users mailing list archive at Nabble.com.<br>
<br>
-------------------------------------------------------------------------<br>
wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" target="_blank">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>
_______________________________________________<br>
wpkg-users mailing list<br>
<a href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a><br>
<a href="http://lists.wpkg.org/mailman/listinfo/wpkg-users" target="_blank">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a><br>
</blockquote></div><br>