Changes

Packages.xml

75 bytes added, 14:12, 7 July 2009
no edit summary
* '''reboot''' - specifies if and how the system reboots when installing, removing or upgrading a given package.
** true - immediate always reboot, without updating wpkg.xml** delayed - reboot once the after processing this package action is complete and wpkg.xml is updated** postponed - reboot once all the packages have been processed** false anything else - do not reboot after processing this package
* '''priority''' - specifies a numeric value that determines in what order a package will be installed. The higher the number, the higher the priority, and so the earlier the package will be installed compared with lower priority packages. For example:
You can set a specific reboot to "true", "delayed", "postponed", or "false" action for certain exit codes with something like the following:
<pre>
<install cmd="msiexec /qn /i %SOFTWARE%\package.msi" >
</install>
</pre>
 
The options for the exit code reboot are:
 
* true - immediate reboot, without updating wpkg.xml
* delayed - reboot once the package action is complete and wpkg.xml is updated
* postponed - reboot once all the packages have been processed
==Quick examples==
Anonymous user