Extension pack file (aka tarball, .vbox-extpack) representation returned by IExtPackManager::openExtPackFile. More...
Public Member Functions | |
| void | install (in boolean replace, in wstring displayInfo,[retval] out IProgress progess) |
| Install the extension pack. | |
Public Attributes | |
| readonly attribute wstring | filePath |
| The path to the extension pack file. | |
Extension pack file (aka tarball, .vbox-extpack) representation returned by IExtPackManager::openExtPackFile.
This provides the base extension pack information with the addition of the file name. It also provides an alternative to IExtPackManager::install.
{B6B49F55-EFCC-4F08-B486-56E8D8AFB10B} | void IExtPackFile::install | ( | in boolean | replace, | |
| in wstring | displayInfo, | |||
| [retval] out IProgress | progess | |||
| ) |
Install the extension pack.
| replace | Set this to automatically uninstall any existing extension pack with the same name as the one being installed. | |
| displayInfo | Platform specific display information. Reserved for future hacks. | |
| progess | Progress object for the operation. |
| readonly attribute wstring IExtPackFile::filePath |
The path to the extension pack file.
1.7.1