Difference between revisions of "WPKG Client"
m (→Configuration) |
m |
||
Line 1: | Line 1: | ||
− | = WPKG Client = | + | == WPKG Client == |
WPKG Client is the client side of WPKG. It provides a service which automatically runs WPKG each time a machine is turned on and a graphical interface for configuring how it will run. | WPKG Client is the client side of WPKG. It provides a service which automatically runs WPKG each time a machine is turned on and a graphical interface for configuring how it will run. | ||
Line 5: | Line 5: | ||
WPKG Client is available from the [http://wpkg.org/index.php/Download Download page] | WPKG Client is available from the [http://wpkg.org/index.php/Download Download page] | ||
− | |||
− | |||
− | WPKGSetup.msi | + | == Silent installation == |
+ | |||
+ | WPKG Client comes as a MSI package and you can install it silently like below: | ||
+ | |||
+ | msiexec /qn /i WPKGSetup.msi SETTINGSFILE=f:\wpkg\images\setup\settings.xml | ||
+ | |||
+ | |||
+ | To silently update the settings of an already installed WPKG Client, use: | ||
+ | |||
+ | %PROGRAMFILES%\WPKG\wpkginst.exe --SETTINGSFILE=f:\wpkg\images\setup\settings.xml | ||
− | |||
== Configuration == | == Configuration == | ||
Line 17: | Line 23: | ||
See [[WPKG Client - GUI help]] for more info. | See [[WPKG Client - GUI help]] for more info. | ||
+ | |||
== Troubleshooting == | == Troubleshooting == | ||
Line 23: | Line 30: | ||
Look in Windows' Event Viewer for explanations of what might have gone wrong, and reports of parts going right. | Look in Windows' Event Viewer for explanations of what might have gone wrong, and reports of parts going right. | ||
− | |||
− | |||
[[category:Documentation]] | [[category:Documentation]] |
Revision as of 21:54, 27 March 2008
WPKG Client
WPKG Client is the client side of WPKG. It provides a service which automatically runs WPKG each time a machine is turned on and a graphical interface for configuring how it will run.
WPKG Client is available from the Download page
Silent installation
WPKG Client comes as a MSI package and you can install it silently like below:
msiexec /qn /i WPKGSetup.msi SETTINGSFILE=f:\wpkg\images\setup\settings.xml
To silently update the settings of an already installed WPKG Client, use:
%PROGRAMFILES%\WPKG\wpkginst.exe --SETTINGSFILE=f:\wpkg\images\setup\settings.xml
Configuration
Use the 'WPKG Client' (wpkginst.exe) located in %PROGRAMFILES%\wpkg\ to configure such aspects as the user to log into the server as, the user to run on the local machine, whether to run silently or not, et cetera.
See WPKG Client - GUI help for more info.
Troubleshooting
When testing and troubleshooting, you can start WPKG Client manually from within Windows' Services management section, by using the Start and Stop button for the 'WPKG Service', rather than by restarting the machine.
Look in Windows' Event Viewer for explanations of what might have gone wrong, and reports of parts going right.