VirtualBox

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

最後變更 在這個檔案從96451是 96407,由 vboxsync 提交於 3 年 前

scm copyright and license note update

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 2.4 KB
 
1; $Id: VBoxMouse.inf 96407 2022-08-22 17:43:14Z vboxsync $
2;; @file
3; INF file for installing the VBox Guest Mouse (driver for Windows NT5+).
4;
5
6;
7; Copyright (C) 2011-2022 Oracle and/or its affiliates.
8;
9; This file is part of VirtualBox base platform packages, as
10; available from https://www.alldomusa.eu.org.
11;
12; This program is free software; you can redistribute it and/or
13; modify it under the terms of the GNU General Public License
14; as published by the Free Software Foundation, in version 3 of the
15; License.
16;
17; This program is distributed in the hope that it will be useful, but
18; WITHOUT ANY WARRANTY; without even the implied warranty of
19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20; General Public License for more details.
21;
22; You should have received a copy of the GNU General Public License
23; along with this program; if not, see <https://www.gnu.org/licenses>.
24;
25; SPDX-License-Identifier: GPL-3.0-only
26;
27
28[Version]
29Signature="$Windows NT$"
30Provider=%ORACLE%
31ClassGuid={4D36E96F-E325-11CE-BFC1-08002BE10318}
32Class=Mouse
33DriverPackageType=ClassFilter
34;edit-DriverVer=08/26/2008,2.00.0000
35;cat CatalogFile=VBoxMouse.cat
36
37[SourceDisksNames]
381 = %VBoxMouse.MediaDesc%
39
40[SourceDisksFiles]
41VBoxMouse.sys = 1
42
43[DestinationDirs]
44DefaultDestDir = 12 ; DIRID_DRIVERS
45
46; Disabled install via [Manufacturer], not working. See [DefaultInstall].
47;[Manufacturer]
48;;x86 %ORACLE%=VBoxMouse
49;;amd64 %ORACLE%=VBoxMouse, NTamd64
50;
51;;x86 [VBoxMouse]
52;;amd64 [VBoxMouse.NTamd64]
53;%ORACLE%=VBoxMouse_Install
54;
55;[VBoxMouse_Install]
56;CopyFiles = @VBoxMouse.sys
57;
58;[VBoxMouse_Install.Services]
59;AddService = VBoxMouse,,VBoxMouse.Service
60
61[DefaultInstall@DOT-NT-ARCH@]
62CopyFiles = @VBoxMouse.sys
63
64[DefaultInstall@[email protected]]
65AddService = VBoxMouse,,VBoxMouse.Service
66
67[VBoxMouse.AddRegistry]
68HKLM, System\CurrentControlSet\Control\Class\{4D36E96F-E325-11CE-BFC1-08002BE10318}, UpperFilters, 0x00010000, "VBoxMouse", "mouclass"
69
70[VBoxMouse.Service]
71DisplayName = %VBoxMouse.SvcDesc%
72ServiceType = %SERVICE_KERNEL_DRIVER%
73StartType = %SERVICE_DEMAND_START%
74ErrorControl = %SERVICE_ERROR_IGNORE%
75ServiceBinary = %12%\VBoxMouse.sys
76AddReg = VBoxMouse.AddRegistry
77
78[Strings]
79VBoxMouse.SvcDesc = "VirtualBox Guest Mouse Service"
80VBoxMouse.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media"
81ORACLE = "Oracle Corporation"
82
83; Useful constants
84SERVICE_KERNEL_DRIVER = 1
85SERVICE_DEMAND_START = 3
86SERVICE_ERROR_IGNORE = 0
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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