VirtualBox

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

Last change on this file was 98626, checked in by vboxsync, 15 months ago

Add/VBoxGuest.inf,VBoxVideo.inf,Installer: Seems we need special versions of the .INF-files for windows 2000 and NT4, as these doesn't grok the comma stuff in the [Manufacturer] section. VBoxGuest works, VBoxVideo not so much on W2K.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 KB
Line 
1; $Id: VBoxGuestEarlyNT.inf 98626 2023-02-18 02:13:49Z vboxsync $
2;; @file
3; INF file for installing the VirtualBox Windows guest driver, pre-XP variant.
4;
5
6;
7; Copyright (C) 2006-2023 Oracle and/or its affiliates.
8;
9; This file is part of VirtualBox base platform packages, as
10; available from https://www.virtualbox.org.
11;
12; This program is free software; you can redistribute it and/or
13; modify it under the terms of the GNU General Public License
14; as published by the Free Software Foundation, in version 3 of the
15; License.
16;
17; This program is distributed in the hope that it will be useful, but
18; WITHOUT ANY WARRANTY; without even the implied warranty of
19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20; General Public License for more details.
21;
22; You should have received a copy of the GNU General Public License
23; along with this program; if not, see <https://www.gnu.org/licenses>.
24;
25; The contents of this file may alternatively be used under the terms
26; of the Common Development and Distribution License Version 1.0
27; (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
28; in the VirtualBox distribution, in which case the provisions of the
29; CDDL are applicable instead of those of the GPL.
30;
31; You may elect to license modified versions of this file under the
32; terms and conditions of either the GPL or the CDDL or both.
33;
34; SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
35;
36
37[Version]
38Signature="$WINDOWS NT$"
39Provider=%ORACLE%
40ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
41Class=System
42DriverPackageType=PlugAndPlay
43;edit-DriverVer=08/26/2008,2.00.0000
44;cat CatalogFile=VBoxGuestEarlyNT.cat
45
46[SourceDisksNames]
471 = %VBoxGuest.MediaDesc%
48
49[SourceDisksFiles]
50VBoxGuest.sys = 1
51VBoxControl.exe = 1
52VBoxTray.exe = 1
53
54[DestinationDirs]
55DefaultDestDir = 12 ; drivers
56VBoxTray_CopyFiles = 11 ; system32
57
58; Windows 2000 and NT4 treats entries here as pure 'name=section' and will not
59; split the value on commas. Newer InfVerif.exe requires the comma stuff here.
60[Manufacturer]
61%ORACLE%=VBoxGuest
62
63[VBoxGuest]
64%VBoxGuest.DeviceDesc%=VBoxGuest_Install,PCI\VEN_80ee&DEV_cafe
65
66[VBoxGuest_Install]
67CopyFiles = VBoxGuest_CopyFiles, VBoxTray_CopyFiles
68AddReg = VBoxTray_Add_Reg
69
70[VBoxGuest_CopyFiles]
71VBoxGuest.sys
72
73[VBoxTray_CopyFiles]
74VBoxTray.exe
75VBoxControl.exe
76
77[VBoxGuest_Install.Services]
78AddService = VBoxGuest, 0x00000002, VBoxGuest_ServiceInstallSection
79DelService = VBoxTray, 0x00000004
80
81[VBoxGuest_ServiceInstallSection]
82DisplayName = %VBoxGuest_svcdesc%
83ServiceType = 0x00000001 ; kernel driver
84StartType = 0x00000000 ; boot start
85ErrorControl = 0x00000001 ; normal error handling
86LoadOrderGroup = Base
87ServiceBinary = %12%\VBoxGuest.sys
88
89[VBoxTray_Add_Reg]
90HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxTray, 0x00020000, %%SystemRoot%%\system32\VBoxTray.exe
91
92[ClassInstall32]
93; This should fix the error 0xe0000101 (The required section was not found in the INF).
94
95[Strings]
96ORACLE = "Oracle Corporation"
97VBoxGuest.DeviceDesc = "VirtualBox Guest Device"
98VBoxGuest_svcdesc = "VirtualBox Guest Driver"
99VBoxTray_svcdesc = "VirtualBox Guest Tray"
100VBoxGuest.MediaDesc = "VirtualBox Guest Driver Installation Disk"
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use