VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMouse.inf@ 78273

Last change on this file since 78273 was 76553, checked in by vboxsync, 6 years ago

scm --update-copyright-year

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1; $Id: VBoxMouse.inf 76553 2019-01-01 01:45:53Z vboxsync $
2;; @file
3; INF file for installing the VBox Guest Mouse (driver for Windows NT5+).
4;
5
6;
7; Copyright (C) 2011-2019 Oracle Corporation
8;
9; This file is part of VirtualBox Open Source Edition (OSE), as
10; available from http://www.virtualbox.org. This file is free software;
11; you can redistribute it and/or modify it under the terms of the GNU
12; General Public License (GPL) as published by the Free Software
13; Foundation, in version 2 as it comes in the "COPYING" file of the
14; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16;
17
18[Version]
19Signature="$Windows NT$"
20ClassGuid={4D36E96F-E325-11CE-BFC1-08002BE10318}
21Class=Mouse
22DriverPackageType=ClassFilter
23;edit-DriverVer=08/26/2008,2.00.0000
24;cat CatalogFile=VBoxMouse.cat
25
26[SourceDisksNames]
271 = %VBoxMouse.MediaDesc%
28
29[SourceDisksFiles]
30VBoxMouse.sys = 1
31
32[DestinationDirs]
33DefaultDestDir = 12 ; DIRID_DRIVERS
34
35[Manufacturer]
36;x86 %ORACLE%=VBoxMouse
37;amd64 %ORACLE%=VBoxMouse, NTamd64
38
39[VBoxMouse_Install]
40CopyFiles = @VBoxMouse.sys
41
42[VBoxMouse_Install.Services]
43AddService = VBoxMouse,,VBoxMouse.Service
44
45[DefaultInstall]
46CopyFiles = @VBoxMouse.sys
47
48[DefaultInstall.Services]
49AddService = VBoxMouse,,VBoxMouse.Service
50
51[VBoxMouse.AddRegistry]
52HKLM, System\CurrentControlSet\Control\Class\{4D36E96F-E325-11CE-BFC1-08002BE10318}, UpperFilters, 0x00010000, "VBoxMouse", "mouclass"
53
54[VBoxMouse.Service]
55DisplayName = %VBoxMouse.SvcDesc%
56ServiceType = %SERVICE_KERNEL_DRIVER%
57StartType = %SERVICE_DEMAND_START%
58ErrorControl = %SERVICE_ERROR_IGNORE%
59ServiceBinary = %12%\VBoxMouse.sys
60AddReg = VBoxMouse.AddRegistry
61
62[Strings]
63VBoxMouse.SvcDesc = "VirtualBox Guest Mouse Service"
64VBoxMouse.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media"
65ORACLE = "Oracle Corporation"
66
67; Useful constants
68SERVICE_KERNEL_DRIVER = 1
69SERVICE_DEMAND_START = 3
70SERVICE_ERROR_IGNORE = 0
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette