|
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64 User : ServerPC ( 0) PHP Version : 8.2.12 Disable Function : NONE Directory : C:/Windows/System32/DriverStore/FileRepository/nvpcf.inf_amd64_6f89430b247466bc/ |
Upload File : |
; Installation file for the NVIDIA Platform Controllers and Framework
; Copyright (c) NVIDIA Corporation
;
[Version]
Signature = "$WINDOWS NT$"
Provider = NVIDIA
ClassGUID = {62F9C741-B25A-46CE-B54C-9BCCCE08B6F2}
Class = SoftwareDevice
DriverVer = 07/21/2022, 31.0.15.1623
CatalogFile = nvpcf.CAT
[DestinationDirs]
DefaultDestDir = 12
nvpcf_Device_CoInstaller_CopyFiles = 11
; ================= Class section =====================
[SourceDisksNames]
1 = %DiskName%,,,""
[SourceDisksFiles]
nvpcf.sys = 1,,
;*****************************************
; Install Section
;*****************************************
[Manufacturer]
%ManufacturerName%=Standard,NTamd64
[Standard.NTamd64]
%nvpcf.DeviceDesc%=nvpcf_Device, ACPI\NVDA0820
[nvpcf_Device.NT]
CopyFiles=Drivers_Dir
[Drivers_Dir]
nvpcf.sys
;-------------- Service installation
[nvpcf_Device.NT.Services]
AddService = nvpcf,%SPSVCINST_ASSOCSERVICE%, nvpcf_Service_Inst
; -------------- nvpcf driver install sections
[nvpcf_Service_Inst]
DisplayName = %nvpcf.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\nvpcf.sys
AddReg = nvpcf_Service_Reg
[nvpcf_Service_Reg]
;
;--- nvpcf_Device Coinstaller installation ------
;
[nvpcf_Device.NT.CoInstallers]
AddReg=nvpcf_Device_CoInstaller_AddReg
CopyFiles=nvpcf_Device_CoInstaller_CopyFiles
[nvpcf_Device_CoInstaller_AddReg]
;
[nvpcf_Device_CoInstaller_CopyFiles]
;
[nvpcf_Device.NT.Wdf]
KmdfService = nvpcf, nvpcf_wdfsect
[nvpcf_wdfsect]
KmdfLibraryVersion = 1.15
[Strings]
SPSVCINST_ASSOCSERVICE= 0x00000002
ManufacturerName="NVIDIA"
ClassName="Software devices"
DiskName = "NVPCF Installation Disk"
nvpcf.DeviceDesc = "NVIDIA Platform Controllers and Framework"
nvpcf.SVCDESC = "NVPCF Service"