VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuest.inf@ 44978

Last change on this file since 44978 was 44978, checked in by vboxsync, 12 years ago

VBoxGuest.inf: file header fix.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1; $Id: VBoxGuest.inf 44978 2013-03-11 11:38:28Z vboxsync $
2;; @file
3; INF file for installing the VirtualBox Windows guest driver.
4;
5
6;
7; Copyright (C) 2006-2013 Oracle Corporation
8;
9; This file is part of VirtualBox Open Source Edition (OSE), as
10; available from http://www.virtualbox.org. This file is free software;
11; you can redistribute it and/or modify it under the terms of the GNU
12; General Public License (GPL) as published by the Free Software
13; Foundation, in version 2 as it comes in the "COPYING" file of the
14; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16;
17
18[Version]
19Signature="$WINDOWS NT$"
20Provider=%ORACLE%
21ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
22Class=System
23DriverPackageType=PlugAndPlay
24;edit-DriverVer=08/26/2008,2.00.0000
25;cat CatalogFile=VBoxGuest.cat
26
27[SourceDisksNames]
281 = %VBoxGuest.MediaDesc%
292 = %VBoxControl.MediaDesc%
303 = %VBoxTray.MediaDesc%
31
32[SourceDisksFiles]
33VBoxGuest.sys = 1
34VBoxControl.exe = 2
35VBoxTray.exe = 3
36
37[DestinationDirs]
38DefaultDestDir = 12 ; drivers
39VBoxTray_CopyFiles = 11 ; system32
40
41[Manufacturer]
42;x86 %ORACLE%=VBoxGuest
43;amd64 %ORACLE%=VBoxGuest, NTamd64
44
45;x86 [VBoxGuest]
46;amd64 [VBoxGuest.NTamd64]
47%VBoxGuest.DeviceDesc%=VBoxGuest_Install,PCI\VEN_80ee&DEV_cafe
48
49[VBoxGuest_Install]
50CopyFiles = VBoxGuest_CopyFiles, VBoxTray_CopyFiles
51AddReg = VBoxTray_Add_Reg
52
53[VBoxGuest_CopyFiles]
54VBoxGuest.sys
55
56[VBoxTray_CopyFiles]
57VBoxTray.exe
58VBoxControl.exe
59
60[VBoxGuest_Install.Services]
61AddService = VBoxGuest, 0x00000002, VBoxGuest_ServiceInstallSection
62DelService = VBoxTray, 0x00000004
63
64[VBoxGuest_ServiceInstallSection]
65DisplayName = %VBoxGuest_svcdesc%
66ServiceType = 0x00000001 ; kernel driver
67StartType = 0x00000000 ; boot start
68ErrorControl = 0x00000001 ; normal error handling
69LoadOrderGroup = Base
70ServiceBinary = %12%\VBoxGuest.sys
71
72[VBoxTray_Add_Reg]
73HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxTray, 0x00000000, %11%\VBoxTray.exe
74
75[ClassInstall32]
76; This should fix the error 0xe0000101 (The required section was not found in the INF).
77
78[Strings]
79ORACLE = "Oracle Corporation"
80VBoxGuest.DeviceDesc = "VirtualBox Device"
81VBoxGuest_svcdesc = "VirtualBox Guest Driver"
82VBoxTray_svcdesc = "VirtualBox Guest Tray"
83
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