Difference between revisions of "Documentation"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
 
(38 intermediate revisions by 19 users not shown)
Line 1: Line 1:
If you have any links concerning WPKG, please place it here.
+
This document in other languages: [[WPKG_documentation:es|Spanish]] [[WPKG_documentation:fr|French]]
 +
----
  
 +
== Basic introduction ==
  
'''Basic introduction'''
+
[[WPKG_QUICK_INSTALL | WPKG Quick Install]]
  
[[How_WPKG_works? | How WPKG works?]]
+
[http://web.archive.org/web/20130903054704/http://www.sp.phy.cam.ac.uk/~rl201/wpkg-slides.pdf Quick introduction]
 +
 
 +
[[How_WPKG_works? | How WPKG works]]
  
 
[[:Category: Installation | Installation]]
 
[[:Category: Installation | Installation]]
  
[[FAQ | FAQ]]
+
[[FAQ | FAQ]] ([[FAQ:en | WPKG-FAQ (and not the "The MediaWiki FAQ can be found at: ...."- Message ]])
  
[[WPKG Installer | WPKG Installer]]
+
[[WPKG Client | WPKG Client]]
  
----
+
[[WPKG-GP | WPKG-GP]] - alternative WPKG client using Group Policy Extensions
  
 +
[[WPKG-GP-CLIENT | WPKG-GP-CLIENT]] - WPKG-GP fork and a python/wxpython client
  
'''More technical stuff'''
 
  
[[:Category: Config_Files | Config files]]
+
{{:WPKG files}}
 +
 
 +
== More technical stuff ==
 +
 
 +
[[Timeouts]]
 +
 
 +
[[Variables]]
 +
 
 +
[[Extended_host_attribute_matching | Extended host attribute matching]]
  
 
[[ Regular_expression_support | Regular expression support ]]
 
[[ Regular_expression_support | Regular expression support ]]
Line 25: Line 37:
 
[[ WPKG_with_Active_Directory | WPKG with Active Directory]]
 
[[ WPKG_with_Active_Directory | WPKG with Active Directory]]
  
----
+
[[ Push_Install_WPKG_with_Psexec | Push Install WPKG with Psexec]]
  
 +
[[ Using Robocopy in WPKG]]
  
'''Installer Formats'''
+
== Related tips ==
  
[[ InstallShield | InstallShield ]]
+
* [[Per user scripts]] - Run script foreach user with WPKG
  
----
+
== All articles in "Documentation" category ==
 
+
 
+
'''All articles in "Documentation" category'''
+
  
 
[[:Category: Documentation | Documentation]]
 
[[:Category: Documentation | Documentation]]
  
----
+
== Silent installers, changing settings, etc. ==
 
+
 
+
'''Silent installers, changing settings, etc.'''
+
  
 
[[:Category: Changing_Windows_settings | Changing Windows settings]]
 
[[:Category: Changing_Windows_settings | Changing Windows settings]]
  
 
[[:Category: Silent_Installers | Silent installers]]
 
[[:Category: Silent_Installers | Silent installers]]
 +
 +
[[:Category: Installer formats | Installer formats]]
  
 
----
 
----

Latest revision as of 14:37, 2 November 2016

This document in other languages: Spanish French


Basic introduction

WPKG Quick Install

Quick introduction

How WPKG works

Installation

FAQ ( WPKG-FAQ (and not the "The MediaWiki FAQ can be found at: ...."- Message )

WPKG Client

WPKG-GP - alternative WPKG client using Group Policy Extensions

WPKG-GP-CLIENT - WPKG-GP fork and a python/wxpython client


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

Timeouts

Variables

Extended host attribute matching

Regular expression support

WPKG with Wine

WPKG with Active Directory

Push Install WPKG with Psexec

Using Robocopy in WPKG

Related tips

All articles in "Documentation" category

Documentation

Silent installers, changing settings, etc.

Changing Windows settings

Silent installers

Installer formats



Index of all pages

List of all categories