Changeset 44483 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Jan 31, 2013 11:10:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMouse.inf
r44441 r44483 3 3 ; (driver for Windows NT5+). 4 4 ; 5 ; Copyright (C) 2011 -2013Oracle Corporation5 ; Copyright (C) 2011 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. NT.Services]48 AddService = VBoxMouse, , VBoxMouse .Service_Inst47 [DefaultInstall.Services] 48 AddService = VBoxMouse, , VBoxMouse_Service_Inst 49 49 50 [DefaultInstall.NTAMD64.Services]51 AddService = VBoxMouse, , VBoxMouse.Service_Inst52 50 53 [VBoxMouse .Service_Inst]51 [VBoxMouse_Service_Inst] 54 52 DisplayName = %VBoxMouse.SvcDesc% 55 53 ServiceType = %SERVICE_KERNEL_DRIVER% … … 57 55 ErrorControl = %SERVICE_ERROR_IGNORE% 58 56 ServiceBinary = %12%\VBoxMouse.sys 57 59 58 60 59 [Strings]
Note:
See TracChangeset
for help on using the changeset viewer.