Config.xml

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

config.xml is a file where various wpkg.js settings can be configured, like:

  • names of the the XML input files - packages.xml, hosts.xml and profiles.xml
  • name of the local settings file - wpkg.xml
  • notifications, reboot behaviour
  • some other settings which can be alternatively configured by using command line switches - see WPKG flags

config.xml is used automatically by wpkg.js if they are both in the same directory.

Example:

<?xml version="1.0" encoding="UTF-8"?>
<config>
  <param name='log_file_path' value='\\\\serverName\\WPKG\\logs' />
</config>

See comments and examples in config.xml to learn all possible settings.