Difference between revisions of "Documentation"
From WPKG | Open Source Software Deployment and Distribution
(Undo revision 8427 by 174.54.240.129 (Talk)) |
|||
Line 1: | Line 1: | ||
− | + | '''Basic introduction''' | |
− | + | ||
− | + | [[WPKG_QUICK_INSTALL | WPKG Quick Install]] | |
− | + | ||
− | + | [http://www.sp.phy.cam.ac.uk/~rl201/wpkg-slides.pdf Quick introduction] | |
− | + | ||
− | + | [[How_WPKG_works? | How WPKG works]] | |
− | + | ||
− | + | [[:Category: Installation | Installation]] | |
− | + | ||
− | + | [[FAQ | FAQ]] | |
− | + | ||
− | + | [[WPKG Client | WPKG Client]] | |
− | + | ||
− | + | ---- | |
− | + | ||
− | + | '''Configuration files''' | |
− | + | ||
− | + | * [[config.xml]] - where various wpkg.js settings can be configured | |
− | + | * [[hosts.xml]] - defines the hosts and associated profiles | |
− | + | * [[packages.xml]] - defines how to install and uninstall software packages | |
+ | * [[profiles.xml]] - defines the software packages or scripts, which will be installed/executed on hosts. | ||
+ | * [[settings.xml]] - settings file used by the WPKG Client. | ||
+ | * [[wpkg.xml]] - the local settings file - it is stored on a workstation locally | ||
+ | For more information about config files, please see: [[:Category: Config_Files | Config files]] | ||
+ | |||
+ | ---- | ||
+ | |||
+ | '''More technical stuff''' | ||
+ | |||
+ | [[Timeouts]] | ||
+ | |||
+ | [[ Regular_expression_support | Regular expression support ]] | ||
+ | |||
+ | [[ WPKG_with_Wine | WPKG with Wine ]] | ||
+ | |||
+ | [[ WPKG_with_Active_Directory | WPKG with Active Directory]] | ||
+ | |||
+ | [[ Push_Install_WPKG_with_Psexec | Push Install WPKG with Psexec]] | ||
+ | |||
+ | =='''All articles in "Documentation" category'''== | ||
+ | |||
+ | [[:Category: Documentation | Documentation]] | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | '''Silent installers, changing settings, etc.''' | ||
+ | |||
+ | [[:Category: Changing_Windows_settings | Changing Windows settings]] | ||
+ | |||
+ | [[:Category: Silent_Installers | Silent installers]] | ||
+ | |||
+ | [[:Category: Installer formats | Installer formats]] | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | [[Special:Allpages|Index of all pages]] | ||
+ | |||
+ | [[Special:Categories|List of all categories]] |
Revision as of 20:21, 3 October 2010
Basic introduction
Configuration files
- config.xml - where various wpkg.js settings can be configured
- hosts.xml - defines the hosts and associated profiles
- packages.xml - defines how to install and uninstall software packages
- profiles.xml - defines the software packages or scripts, which will be installed/executed on hosts.
- settings.xml - settings file used by the WPKG Client.
- wpkg.xml - the local settings file - it is stored on a workstation locally
For more information about config files, please see: Config files
More technical stuff
All articles in "Documentation" category
Silent installers, changing settings, etc.