VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/SharedFolders/driver/VBoxSF.inf

Last change on this file was 98308, checked in by vboxsync, 16 months ago

/Config.kmk, Additions/*.inf: Always qualify the key installer sections with the architecture. Plus some cleanups reducing naming randomness and platform dependent lines.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1; $Id: VBoxSF.inf 98308 2023-01-25 23:14:24Z vboxsync $
2;; @file
3; INF file for installing the VirtualBox Windows guest driver
4;
5
6;
7; Copyright (C) 2006-2023 Oracle and/or its affiliates.
8;
9; This file is part of VirtualBox base platform packages, as
10; available from https://www.virtualbox.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$"
30Class=System
31ClassGuid={ce4a90b5-1d8c-435d-b349-232ce55cb17f}
32Provider=%ORACLE%
33;edit-DriverVer=08/26/2008,2.00.0000
34DriverPackageType=Network
35;cat CatalogFile=VBoxSF.cat
36
37;cat [SourceDisksNames]
38;cat 1 = %VBoxSF.MediaDesc%
39;cat
40;cat [SourceDisksFiles]
41;cat VBoxSF.sys = 1
42
43[DestinationDirs]
44DefaultDestDir = 12 ; drivers
45VBoxMRXNP_CopyFiles = 11 ; system32
46
47[Manufacturer]
48%ORACLE%=VBoxSF@COMMA-NT-ARCH@
49
50[VBoxSF@DOT-NT-ARCH@]
51%VBoxSF.DeviceDesc%=VBoxSF_Install,PCI\VEN_80ee&DEV_cafe
52
53[VBoxSF_Install]
54CopyFiles = VBoxSF_CopyFiles, VBoxMRXNP_CopyFiles
55AddReg = VBoxMRXNP_Add_Reg
56
57[VBoxSF_CopyFiles]
58VBoxSF.sys
59
60[VBoxMRXNP_CopyFiles]
61VBoxMRXNP.dll
62
63[VBoxSF_Install.Services]
64AddService = VBoxSF, 0x00000002, VBoxSF_ServiceInstallSection
65DelService = VBoxMRXNP, 0x00000004
66
67[VBoxSF_ServiceInstallSection]
68DisplayName = %VBoxSF_svcdesc%
69ServiceType = 0x00000001 ; kernel driver
70StartType = 0x00000003 ; demand start
71ErrorControl = 0x00000001 ; normal error handling
72ServiceBinary = %12%\VBoxSF.sys
73
74[VBoxMRXNP_Add_Reg]
75HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxMRXNP, 0x00000000, %11%\VBoxMRXNP.exe
76
77[Strings]
78ORACLE = "Oracle Corporation"
79VBoxSF.DeviceDesc = "VirtualBox Device"
80VBoxSF_svcdesc = "VirtualBox Shared Folders Driver"
81VBoxMRXNP_svcdesc = "VirtualBox Network Provider Service"
82
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use