Searched refs:uninstall (Results 1 - 17 of 17) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/ |
H A D | nbiprefix.S | 69 call uninstall
|
H A D | exeprefix.S | 152 call uninstall
|
H A D | hdprefix.S | 108 call uninstall
|
H A D | libprefix.S | 876 * uninstall 891 .globl uninstall 892 uninstall: label 895 .size uninstall, . - uninstall
|
H A D | lkrnprefix.S | 271 call uninstall
|
H A D | dskprefix.S | 379 call uninstall
|
H A D | pxeprefix.S | 733 call uninstall
|
H A D | romprefix.S | 745 call uninstall
|
/vbox/src/VBox/Installer/linux/ |
H A D | install.sh | 64 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 D | vboxdrv.sh.in | 302 $DODKMS uninstall vboxhost vboxdrv vboxnetflt vboxnetadp > $LOG
|
H A D | run-inst.sh | 29 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 D | VBoxHeadlessXOrg.sh | 86 --uninstall Revert the installation done by the "--install" option. 296 --uninstall) 297 do_install="uninstall"
|
/vbox/src/VBox/Main/src-all/win/ |
H A D | comregister.cmd | 130 if "%1" == "--uninstall" goto arg_uninstall
134 echo usage: comregister.cmd [-u,--uninstall] [--no-proxy] [--proxy]
|
/vbox/src/VBox/Main/include/ |
H A D | ExtPackManagerImpl.h | 223 HRESULT uninstall(const com::Utf8Str &aName,
|
/vbox/src/VBox/Additions/linux/installer/ |
H A D | vboxadd.sh | 366 $DODKMS uninstall $OLDMODULES > $LOG
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | ltmain.sh | 627 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 D | ExtPackManagerImpl.cpp | 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, 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