VirtualBox

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

Last change on this file since 19796 was 11636, checked in by vboxsync, 16 years ago

#3105: Implemented editing of DriverVer in driver .inf files.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 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 Sun Microsystems, Inc.
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 (GPL) as published by the Free Software
12; Foundation, in version 2 as it comes in the "COPYING" file of the
13; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15;
16; The contents of this file may alternatively be used under the terms
17; of the Common Development and Distribution License Version 1.0
18; (CDDL) only, as it comes in the "COPYING.CDDL" file of the
19; VirtualBox OSE distribution, in which case the provisions of the
20; CDDL are applicable instead of those of the GPL.
21;
22; You may elect to license modified versions of this file under the
23; terms and conditions of either the GPL or the CDDL or both.
24;
25; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
26; Clara, CA 95054 USA or visit http://www.sun.com if you need
27; additional information or have any questions.
28;
29
30[Version]
31Signature="$Windows NT$"
32Class=System
33ClassGuid={ce4a90b5-1d8c-435d-b349-232ce55cb17f}
34Provider=%SUN%
35;edit-DriverVer=08/26/2008,2.00.0000
36DriverPackageType=KernelService
37;cat CatalogFile=VBoxDrv.cat
38
39[DestinationDirs]
40DefaultDestDir = 12
41
42[DefaultInstall]
43CopyFiles=VBoxDrv.CopyFiles
44
45[DefaultInstall.Services]
46AddService=VBoxDrv,0x00000002,VBoxDrv_Service
47
48[Manufacturer]
49;x86 %SUN%=SUN
50;amd64 %SUN%=SUN, NTamd64
51
52[SourceDisksFiles]
53VBoxDrv.sys=1
54
55[SourceDisksNames]
561=%DISK_NAME%,
57
58[VBoxDrv.CopyFiles]
59VBoxDrv.sys
60
61[VBoxDrv_Service]
62DisplayName = %VBoxDrv.SVCDESC%
63ServiceType = 1 ; SERVICE_KERNEL_DRIVER
64;StartType = 3 ; SERVICE_DEMAND_START
65StartType = 1 ; autostart to fix Vista problem
66ErrorControl = 1 ; SERVICE_ERROR_NORMAL
67ServiceBinary = %12%\VBoxDrv.sys
68
69[Strings]
70SUN = "Sun Microsystems, Inc."
71VBoxDrv.SVCDESC = "VirtualBox Service"
72VBoxDrv.DRVDESC = "VirtualBox Driver"
73DISK_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