; ; Jungo Connectivity Confidential. Copyright (c) 2016 Jungo Connectivity Ltd. http://www.jungo.com ; ; Installs windrvr1230.sys as a driver for a pseudo-device ; [Version] Signature=$CHICAGO$ Class=Jungo ClassGuid={c671678c-82c1-43f3-d700-0049433e9a4b} Provider=%MFGNAME% ; The catalog file below is digitally signed by Jungo Connectivity. ; For WHQL, you should obtain a catalog signed by Microsoft Hardware Compatibility Labs CatalogFile=windrvr1230.cat DriverVer=06/12/2017, 12.3.0 [Manufacturer] %MFGNAME%=DeviceList, NTx86, NTamd64 [DestinationDirs] DefaultDestDir=10,System32\Drivers [SourceDisksFiles] windrvr1230.sys=1 [SourceDisksNames] 1=%INSTDISK%,,,. ; Delete the above line and uncomment the next line for WHQL ;1 = %INSTDISK%,windrvr1230,, ; x86 platform, Win9x, Windows 2000 and later [DeviceList.NTx86] %DESCRIPTION%=DriverInstall,windrvr1230 ; x64 platform, Windows XP x64 edition and later [DeviceList.NTamd64] %DESCRIPTION%=DriverInstall,windrvr1230 [ClassInstall32] ; Register a new class in Windows 2000 and later AddReg=UpdateRegistry [UpdateRegistry] HKR,,,,Jungo Connectivity HKR,,Icon,,-5 ;------------------------------------------------------------------------------ ; Windows 2000 and later Sections (x86 and x64 platforms) ;------------------------------------------------------------------------------ [DriverInstall.NT] CopyFiles=DriverCopyFiles [DriverCopyFiles] windrvr1230.sys,,,0x22 ; COPYFLG_NOSKIP | COPYFLG_NO_VERSION_DIALOG [DriverInstall.NT.Services] AddService=windrvr1230,2,DriverService [DriverService] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary=%10%\system32\drivers\windrvr1230.sys AddReg = windrvr1230.AddReg [windrvr1230.AddReg] ; Set the value below to 1 to enable PCI configuration space legacy read/write HKR, Parameters, PciCfgRwCompat, 0x00010001, 0 [DriverInstall.NT.hw] AddReg=DriverHwAddReg [DriverHwAddReg] HKR,,SampleInfo,,"" ;------------------------------------------------------------------------------ ; String Definitions ;------------------------------------------------------------------------------ [Strings] MFGNAME="Jungo Connectivity" INSTDISK="Jungo Connectivity Installation Disc" DESCRIPTION="leisaidriver1230"