Packages manipulation (autoinstallation)
List of Global Functions
GetModified - Functions which returns if the settings were modified
PackageAvailable - Is a package available? Checks only package name, not list of provides.
PackageInstalled - Is a package installed? Checks only the package name in contrast to Installed() function.
SetModified - Function sets internal variable, which indicates, that any settings were modified, to "true"
List of Global Variables
Functions which returns if the settings were modified
Return value
boolean - settings were modified
Is a package available? Checks only package name, not list of provides.
Function parameters
string package
Return value
boolean - true if yes
Is a package installed? Checks only the package name in contrast to Installed() function.
Function parameters
string package
Return value
boolean - true if yes