Searched defs:uninstall (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dlibprefix.S876 * uninstall
891 .globl uninstall
892 uninstall: label
895 .size uninstall, . - uninstall
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp58 * The name of the utility application we employ to install and uninstall the
798 * Calls the uninstall hook and closes the module.
803 * uninstall hook.
2021 HRESULT ExtPackManager::uninstall(const com::Utf8Str &aName, BOOL aForcedRemoval, function in class:ExtPackManager
2586 " In case of a reinstallation, please uninstall it first"),
2625 "uninstall",
2683 * @param a_pstrName The name of the extension pack to uninstall.
2709 LogRel(("ExtPackManager: Extension pack '%s' is not installed, so nothing to uninstall.\n", a_pstrName->c_str()));
2710 hrc = S_OK; /* nothing to uninstall */
2715 * Call the uninstall hoo
[all...]

Completed in 162 milliseconds