Difference between revisions of "Screenshots"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (CLI / command line mode)
m (Usage)
Line 39: Line 39:
 
= Usage =
 
= Usage =
  
WPKG runs in the background, so you don't see how it works.
+
WPKG starts when the system starts.
  
However, you can start it manually from the command line, and see how the software installs, deinstalls, and see the logs.
+
It can start all the programs/installers totally in the background
 
+
(recommended), or in the foreground (not recommended, as users can
Screenshots soon.
+
interact with the installers; but recommended for debugging).

Revision as of 11:34, 13 November 2006

Installation

GUI / graphical mode

After we run the installer, we choose where WPKG should be installed...

Install1.png


And then, we configure its parameters...

Parameters1.png


...and set some advanced settings...

Parameters2.png


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.


Install3.png

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 starts when the system starts.

It can start all the programs/installers totally in the background (recommended), or in the foreground (not recommended, as users can interact with the installers; but recommended for debugging).