VirtualBox

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

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

The Giant CDDL Dual-License Header Change.

  • 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 (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
15[Version]
16Signature="$WINDOWS NT$"
17Class=System
18ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
19Provider=%INNOTEK%
20LayoutFile=layout.inf
21DriverVer=08/21/2006,5.00.2072
22;cat CatalogFile=VBoxGuest.cat
23
24;cat [SourceDisksNames]
25;cat 1 = %VBoxGuest.MediaDesc%
26;cat 2 = %VBoxControl.MediaDesc%
27;cat 3 = %VBoxService.MediaDesc%
28;cat 4 = %vbcoinst.MediaDesc%
29;cat
30;cat [SourceDisksFiles]
31;cat VBoxGuest.sys = 1
32;cat VBoxControl.exe = 2
33;cat VBoxService.exe = 3
34;cat vbcoinst.dll = 4
35
36[DestinationDirs]
37DefaultDestDir = 12 ; drivers
38VBox_CoInstaller_CopyFiles = 11 ; system32
39VBoxService_CopyFiles = 11 ; system32
40
41[Manufacturer]
42%INNOTEK_MFG% = VBoxGuest
43
44[VBoxGuest]
45%VBoxGuest.DeviceDesc%=VBoxGuest_Install,PCI\VEN_80ee&DEV_cafe
46
47[VBoxGuest_Install]
48CopyFiles = VBoxGuest_CopyFiles, VBoxService_CopyFiles
49AddReg = VBoxService_Add_Reg
50
51[VBoxGuest_CopyFiles]
52VBoxGuest.sys
53
54[VBoxService_CopyFiles]
55VBoxService.exe
56VBoxControl.exe
57
58[VBoxGuest_Install.Services]
59AddService = VBoxGuest, 0x00000002, VBoxGuest_ServiceInstallSection
60DelService = VBoxService, 0x00000004
61
62[VBoxGuest_ServiceInstallSection]
63DisplayName = %VBoxGuest_svcdesc%
64ServiceType = 0x00000001 ; kernel driver
65StartType = 0x00000003 ; demand start
66ErrorControl = 0x00000001 ; normal error handling
67ServiceBinary = %12%\VBoxGuest.sys
68
69[VBoxService_Add_Reg]
70HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxService, 0x00000000, %11%\VBoxService.exe
71
72[VBoxGuest_Install.CoInstallers]
73AddReg = VBoxGuest_Install_CoInstallers_reg
74CopyFiles = VBox_CoInstaller_CopyFiles
75
76[VBox_CoInstaller_CopyFiles]
77vbcoinst.dll
78
79[VBoxGuest_Install_CoInstallers_reg]
80HKR,,CoInstallers32,0x00010000,"vbcoinst.dll,VBoxCoInstaller"
81
82[Strings]
83INNOTEK_MFG = "innotek GmbH"
84INNOTEK = "innotek GmbH"
85VBoxGuest.DeviceDesc = "VirtualBox Device"
86VBoxGuest_svcdesc = "VirtualBox Guest Driver"
87VBoxService_svcdesc = "VirtualBox Guest Service"
88
89;cat VBoxGuest.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media"
90;cat VBoxControl.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media"
91;cat VBoxService.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media"
92;cat vbcoinst.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media"
93
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