Changeset 43066 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Aug 29, 2012 10:52:09 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
r42280 r43066 397 397 ${If} $g_bNoMouseDrv == "false" 398 398 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"' 403 400 Pop $0 ; Ret value 404 401 LogText "Mouse driver returned: $0"
Note:
See TracChangeset
for help on using the changeset viewer.