Changeset 82652 in vbox for trunk/src/VBox/Additions/WINNT/Installer
- Timestamp:
- Dec 28, 2019 11:52:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
r80278 r82652 345 345 ; so this .INF file needs to be installed using "InstallHinfSection" which is implemented 346 346 ; with VBoxDrvInst's "driver executeinf" routine 347 ${CmdExecute} "$\"$INSTDIR\VBoxDrvInst.exe$\" driver executeinf$\"$INSTDIR\VBoxMouse.inf$\"" "false"347 ${CmdExecute} "$\"$INSTDIR\VBoxDrvInst.exe$\" driver install $\"$INSTDIR\VBoxMouse.inf$\"" "false" 348 348 ${Else} 349 349 ${LogVerbose} "Mouse driver installation skipped!"
Note:
See TracChangeset
for help on using the changeset viewer.