Changes

How WPKG works?

No change in size, 05:40, 26 May 2010
Client software (Windows workstations)
== Client software (Windows workstations) ==
WPKG on the client side is just an executed JScript file - it needs no further software to run as such, although your software installers might require additional components (like Windows Installer 3.0). There are plenty of ways how you might run WPKG - take a look at [[Installation instructions - advanced]] for some ideas of how it can be done. However, the [[WPKG Client]], a client-based service, should be appropriate for most basic needs. The basic idea behind all approaches is a command like this is executed on the client machine at some convinient convenient point in time (typically at startup):
<code>cscript \\server\wpkg\wpkg.js /synchronize /quiet</code>
Anonymous user