VirtualBox

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

Last change on this file since 39604 was 39604, checked in by vboxsync, 13 years ago

VBoxMouse: Try to make it more compatible with manual class filter installations.

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

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