Changeset 44441 in vbox for trunk/src/VBox/Additions/WINNT/Mouse
- Timestamp:
- Jan 29, 2013 9:51:17 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMouse.inf
r44439 r44441 3 3 ; (driver for Windows NT5+). 4 4 ; 5 ; Copyright (C) 2011 Oracle Corporation5 ; Copyright (C) 2011-2013 Oracle Corporation 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 40 40 ; 41 41 CopyFiles = @VBoxMouse.sys 42 AddReg = VBoxMouse _AddReg42 AddReg = VBoxMouse.AddReg 43 43 44 [VBoxMouse _AddReg]44 [VBoxMouse.AddReg] 45 45 HKLM, System\CurrentControlSet\Control\Class\{4D36E96F-E325-11CE-BFC1-08002BE10318}, UpperFilters, 0x00010000, "VBoxMouse", "mouclass" 46 46 47 [DefaultInstall. Services]48 AddService = VBoxMouse, , VBoxMouse _Service_Inst47 [DefaultInstall.NT.Services] 48 AddService = VBoxMouse, , VBoxMouse.Service_Inst 49 49 50 [DefaultInstall.NTAMD64.Services] 51 AddService = VBoxMouse, , VBoxMouse.Service_Inst 50 52 51 [VBoxMouse _Service_Inst]53 [VBoxMouse.Service_Inst] 52 54 DisplayName = %VBoxMouse.SvcDesc% 53 55 ServiceType = %SERVICE_KERNEL_DRIVER% … … 55 57 ErrorControl = %SERVICE_ERROR_IGNORE% 56 58 ServiceBinary = %12%\VBoxMouse.sys 57 58 59 59 60 [Strings]
Note:
See TracChangeset
for help on using the changeset viewer.