Difference between revisions of "Documentation"
From WPKG | Open Source Software Deployment and Distribution
(Convert section headings to use Section Heading formatting; move WPKG file-list to another page and import content (better modularity; previous list was slightly out-dated)) |
(→More technical stuff) |
||
Line 33: | Line 33: | ||
[[ Push_Install_WPKG_with_Psexec | Push Install WPKG with Psexec]] | [[ Push_Install_WPKG_with_Psexec | Push Install WPKG with Psexec]] | ||
+ | |||
+ | [[ Using Robocopy in WPKG]] | ||
== Related tips == | == Related tips == |
Revision as of 13:43, 13 July 2011
This document in other languages: Spanish
Contents
Basic introduction
WPKG-GP - alternative WPKG client using Group Policy Extensions
Configuration files
These files tell WPKG how to run and are (in most cases) required for WPKG to run properly:
config.xml |
Configuration settings for runtime behavior of wpkg.js
|
hosts.xml (and all files in the \hosts folder |
Mappings between machine names and profile names |
packages.xml (and all files in the \packages folder) |
Defines software packages (commands for WPKG to install/uninstall programs, etc.) |
profiles.xml (and all files in the \profiles folder) |
Specifies which packages will be installed/executed for each WPKG profile |
settings.xml |
Settings file used by the WPKG Client. |
wpkg.xml |
List of installed packages and commands (stored locally on each workstation) |
For more information about config files, please see: Config files
Server-side files
wpkg.js |
The core of the WPKG utility |
Additional scripts and executables in the \tools folder |
Helper files |
Client-side files
These files are 'optional' for the program to run but are installed by the WPKG_Client software as of v1.1.2 to support a more user-friendly experience for end-users:
machines.txt |
This contains the list of machines configured on the Tools tab of wpkginst.exe |
wpkginst.exe |
GUI configuration tool |
wpkglogon.dll |
Helper library for Logon |
WPKGMessage.exe |
Displays the 'Please wait..'-style message to the user while WPKG runs |
WPKGSrv.exe |
The Windows Service file that will trigger the actual script to run |
More technical stuff
Related tips
- Per user scripts - Run script foreach user with WPKG