Changeset 43072 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Aug 29, 2012 12:13:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
r43069 r43072 418 418 ${If} $g_bNoMouseDrv == "false" 419 419 DetailPrint "Installing mouse driver ..." 420 nsExec::ExecToLog '"$INSTDIR\VBoxDrvInst.exe" driver install "$INSTDIR\VBoxMouse.inf" "$INSTDIR\install_drivers.log"' 420 ; The mouse filter does not contain any device IDs but a "DefaultInstall" section; 421 ; so this .INF file needs to be installed using "InstallHinfSection" which is implemented 422 ; with VBoxDrvInst's "driver executeinf" routine 423 nsExec::ExecToLog '"$INSTDIR\VBoxDrvInst.exe" driver executeinf "$INSTDIR\VBoxMouse.inf"' 421 424 Pop $0 ; Ret value 422 425 LogText "Mouse driver returned: $0"
Note:
See TracChangeset
for help on using the changeset viewer.