I ran into a similar situation when I was working with a small network that was using deep freeze. I ended up modifying wpkg.js in the relevant places where a successful package installation/removal/upgrade/downgrade has been detected, etc. In those places, I had it call a custom jscript function of mine to do the freezing (and reboot possibly, I can't remember now) of the hard disk after all was said and done. I also put in a call to a custom jscript function to do a thaw (and reboot) first only if wpkg detected that work needed to be done (packages needed to be removed, installed, etc).<br>
<br>That may not be the most elegant solution, but I couldn't find any neater way to do it.<br><br><div><span class="gmail_quote">On 1/5/09, <b class="gmail_sendername">Josh Frome</b> <<a href="mailto:jfrome@maildev.slcpl.org">jfrome@maildev.slcpl.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br> <br>     I'm new to WPKG and was wondering if anyone had tips for integrating Microsoft's SteadyState disk protection.  More specifically, SteadyState is configured to remove any changes the the hard drive (a la Deep Freeze, etc) and requires a registry change and reboot to write/save changes to the hard drive.  I have a script that will perform the registry modification and reboot, but I am looking for a way to only call the script when WPKG has made a change (install/uninstall, etc) and not every time WPKG runs (i.e. using a post-action).<br>
 <br> What would be the best approach to find out if WPKG has installed/uninstalled packages and if so, enable a reboot script?<br> <br> Thanks,<br> <br> Josh<br> <br> --<br> Josh Frome<br> Network Administrator<br> Salt Lake City Public Library<br>
 801.524.8282<br> -------------------------------------------------------------------------<br> wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/">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">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a><br>
 </blockquote></div><br>