VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf@ 11338

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

Make the drivers signable in 64 bits mode (inf files)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.5 KB
Line 
1;
2; INF file for installing the VirtualBox Windows guest driver
3;
4; Copyright (C) 2006-2007 Sun Microsystems, Inc.
5;
6; This file is part of VirtualBox Open Source Edition (OSE), as
7; available from http://www.virtualbox.org. This file is free software;
8; you can redistribute it and/or modify it under the terms of the GNU
9; General Public License (GPL) as published by the Free Software
10; Foundation, in version 2 as it comes in the "COPYING" file of the
11; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
12; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
13;
14; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
15; Clara, CA 95054 USA or visit http://www.sun.com if you need
16; additional information or have any questions.
17;
18
19[Version]
20Signature="$WINDOWS NT$"
21Class=System
22ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
23Provider=%SUN%
24LayoutFile=layout.inf
25DriverVer=08/21/2006,5.00.2072
26;cat CatalogFile=VBoxGuest.cat
27
28[SourceDisksNames]
291 = %VBoxGuest.MediaDesc%
302 = %VBoxControl.MediaDesc%
313 = %VBoxTray.MediaDesc%
324 = %vbcoinst.MediaDesc%
33
34[SourceDisksFiles]
35VBoxGuest.sys = 1
36VBoxControl.exe = 2
37VBoxTray.exe = 3
38vbcoinst.dll = 4
39
40[DestinationDirs]
41DefaultDestDir = 12 ; drivers
42VBox_CoInstaller_CopyFiles = 11 ; system32
43VBoxTray_CopyFiles = 11 ; system32
44
45[Manufacturer]
46;x86 %SUN%=SUN
47;amd64 %SUN%=SUN, NTamd64
48
49[VBoxGuest]
50%VBoxGuest.DeviceDesc%=VBoxGuest_Install,PCI\VEN_80ee&DEV_cafe
51
52[VBoxGuest_Install]
53CopyFiles = VBoxGuest_CopyFiles, VBoxTray_CopyFiles
54AddReg = VBoxTray_Add_Reg
55
56[VBoxGuest_CopyFiles]
57VBoxGuest.sys
58
59[VBoxTray_CopyFiles]
60VBoxTray.exe
61VBoxControl.exe
62
63[VBoxGuest_Install.Services]
64AddService = VBoxGuest, 0x00000002, VBoxGuest_ServiceInstallSection
65DelService = VBoxTray, 0x00000004
66
67[VBoxGuest_ServiceInstallSection]
68DisplayName = %VBoxGuest_svcdesc%
69ServiceType = 0x00000001 ; kernel driver
70StartType = 0x00000003 ; demand start
71ErrorControl = 0x00000001 ; normal error handling
72ServiceBinary = %12%\VBoxGuest.sys
73
74[VBoxTray_Add_Reg]
75HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxTray, 0x00000000, %11%\VBoxTray.exe
76
77[VBoxGuest_Install.CoInstallers]
78AddReg = VBoxGuest_Install_CoInstallers_reg
79CopyFiles = VBox_CoInstaller_CopyFiles
80
81[VBox_CoInstaller_CopyFiles]
82vbcoinst.dll
83
84[VBoxGuest_Install_CoInstallers_reg]
85HKR,,CoInstallers32,0x00010000,"vbcoinst.dll,VBoxCoInstaller"
86
87[Strings]
88SUN = "Sun Microsystems, Inc."
89VBoxGuest.DeviceDesc = "VirtualBox Device"
90VBoxGuest_svcdesc = "VirtualBox Guest Driver"
91VBoxTray_svcdesc = "VirtualBox Guest Tray"
92
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