VirtualBox

Changeset 43066 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Aug 29, 2012 10:52:09 AM (12 years ago)
Author:
vboxsync
Message:

VBoxGuestAdditionsW2KXP: Try installing VBoxMouse the regular way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh

    r42280 r43066  
    397397  ${If} $g_bNoMouseDrv == "false"
    398398    DetailPrint "Installing mouse driver ..."
    399     ; The mouse filter does not contain any device IDs but a "DefaultInstall" section;
    400     ; so this .INF file needs to be installed using "InstallHinfSection" which is implemented
    401     ; with VBoxDrvInst's "driver executeinf" routine
    402     nsExec::ExecToLog '"$INSTDIR\VBoxDrvInst.exe" driver executeinf "$INSTDIR\VBoxMouse.inf"'
     399    nsExec::ExecToLog '"$INSTDIR\VBoxDrvInst.exe" driver install "$INSTDIR\VBoxMouse.inf" "$INSTDIR\install_drivers.log"'
    403400    Pop $0  ; Ret value
    404401    LogText "Mouse driver returned: $0"
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