; $Id: VBoxSF.inf 106208 2024-10-02 15:33:29Z vboxsync $ ;; @file ; INF file for installing the VirtualBox Windows guest driver ; ; ; Copyright (C) 2006-2024 Oracle and/or its affiliates. ; ; This file is part of VirtualBox base platform packages, as ; available from https://www.virtualbox.org. ; ; This program is free software; you can redistribute it and/or ; modify it under the terms of the GNU General Public License ; as published by the Free Software Foundation, in version 3 of the ; License. ; ; This program is distributed in the hope that it will be useful, but ; WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ; General Public License for more details. ; ; You should have received a copy of the GNU General Public License ; along with this program; if not, see . ; ; SPDX-License-Identifier: GPL-3.0-only ; [Version] Signature="$Windows NT$" Class=System ClassGuid={ce4a90b5-1d8c-435d-b349-232ce55cb17f} Provider=%ORACLE% ;edit-DriverVer=08/26/2008,2.00.0000 DriverPackageType=Network ;cat CatalogFile=VBoxSF.cat ;cat [SourceDisksNames] ;cat 1 = %VBoxSF.MediaDesc% ;cat ;cat [SourceDisksFiles] ;cat VBoxSF.sys = 1 [DestinationDirs] DefaultDestDir = 12 ; drivers VBoxMRXNP_CopyFiles = 11 ; system32 [Manufacturer] %ORACLE%=VBoxSF@COMMA-NT-ARCH@ [VBoxSF@DOT-NT-ARCH@] %VBoxSF.DeviceDesc%=VBoxSF_Install,PCI\VEN_80ee&DEV_cafe [VBoxSF_Install] CopyFiles = VBoxSF_CopyFiles, VBoxMRXNP_CopyFiles AddReg = VBoxMRXNP_Add_Reg [VBoxSF_CopyFiles] VBoxSF.sys,,,0x4000 ; COPYFLG_IN_USE_TRY_RENAME [VBoxMRXNP_CopyFiles] VBoxMRXNP.dll,,,0x4000 ; COPYFLG_IN_USE_TRY_RENAME [VBoxSF_Install.Services] AddService = VBoxSF, 0x00000002, VBoxSF_ServiceInstallSection DelService = VBoxMRXNP, 0x00000004 [VBoxSF_ServiceInstallSection] DisplayName = %VBoxSF_svcdesc% ServiceType = 0x00000001 ; kernel driver StartType = 0x00000003 ; demand start ErrorControl = 0x00000001 ; normal error handling ServiceBinary = %12%\VBoxSF.sys [VBoxMRXNP_Add_Reg] HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxMRXNP, 0x00000000, %11%\VBoxMRXNP.exe [Strings] ORACLE = "Oracle Corporation" VBoxSF.DeviceDesc = "VirtualBox Device" VBoxSF_svcdesc = "VirtualBox Shared Folders Driver" VBoxMRXNP_svcdesc = "VirtualBox Network Provider Service"