Difference between revisions of "Screenshots"
From WPKG | Open Source Software Deployment and Distribution
m (→GUI / graphical mode) |
m (→CLI / command line mode) |
||
Line 27: | Line 27: | ||
You can also install WPKG from command line - for scripted, silent/unattended installation. | You can also install WPKG from command line - for scripted, silent/unattended installation. | ||
+ | |||
+ | Use this one for initial deployment: | ||
+ | |||
+ | msiexec /qb /i WPKGSetup.msi SETTINGSFILE=\\server\deploy\settings\settings.xml | ||
+ | |||
+ | |||
+ | And this one if you want to update settings: | ||
+ | |||
+ | %PROGRAMFILES%\WPKG\wpkginst.exe --SETTINGSFILE=\\server\deploy\settings\settings.xml | ||
= Usage = | = Usage = |
Revision as of 11:33, 13 November 2006
Installation
GUI / graphical mode
After we run the installer, we choose where WPKG should be installed...
And then, we configure its parameters...
...and set some advanced settings...
After that, installation and configuration on the client is complete!
You can later change the parameters by running "WPKG Parameters" shortcut placed on Administrator's desktop.
CLI / command line mode
You can also install WPKG from command line - for scripted, silent/unattended installation.
Use this one for initial deployment:
msiexec /qb /i WPKGSetup.msi SETTINGSFILE=\\server\deploy\settings\settings.xml
And this one if you want to update settings:
%PROGRAMFILES%\WPKG\wpkginst.exe --SETTINGSFILE=\\server\deploy\settings\settings.xml
Usage
WPKG runs in the background, so you don't see how it works.
However, you can start it manually from the command line, and see how the software installs, deinstalls, and see the logs.
Screenshots soon.