3,217
edits
Changes
m
=If you don't need such customized or advanced installation instructions, you can use an easy to use [[Installation_instructions#Starting_WPKG_using_WPKG_Installer | WPKG Installer]]. == Starting WPKG using Windows Task Scheduler ===
=== Starting WPKG using Active Directory client ===
=== Starting wpkg using cygrunsrv.exe ===
=== Starting WPKG using srvany to create a system service (advanced) ===
no edit summary
* create a small batch script called wpkg-start.bat and put it on your server:
Basically, you don't have to configure anything on the client, because everything was configured on the Active Directory server (see above - Server side).
See also [[WPKG_with_Active_Directory|WPKG with Active Directory]] for a description with screenshots.
An easy way to start WPKG as a service is to use cygrunsrv.exe from [http://www.cygwin.com Cygwin].<br>
* Cygwin saves the STDERR output to <code>/var/log/wpkg.log</code> (assuming you named the service wpkg). Again, I'm not sure where this would go if you're just copying around the Cygwin DLL.
All you have to do is to login to your Windows box, and issue these commands as Administrator - you can put them in one file which we call <code>wpkg-install.bat</code>: