VirtualBox

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

Last change on this file since 37826 was 35835, checked in by vboxsync, 14 years ago

Install fix for Windows 7.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1;
2; INF file for installing the VirtualBox Windows guest driver
3;
4; Copyright (C) 2006-2011 Oracle Corporation
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$"
17Provider=%ORACLE%
18ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
19Class=System
20DriverPackageType=PlugAndPlay
21;edit-DriverVer=08/26/2008,2.00.0000
22;cat CatalogFile=VBoxGuest.cat
23
24[SourceDisksNames]
251 = %VBoxGuest.MediaDesc%
262 = %VBoxControl.MediaDesc%
273 = %VBoxTray.MediaDesc%
28
29[SourceDisksFiles]
30VBoxGuest.sys = 1
31VBoxControl.exe = 2
32VBoxTray.exe = 3
33
34[DestinationDirs]
35DefaultDestDir = 12 ; drivers
36VBoxTray_CopyFiles = 11 ; system32
37
38[Manufacturer]
39;x86 %ORACLE%=VBoxGuest
40;amd64 %ORACLE%=VBoxGuest, NTamd64
41
42;x86 [VBoxGuest]
43;amd64 [VBoxGuest.NTamd64]
44%VBoxGuest.DeviceDesc%=VBoxGuest_Install,PCI\VEN_80ee&DEV_cafe
45
46[VBoxGuest_Install]
47CopyFiles = VBoxGuest_CopyFiles, VBoxTray_CopyFiles
48AddReg = VBoxTray_Add_Reg
49
50[VBoxGuest_CopyFiles]
51VBoxGuest.sys
52
53[VBoxTray_CopyFiles]
54VBoxTray.exe
55VBoxControl.exe
56
57[VBoxGuest_Install.Services]
58AddService = VBoxGuest, 0x00000002, VBoxGuest_ServiceInstallSection
59DelService = VBoxTray, 0x00000004
60
61[VBoxGuest_ServiceInstallSection]
62DisplayName = %VBoxGuest_svcdesc%
63ServiceType = 0x00000001 ; kernel driver
64StartType = 0x00000000 ; boot start
65ErrorControl = 0x00000001 ; normal error handling
66LoadOrderGroup = Base
67ServiceBinary = %12%\VBoxGuest.sys
68
69[VBoxTray_Add_Reg]
70HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxTray, 0x00000000, %11%\VBoxTray.exe
71
72[ClassInstall32]
73; This should fix the error 0xe0000101 (The required section was not found in the INF).
74
75[Strings]
76ORACLE = "Oracle Corporation"
77VBoxGuest.DeviceDesc = "VirtualBox Device"
78VBoxGuest_svcdesc = "VirtualBox Guest Driver"
79VBoxTray_svcdesc = "VirtualBox Guest Tray"
80
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