summaryrefslogtreecommitdiff
path: root/src/VBox/Additions/WINNT/SharedFolders/driver/VBoxSF.inf
blob: 63d9132b7b63f165ceb0ee257a2434c51c50052d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
; $Id$
;; @file
; INF file for installing the VirtualBox Windows guest driver
;

;
; Copyright (C) 2006-2022 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistribute it and/or modify it under the terms of the GNU
; General Public License (GPL) as published by the Free Software
; Foundation, in version 2 as it comes in the "COPYING" file of the
; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
;

[Version]
Signature="$Windows NT$"
Class=System
ClassGuid={ce4a90b5-1d8c-435d-b349-232ce55cb17f}
Provider=%ORACLE%
;edit-DriverVer=08/26/2008,2.00.0000
DriverPackageType=Network
;cat CatalogFile=VBoxSF.cat

;cat [SourceDisksNames]
;cat 1 = %VBoxSF.MediaDesc%
;cat
;cat [SourceDisksFiles]
;cat VBoxSF.sys = 1

[DestinationDirs]
DefaultDestDir      = 12 ; drivers
VBoxMRXNP_CopyFiles = 11 ; system32

[Manufacturer]
;x86   %ORACLE%=VBoxSF
;amd64 %ORACLE%=VBoxSF, NTamd64

;x86   [VBoxSF]
;amd64 [VBoxSF.NTamd64]
%VBoxSF.DeviceDesc%=VBoxSF_Install,PCI\VEN_80ee&DEV_cafe

[VBoxSF_Install]
CopyFiles = VBoxSF_CopyFiles, VBoxMRXNP_CopyFiles
AddReg = VBoxMRXNP_Add_Reg

[VBoxSF_CopyFiles]
VBoxSF.sys

[VBoxMRXNP_CopyFiles]
VBoxMRXNP.dll

[VBoxSF_Install.Services]
AddService = VBoxSF, 0x00000002, VBoxSF_ServiceInstallSection
DelService = VBoxMRXNP, 0x00000004

[VBoxSF_ServiceInstallSection]
DisplayName    = %VBoxSF_svcdesc%
ServiceType    = 0x00000001 ; kernel driver
StartType      = 0x00000003 ; demand start
ErrorControl   = 0x00000001 ; normal error handling
ServiceBinary  = %12%\VBoxSF.sys

[VBoxMRXNP_Add_Reg]
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxMRXNP, 0x00000000, %11%\VBoxMRXNP.exe

[Strings]
ORACLE = "Oracle Corporation"
VBoxSF.DeviceDesc = "VirtualBox Device"
VBoxSF_svcdesc = "VirtualBox Shared Folders Driver"
VBoxMRXNP_svcdesc = "VirtualBox Network Provider Service"