VirtualBox

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

Last change on this file since 69366 was 69366, checked in by vboxsync, 7 years ago

VBoxGuest: more scm updates

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1; $Id: VBoxGuest.inf 69366 2017-10-26 15:18:29Z vboxsync $
2;; @file
3; INF file for installing the VirtualBox Windows guest driver.
4;
5
6;
7; Copyright (C) 2006-2016 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; The contents of this file may alternatively be used under the terms
18; of the Common Development and Distribution License Version 1.0
19; (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20; VirtualBox OSE distribution, in which case the provisions of the
21; CDDL are applicable instead of those of the GPL.
22;
23; You may elect to license modified versions of this file under the
24; terms and conditions of either the GPL or the CDDL or both.
25;
26
27[Version]
28Signature="$WINDOWS NT$"
29Provider=%ORACLE%
30ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
31Class=System
32DriverPackageType=PlugAndPlay
33;edit-DriverVer=08/26/2008,2.00.0000
34;cat CatalogFile=VBoxGuest.cat
35
36[SourceDisksNames]
371 = %VBoxGuest.MediaDesc%
382 = %VBoxControl.MediaDesc%
393 = %VBoxTray.MediaDesc%
40
41[SourceDisksFiles]
42VBoxGuest.sys = 1
43VBoxControl.exe = 2
44VBoxTray.exe = 3
45
46[DestinationDirs]
47DefaultDestDir = 12 ; drivers
48VBoxTray_CopyFiles = 11 ; system32
49
50[Manufacturer]
51;x86 %ORACLE%=VBoxGuest
52;amd64 %ORACLE%=VBoxGuest, NTamd64
53
54;x86 [VBoxGuest]
55;amd64 [VBoxGuest.NTamd64]
56%VBoxGuest.DeviceDesc%=VBoxGuest_Install,PCI\VEN_80ee&DEV_cafe
57
58[VBoxGuest_Install]
59CopyFiles = VBoxGuest_CopyFiles, VBoxTray_CopyFiles
60AddReg = VBoxTray_Add_Reg
61
62[VBoxGuest_CopyFiles]
63VBoxGuest.sys
64
65[VBoxTray_CopyFiles]
66VBoxTray.exe
67VBoxControl.exe
68
69[VBoxGuest_Install.Services]
70AddService = VBoxGuest, 0x00000002, VBoxGuest_ServiceInstallSection
71DelService = VBoxTray, 0x00000004
72
73[VBoxGuest_ServiceInstallSection]
74DisplayName = %VBoxGuest_svcdesc%
75ServiceType = 0x00000001 ; kernel driver
76StartType = 0x00000000 ; boot start
77ErrorControl = 0x00000001 ; normal error handling
78LoadOrderGroup = Base
79ServiceBinary = %12%\VBoxGuest.sys
80
81[VBoxTray_Add_Reg]
82HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxTray, 0x00000000, %11%\VBoxTray.exe
83
84[ClassInstall32]
85; This should fix the error 0xe0000101 (The required section was not found in the INF).
86
87[Strings]
88ORACLE = "Oracle Corporation"
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