VirtualBox

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

Last change on this file since 69496 was 69496, checked in by vboxsync, 7 years ago

*: scm --update-copyright-year

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1; $Id: VBoxSF.inf 69496 2017-10-28 14:55:58Z vboxsync $
2;; @file
3; INF file for installing the VirtualBox Windows guest driver
4;
5
6;
7; Copyright (C) 2006-2017 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$"
20Class=System
21ClassGuid={ce4a90b5-1d8c-435d-b349-232ce55cb17f}
22Provider=%ORACLE%
23;edit-DriverVer=08/26/2008,2.00.0000
24DriverPackageType=Network
25;cat CatalogFile=VBoxSF.cat
26
27;cat [SourceDisksNames]
28;cat 1 = %VBoxSF.MediaDesc%
29;cat
30;cat [SourceDisksFiles]
31;cat VBoxSF.sys = 1
32
33[DestinationDirs]
34DefaultDestDir = 12 ; drivers
35VBoxMRXNP_CopyFiles = 11 ; system32
36
37[Manufacturer]
38;x86 %ORACLE%=VBoxSF
39;amd64 %ORACLE%=VBoxSF, NTamd64
40
41;x86 [VBoxSF]
42;amd64 [VBoxSF.NTamd64]
43%VBoxSF.DeviceDesc%=VBoxSF_Install,PCI\VEN_80ee&DEV_cafe
44
45[VBoxSF_Install]
46CopyFiles = VBoxSF_CopyFiles, VBoxMRXNP_CopyFiles
47AddReg = VBoxMRXNP_Add_Reg
48
49[VBoxSF_CopyFiles]
50VBoxSF.sys
51
52[VBoxMRXNP_CopyFiles]
53VBoxMRXNP.dll
54
55[VBoxSF_Install.Services]
56AddService = VBoxSF, 0x00000002, VBoxSF_ServiceInstallSection
57DelService = VBoxMRXNP, 0x00000004
58
59[VBoxSF_ServiceInstallSection]
60DisplayName = %VBoxSF_svcdesc%
61ServiceType = 0x00000001 ; kernel driver
62StartType = 0x00000003 ; demand start
63ErrorControl = 0x00000001 ; normal error handling
64ServiceBinary = %12%\VBoxSF.sys
65
66[VBoxMRXNP_Add_Reg]
67HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxMRXNP, 0x00000000, %11%\VBoxMRXNP.exe
68
69[Strings]
70ORACLE = "Oracle Corporation"
71VBoxSF.DeviceDesc = "VirtualBox Device"
72VBoxSF_svcdesc = "VirtualBox Shared Folders Driver"
73VBoxMRXNP_svcdesc = "VirtualBox Network Provider Service"
74
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