Table of Contents
This is a set of basic routines for manipulating packages.
The module Package is the module for handling package installation , it works on the target system and correctly differentiates between normal and autoinstallaton mode.
PackageSystem is for situations when you need immediate action (for example to start the client).
Package
PackageSystem
The function names should be self-descriptive, so there are no comments here. Feel free to ask if you are in doubts. (FIXME)
boolean Package::InstallMsg(<string> package, <string> message);
boolean Package::InstallAllMsg(list<string> packages, <string> message);
boolean Package::InstallAnyMsg(list<string> packages, <string> message);
boolean Package::RemoveMsg(<string> package, <string> message);
boolean Package::RemoveAllMsg(list<string> packages, <string> message);
![]() | Note |
---|---|
GUI based, do not install if Mode::config is defined, only in PackageSystem) |