Changes

Packages.xml

299 bytes added, 14:01, 7 July 2009
Added extra information about reboot options.
* '''revision''' - user created integer to represent the "version" of the specific package. Should be incremented when creating a new release.
* '''reboot''' - specifies if "true" and how the system reboots when done installing, removing or upgrading a given package.** 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** false - 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 reboot to "true", "delayed", "postponed", or "false" for certain exit codes with something like the following:
<pre>
<install cmd="msiexec /qn /i %SOFTWARE%\package.msi" >
Anonymous user