Changeset 45938 in vbox for trunk/src/VBox/Additions/WINNT/Mouse/NT5
- Timestamp:
- May 7, 2013 3:52:46 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85578
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMouse.inf
r44529 r45938 35 35 ;amd64 %ORACLE%=VBoxMouse, NTamd64 36 36 37 [VBoxMouse_Install] 38 CopyFiles = @VBoxMouse.sys 39 40 [VBoxMouse_Install.Services] 41 AddService = VBoxMouse,,VBoxMouse.Service 42 37 43 [DefaultInstall] 38 ;39 ; DefaultInstall section is used to install the class filter driver.40 ;41 44 CopyFiles = @VBoxMouse.sys 42 AddReg = VBoxMouse_AddReg43 45 44 [VBoxMouse_AddReg] 46 [DefaultInstall.Services] 47 AddService = VBoxMouse,,VBoxMouse.Service 48 49 [VBoxMouse.AddRegistry] 45 50 HKLM, System\CurrentControlSet\Control\Class\{4D36E96F-E325-11CE-BFC1-08002BE10318}, UpperFilters, 0x00010000, "VBoxMouse", "mouclass" 46 51 47 [DefaultInstall.Services] 48 AddService = VBoxMouse, , VBoxMouse_Service_Inst 49 50 51 [VBoxMouse_Service_Inst] 52 [VBoxMouse.Service] 52 53 DisplayName = %VBoxMouse.SvcDesc% 53 54 ServiceType = %SERVICE_KERNEL_DRIVER% … … 55 56 ErrorControl = %SERVICE_ERROR_IGNORE% 56 57 ServiceBinary = %12%\VBoxMouse.sys 57 58 AddReg = VBoxMouse.AddRegistry 58 59 59 60 [Strings]
Note:
See TracChangeset
for help on using the changeset viewer.