Searched refs:uninstall (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dnbiprefix.S69 call uninstall
H A Dexeprefix.S152 call uninstall
H A Dhdprefix.S108 call uninstall
H A Dlibprefix.S876 * uninstall
891 .globl uninstall
892 uninstall: label
895 .size uninstall, . - uninstall
H A Dlkrnprefix.S271 call uninstall
H A Ddskprefix.S379 call uninstall
H A Dpxeprefix.S733 call uninstall
H A Dromprefix.S745 call uninstall
/vbox/src/VBox/Installer/linux/
H A Dinstall.sh64 info "Usage: install | uninstall"
194 uninstall)
195 ACTION="uninstall"
315 . ./uninstall.sh
349 cp uninstall.sh routines.sh $INSTALLATION_DIR
351 echo "uninstall.sh" >> $CONFIG_DIR/$CONFIG_FILES
515 elif [ "$ACTION" = "uninstall" ]; then
516 . ./uninstall.sh
H A Dvboxdrv.sh.in302 $DODKMS uninstall vboxhost vboxdrv vboxnetflt vboxnetadp > $LOG
H A Drun-inst.sh29 UNINSTALL="uninstall.sh"
58 info " uninstall"
231 uninstall)
232 ACTION="uninstall"
299 # uninstall any previous installation
433 LOGFILE="/var/log/$PACKAGE-uninstall.log"
499 echo 1>&2 "Module \"\$CUR_MODULE\" failed to uninstall"
/vbox/src/VBox/Installer/linux/scripts/
H A DVBoxHeadlessXOrg.sh86 --uninstall Revert the installation done by the "--install" option.
296 --uninstall)
297 do_install="uninstall"
/vbox/src/VBox/Main/src-all/win/
H A Dcomregister.cmd130 if "%1" == "--uninstall" goto arg_uninstall
134 echo usage: comregister.cmd [-u,--uninstall] [--no-proxy] [--proxy]
/vbox/src/VBox/Main/include/
H A DExtPackManagerImpl.h223 HRESULT uninstall(const com::Utf8Str &aName,
/vbox/src/VBox/Additions/linux/installer/
H A Dvboxadd.sh366 $DODKMS uninstall $OLDMODULES > $LOG
/vbox/src/libs/libxml2-2.6.31/
H A Dltmain.sh627 mode=uninstall
6509 # libtool clean and uninstall mode
6510 clean | uninstall)
6548 test "$mode" = uninstall && objdir="$dir"
6593 uninstall)
6744 uninstall remove libraries from an installed directory
6890 uninstall)
6892 "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
/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 1467 milliseconds