VirtualBox

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

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

some inf2cat work (needs selfsign update so not enabled).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 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;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%INNOTEK%=INNOTEK
41
42[SourceDisksFiles]
43VBoxDrv.sys=1
44
45[SourceDisksNames]
461=%DISK_NAME%,
47
48[VBoxDrv.CopyFiles]
49VBoxDrv.sys
50
51[VBoxDrv_Service]
52DisplayName = %VBoxDrv.SVCDESC%
53ServiceType = 1 ; SERVICE_KERNEL_DRIVER
54;StartType = 3 ; SERVICE_DEMAND_START
55StartType = 1 ; autostart to fix Vista problem
56ErrorControl = 1 ; SERVICE_ERROR_NORMAL
57ServiceBinary = %12%\VBoxDrv.sys
58
59[Strings]
60INNOTEK = "InnoTek Systemberatung GmbH"
61VBoxDrv.SVCDESC = "VirtualBox Service"
62VBoxDrv.DRVDESC = "VirtualBox Driver"
63DISK_NAME = "VirtualBox Driver Installation Disk"
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use