VirtualBox

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

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

Biggest check-in ever. New source code headers for all (C) innotek files.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1;
2; INF file for installing the VirtualBox Windows guest driver
3;
4; Copyright (C) 2006-2007 innotek GmbH
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 as published by the Free Software Foundation,
10; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
11; distribution. VirtualBox OSE is distributed in the hope that it will
12; be useful, but WITHOUT ANY WARRANTY of any kind.
13
14[Version]
15Signature="$WINDOWS NT$"
16Class=System
17ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
18Provider=%INNOTEK%
19LayoutFile=layout.inf
20DriverVer=08/21/2006,5.00.2072
21;cat CatalogFile=VBoxGuest.cat
22
23;cat [SourceDisksNames]
24;cat 1 = %VBoxGuest.MediaDesc%
25;cat 2 = %VBoxControl.MediaDesc%
26;cat 3 = %VBoxService.MediaDesc%
27;cat 4 = %vbcoinst.MediaDesc%
28;cat
29;cat [SourceDisksFiles]
30;cat VBoxGuest.sys = 1
31;cat VBoxControl.exe = 2
32;cat VBoxService.exe = 3
33;cat vbcoinst.dll = 4
34
35[DestinationDirs]
36DefaultDestDir = 12 ; drivers
37VBox_CoInstaller_CopyFiles = 11 ; system32
38VBoxService_CopyFiles = 11 ; system32
39
40[Manufacturer]
41%INNOTEK_MFG% = VBoxGuest
42
43[VBoxGuest]
44%VBoxGuest.DeviceDesc%=VBoxGuest_Install,PCI\VEN_80ee&DEV_cafe
45
46[VBoxGuest_Install]
47CopyFiles = VBoxGuest_CopyFiles, VBoxService_CopyFiles
48AddReg = VBoxService_Add_Reg
49
50[VBoxGuest_CopyFiles]
51VBoxGuest.sys
52
53[VBoxService_CopyFiles]
54VBoxService.exe
55VBoxControl.exe
56
57[VBoxGuest_Install.Services]
58AddService = VBoxGuest, 0x00000002, VBoxGuest_ServiceInstallSection
59DelService = VBoxService, 0x00000004
60
61[VBoxGuest_ServiceInstallSection]
62DisplayName = %VBoxGuest_svcdesc%
63ServiceType = 0x00000001 ; kernel driver
64StartType = 0x00000003 ; demand start
65ErrorControl = 0x00000001 ; normal error handling
66ServiceBinary = %12%\VBoxGuest.sys
67
68[VBoxService_Add_Reg]
69HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxService, 0x00000000, %11%\VBoxService.exe
70
71[VBoxGuest_Install.CoInstallers]
72AddReg = VBoxGuest_Install_CoInstallers_reg
73CopyFiles = VBox_CoInstaller_CopyFiles
74
75[VBox_CoInstaller_CopyFiles]
76vbcoinst.dll
77
78[VBoxGuest_Install_CoInstallers_reg]
79HKR,,CoInstallers32,0x00010000,"vbcoinst.dll,VBoxCoInstaller"
80
81[Strings]
82INNOTEK_MFG = "innotek GmbH"
83INNOTEK = "innotek GmbH"
84VBoxGuest.DeviceDesc = "VirtualBox Device"
85VBoxGuest_svcdesc = "VirtualBox Guest Driver"
86VBoxService_svcdesc = "VirtualBox Guest Service"
87
88;cat VBoxGuest.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media"
89;cat VBoxControl.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media"
90;cat VBoxService.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media"
91;cat vbcoinst.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media"
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