;++ ; ; Copyright (c) 2020 Juniper Networks, Inc. ; ; Module Name: ; ; JNPRVAMGR.INF ; ; Abstract: ; ; INF file for installing Juniper Virtual Adapter Manager bus driver. ; ; Installation Notes: ; ; Using Devcon: Type "devcon install JnprVaMgr.inf JNPRVAMGR" to install ; ;-- [Version] Signature="$Windows NT$" Class=System ClassGUID={4D36E97D-E325-11CE-BFC1-08002BE10318} Provider=%Jnpr% DriverPackageType=PlugAndPlay CatalogFile = jnprvamgr.cat DriverVer = 03/12/2024,22.7.2.28649 [DestinationDirs] DefaultDestDir = 12 [SourceDisksNames] 1 = %DiskId1%,,,"" [SourceDisksFiles] jnprvamgr.sys = 1,, ;***************************************** ; JnprVaMgr Install Section ;***************************************** [Manufacturer] %Jnpr%=Jnpr,NTamd64 [ControlFlags] ExcludeFromSelect=JnprVaMgr ; For Win2K [Jnpr] ; Win2K not supported. ; For XP and later [Jnpr.NTamd64] %JnprVaMgr.DeviceDesc%=JnprVaMgr_Device, JnprVaMgr [JnprVaMgr_Device] CopyFiles=Drivers_Dir [JnprVaMgr_Device.HW] AddReg=JnprVaMgr_Device.AddReg [JnprVaMgr_Device.AddReg] HKR,,DeviceCharacteristics,0x10001,0x0100 ; Use same security checks on relative opens HKR,,Security,,"D:P(A;;GA;;;BA)(A;;GA;;;SY)" ; Allow generic-all access to Built-in administrators and Local system ;HKR,,NumberOfAdapters,0x00010001,4 ; Number of adapters to enumerate / denumerate on load. [Drivers_Dir] jnprvamgr.sys ;-------------- Service installation [JnprVaMgr_Device.Services] AddService = JnprVaMgr,%SPSVCINST_ASSOCSERVICE%, JnprVaMgr_Service_Inst ; -------------- JnprVaMgr driver install sections [JnprVaMgr_Service_Inst] DisplayName = %JnprVaMgr.Service.DispName% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\jnprvamgr.sys LoadOrderGroup = Extended Base [Strings] SPSVCINST_ASSOCSERVICE = 0x00000002 Jnpr = "Juniper Networks" JnprVaMgr.ClassName = "Juniper Networks Virtual Adapter Manager" JnprVaMgr.DeviceDesc = "Juniper Networks Virtual Adapter Manager" JnprVaMgr.HelpText = "Juniper Networks Virtual Adapter Manager HelpText" JnprVaMgr.Service.DispName = "Juniper Networks Virtual Adapter Manager Service" DiskId1 = "Juniper Networks Virtual Adapter Device Installation Disk #1"