|
void | InstallPackageFiles ([in] unsigned long xid,[in] sequence< string > files,[in] string interaction) |
| Installs local package sequence< string > files or service packs. More...
|
|
void | InstallProvideFiles ([in] unsigned long xid,[in] sequence< string > files,[in] string interaction) |
| Installs sequence< string > packages to provide sequence< string > files. More...
|
|
void | InstallCatalogs ([in] unsigned long xid,[in] sequence< string > files,[in] string interaction) |
| Installs sequence< string > packages to provide sequence< string > files. More...
|
|
void | InstallPackageNames ([in] unsigned long xid,[in] sequence< string > packages,[in] string interaction) |
| Installs sequence< string > packages from a configured software source. More...
|
|
void | InstallMimeTypes ([in] unsigned long xid,[in] sequence< string > mimeTypes,[in] string interaction) |
| Installs mimetype handlers from a configured software source. More...
|
|
void | InstallFontconfigResources ([in] unsigned long xid,[in] sequence< string > resources,[in] string interaction) |
| Installs fontconfig resources ( [in] usually fonts) from a configured software source. More...
|
|
void | InstallGStreamerResources ([in] unsigned long xid,[in] sequence< string > resources,[in] string interaction) |
| Installs GStreamer resources ( [in] usually codecs) from a configured software source. More...
|
|
void | InstallResources ([in] unsigned long xid,[in] sequence< string > types,[in] sequence< string > resources,[in] string interaction) |
| Installs resources of a given type from a configured software source. More...
|
|
void | RemovePackageByFiles ([in] unsigned long xid,[in] sequence< string > files,[in] string interaction) |
| Removes sequence< string > packages that provide the given local sequence< string > files. More...
|
|
void | InstallPrinterDrivers ([in] unsigned long xid,[in] sequence< string > files,[in] string interaction) |
| Installs printer drivers from a configured software source. More...
|
|
void | IsInstalled ([in] string packageName,[in] string interaction,[out] boolean installed) |
| Installs local package files or service packs. More...
|
|
void | SearchFile ([in] string fileName,[in] string interaction,[out] boolean installed,[out] string packageName) |
| Installs packages to provide files. More...
|
|