VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/win32/VBoxDrv.inf@ 2689

Last change on this file since 2689 was 2689, checked in by vboxsync, 17 years ago

A simplified approach.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1;
2; VBox host drivers - Ring-0 support drivers - Win32 host
3;
4; INF file for installing the Win32 driver
5;
6; Copyright (C) 2006 InnoTek Systemberatung GmbH
7;
8; This file is part of VirtualBox Open Source Edition (OSE), as
9; available from http://www.virtualbox.org. This file is free software;
10; you can redistribute it and/or modify it under the terms of the GNU
11; General Public License as published by the Free Software Foundation,
12; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
13; distribution. VirtualBox OSE is distributed in the hope that it will
14; be useful, but WITHOUT ANY WARRANTY of any kind.
15;
16; If you received this file as part of a commercial VirtualBox
17; distribution, then only the terms of your commercial VirtualBox
18; license agreement apply instead of the previous paragraph.
19;
20
21[Version]
22Signature="$Windows NT$"
23Class=System
24ClassGuid={ce4a90b5-1d8c-435d-b349-232ce55cb17f}
25Provider=%INNOTEK%
26DriverVer=08/21/2006,8.1.0.0
27DriverPackageType=KernelService
28;cat CatalogFile=VBoxDrv.cat
29
30[DestinationDirs]
31DefaultDestDir = 12
32
33[DefaultInstall]
34CopyFiles=VBoxDrv.CopyFiles
35
36[DefaultInstall.Services]
37AddService=VBoxDrv,0x00000002,VBoxDrv_Service
38
39[Manufacturer]
40;x86 %INNOTEK%=INNOTEK
41;amd64 %INNOTEK%=INNOTEK, NTamd64
42
43[SourceDisksFiles]
44VBoxDrv.sys=1
45
46[SourceDisksNames]
471=%DISK_NAME%,
48
49[VBoxDrv.CopyFiles]
50VBoxDrv.sys
51
52;x86 [VBoxDrv_Service]
53;amd64 [VBoxDrv_Service.NTamd64]
54DisplayName = %VBoxDrv.SVCDESC%
55ServiceType = 1 ; SERVICE_KERNEL_DRIVER
56;StartType = 3 ; SERVICE_DEMAND_START
57StartType = 1 ; autostart to fix Vista problem
58ErrorControl = 1 ; SERVICE_ERROR_NORMAL
59ServiceBinary = %12%\VBoxDrv.sys
60
61[Strings]
62INNOTEK = "InnoTek Systemberatung GmbH"
63VBoxDrv.SVCDESC = "VirtualBox Service"
64VBoxDrv.DRVDESC = "VirtualBox Driver"
65DISK_NAME = "VirtualBox Driver Installation Disk"
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use