[wpkg-users] Running WPKG as a service

rl201 rl201 at cam.ac.uk
Thu Sep 28 13:35:06 CEST 2006


> It's not neat, but I run a scheduled task as the SYSTEM user to stop and
> restart our wpkg service at set times of the day - 8:30AM in our case.

schtasks /Create /RU SYSTEM /SC Daily /TN "Windows Packager Synchronisation"
          /ST 08:00:00 /TR "$INSTDIR\restart-wpkg.bat"

8:00 AM, as it turns out.

restart-wpkg.bat contains

net stop windowspackager
net start windowspackager

Yours,

Frank






_______________________________________________
wpkg-users mailing list
wpkg-users at lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users



More information about the wpkg-users mailing list