VirtualBox

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

Last change on this file since 68101 was 62522, checked in by vboxsync, 8 years ago

(C) 2016

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1;
2; INF file for installing the VirtualBox Windows guest driver
3;
4; Copyright (C) 2006-2016 Oracle Corporation
5;
6; This file is part of VirtualBox Open Source Edition (OSE), as
7; available from http://www.virtualbox.org. This file is free software;
8; you can redistribute it and/or modify it under the terms of the GNU
9; General Public License (GPL) as published by the Free Software
10; Foundation, in version 2 as it comes in the "COPYING" file of the
11; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
12; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
13;
14
15[Version]
16Signature="$Windows NT$"
17Class=System
18ClassGuid={ce4a90b5-1d8c-435d-b349-232ce55cb17f}
19Provider=%ORACLE%
20;edit-DriverVer=08/26/2008,2.00.0000
21DriverPackageType=Network
22;cat CatalogFile=VBoxSF.cat
23
24;cat [SourceDisksNames]
25;cat 1 = %VBoxSF.MediaDesc%
26;cat
27;cat [SourceDisksFiles]
28;cat VBoxSF.sys = 1
29
30[DestinationDirs]
31DefaultDestDir = 12 ; drivers
32VBoxMRXNP_CopyFiles = 11 ; system32
33
34[Manufacturer]
35;x86 %ORACLE%=VBoxSF
36;amd64 %ORACLE%=VBoxSF, NTamd64
37
38;x86 [VBoxSF]
39;amd64 [VBoxSF.NTamd64]
40%VBoxSF.DeviceDesc%=VBoxSF_Install,PCI\VEN_80ee&DEV_cafe
41
42[VBoxSF_Install]
43CopyFiles = VBoxSF_CopyFiles, VBoxMRXNP_CopyFiles
44AddReg = VBoxMRXNP_Add_Reg
45
46[VBoxSF_CopyFiles]
47VBoxSF.sys
48
49[VBoxMRXNP_CopyFiles]
50VBoxMRXNP.dll
51
52[VBoxSF_Install.Services]
53AddService = VBoxSF, 0x00000002, VBoxSF_ServiceInstallSection
54DelService = VBoxMRXNP, 0x00000004
55
56[VBoxSF_ServiceInstallSection]
57DisplayName = %VBoxSF_svcdesc%
58ServiceType = 0x00000001 ; kernel driver
59StartType = 0x00000003 ; demand start
60ErrorControl = 0x00000001 ; normal error handling
61ServiceBinary = %12%\VBoxSF.sys
62
63[VBoxMRXNP_Add_Reg]
64HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxMRXNP, 0x00000000, %11%\VBoxMRXNP.exe
65
66[Strings]
67ORACLE = "Oracle Corporation"
68VBoxSF.DeviceDesc = "VirtualBox Device"
69VBoxSF_svcdesc = "VirtualBox Shared Folders Driver"
70VBoxMRXNP_svcdesc = "VirtualBox Network Provider Service"
71
72
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