VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.inf@ 4831

Last change on this file since 4831 was 4423, checked in by vboxsync, 18 years ago

Broken inf for the 64 bits build

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 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-2007 innotek 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[Version]
17Signature="$Windows NT$"
18Class=System
19ClassGuid={ce4a90b5-1d8c-435d-b349-232ce55cb17f}
20Provider=%INNOTEK%
21DriverVer=08/21/2006,8.1.0.0
22DriverPackageType=KernelService
23;cat CatalogFile=VBoxDrv.cat
24
25[DestinationDirs]
26DefaultDestDir = 12
27
28[DefaultInstall]
29CopyFiles=VBoxDrv.CopyFiles
30
31[DefaultInstall.Services]
32AddService=VBoxDrv,0x00000002,VBoxDrv_Service
33
34[Manufacturer]
35;x86 %INNOTEK%=INNOTEK
36;amd64 %INNOTEK%=INNOTEK, NTamd64
37
38[SourceDisksFiles]
39VBoxDrv.sys=1
40
41[SourceDisksNames]
421=%DISK_NAME%,
43
44[VBoxDrv.CopyFiles]
45VBoxDrv.sys
46
47[VBoxDrv_Service]
48DisplayName = %VBoxDrv.SVCDESC%
49ServiceType = 1 ; SERVICE_KERNEL_DRIVER
50;StartType = 3 ; SERVICE_DEMAND_START
51StartType = 1 ; autostart to fix Vista problem
52ErrorControl = 1 ; SERVICE_ERROR_NORMAL
53ServiceBinary = %12%\VBoxDrv.sys
54
55[Strings]
56INNOTEK = "innotek GmbH"
57VBoxDrv.SVCDESC = "VirtualBox Service"
58VBoxDrv.DRVDESC = "VirtualBox Driver"
59DISK_NAME = "VirtualBox Driver Installation Disk"
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