VirtualBox

Changeset 41841 in vbox


Ignore:
Timestamp:
Jun 20, 2012 7:34:27 AM (13 years ago)
Author:
vboxsync
Message:

load.cmd/.sh: added scripts for loading the support driver on windows.

Location:
trunk/src/VBox/HostDrivers/win
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/win/Makefile.kmk

    r41477 r41841  
    3030HostDrivers-scripts_EXEC_SOURCES = \
    3131        loadall.sh \
    32         loadall.cmd
     32        loadall.cmd \
     33        load.sh \
     34        load.cmd
    3335
    3436# generate rules
  • trunk/src/VBox/HostDrivers/win/load.cmd

    r41840 r41841  
    22rem $Id$
    33rem rem @file
    4 rem Windows NT batch script for launching loadall.sh
     4rem Windows NT batch script for launching load.sh
    55rem
    66
     
    2424rem loadall.sh should be in the same directory as this script.
    2525rem
    26 set MY_SCRIPT=%~dp0loadall.sh
     26set MY_SCRIPT=%~dp0load.sh
    2727if exist "%MY_SCRIPT%" goto found
    28 echo loadall.cmd: failed to find loadall.sh in "%~dp0".
     28echo load.cmd: failed to find load.sh in "%~dp0".
    2929goto end
    3030
  • trunk/src/VBox/HostDrivers/win/load.sh

    r41840 r41841  
    6060
    6161#
    62 # Invoke the installers.
     62# Invoke the installer.
    6363#
    64 for inst in SUPInstall.exe USBInstall.exe NetFltInstall.exe NetAdpInstall.exe;
     64for inst in SUPInstall.exe;
    6565do
    6666    if test -f ${MY_DIR}/$inst; then
     
    6969done
    7070
    71 echo "load.sh: Successfully installed all drivers"
     71echo "load.sh: Successfully installed SUPDrv (aka VBoxDrv)"
    7272exit 0
    7373
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette