Lines Matching refs:uninstall
58 * 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,
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 hook and unload the main dll.
2729 "uninstall",