WKPG Deployment Tool: Difference between revisions

From Research
Jump to navigation Jump to search
(Created page with "== Overview == WPKG is an automated software deployment, upgrade and removal program for Windows.<br><br> It can be used to push/pull software packages, such as Service Packs,...")
 
Line 14: Line 14:


== Manual Client-side Operation ==
== Manual Client-side Operation ==
The synchronization process can be manually triggered on the client workstation using the following steps:<br /><br />
The synchronization process can be manually triggered on the client workstation using the following steps:
* Open a command window in '''Run as Administrator''' mode.
* Open a command window in '''Run as Administrator''' mode.
* Connect to the software share on sr-hurricane by using this command:<br />'''net use /user:''username'' \\sr-hurricane.iat.sfu.ca\software ''password'' '''
* Connect to the software share on sr-hurricane by using this command:<br />'''net use /user:''username'' \\sr-hurricane.iat.sfu.ca\software ''password'' '''
Line 20: Line 20:


<br /><br />
<br /><br />
== Sources ==
== Sources ==
* [http://wpkg.org/ wpkg.org]
* [http://wpkg.org/ wpkg.org]

Revision as of 20:35, 31 May 2013

Overview

WPKG is an automated software deployment, upgrade and removal program for Windows.

It can be used to push/pull software packages, such as Service Packs, hotfixes, or program installations from a central server (for example, Samba or Active Directory) to a number of workstations.

It can run as a service to install software in the background (silent install), without user interaction.

It can install MSI, InstallShield, PackagefortheWeb, Inno Setup, Nullsoft, other software installers or .exe packages, .bat and .cmd scripts and similar: no more repackaging to perform software installation.

WPKG is open source software.

How It Works / Documentation

Information on how WPKG works can be found at their website: wpkg.org

Files

The configuration files are located at \\sr-hurricane.iat.sfu.ca\software\wpkg

Manual Client-side Operation

The synchronization process can be manually triggered on the client workstation using the following steps:

  • Open a command window in Run as Administrator mode.
  • Connect to the software share on sr-hurricane by using this command:
    net use /user:username \\sr-hurricane.iat.sfu.ca\software password
  • Execute this command:
    cscript.exe \\sr-hurricane.iat.sfu.ca\software\wpkg\wpkg.js /synchronize /debug



Sources