Upload from CMSOURE

This commit is contained in:
2025-09-15 10:49:45 -04:00
parent a45e247939
commit 2e34222036
359 changed files with 355510 additions and 0 deletions

View File

@@ -0,0 +1,170 @@
; Jungo Confidential. Copyright (c) 2010 Jungo. http://www.jungo.com
; Generated by DriverWizard v10.10.
; Installation file (.inf) for "C1000 Flagship" device
; Installation file (.inf) for "S1000 Satellite" device
; Installation file (.inf) for "Mini Cycler" device
; Copyright (c) 2010 Bio-Rad Laboratories
;
;
; Refer to Windows DDK documentation for more information on INF files
******************** Modified 2 Sept 2011 CLusher **************************
; Added cypress unprogrammed vid/pid to the jungo list of devices
******************** Modified 28 Mar 2011 STaran **************************
; Changed name to CFX Connect Thermal Cycler
;******************** Modified 29 Dec 2010 STaran **************************
; Added new CFX2 Thermal Cycler
;******************** Modified 8 Nov 2010 CLusher **************************
; Jungo 10.21
; ****************************************************************************
; ******************** Modified 8 July 2010 STaran **************************
; Updated CatalogFile to reference new Jungo version 10.20
; ****************************************************************************
; ******************** Modified 8 July 2010 CLusher **************************
; added c1000 touch vid/pid
; ****************************************************************************
; ******************** Modified 12 Jan 2010 CLusher **************************
; Updated to Jungo 10.1
; Removed Win98/ME Install lines
; ****************************************************************************
; ******************** Modified 24 Jul 2007 MRegalia *************************
; Removed windrvr6.sys from FilesToCopy section and added wdapi900.dll to be
; copied to the %windir%\System32 directory.
;
; Removed windrvr6.sys from the SourceDisksFiles section and added wdapi900.dll
;
; Removed DefaultDestDir=10 reference.
; *****************************************************************************
; ******************** Modified 25 Jul 2007 MRegalia **************************
; Changed inf file name from BR_Satellite.inf to C1000_ThermalCycler.inf
;
; Change device list names to C1000 Thermal Cycler and S1000 Thermal Cycler.
; Remove Flagship and Satellite references.
;
; Remove copy wdapi900.dll to the %windir%\System32 directory. File is not copied
; until the device is connected. This prevents application from running without
; device attached at least once.
; *****************************************************************************
;
; Version Information
; -------------------
[Version]
Signature="$CHICAGO$" ; Represents all Windows OS's
Provider=%jun%
; For WHQL, you should obtain a catalog signed by Microsoft Hardware Compatibility Labs
CatalogFile=c1000.cat
DriverVer=01/07/2013, 11.2.0
; Select an appropriate class for the device.
; There are several options:
; - Use the Jungo class.
; - Define your own class by generating a private GUID and a class description.
; - Use a system-defined class. This is required for a device that belongs to
; a device class that is supported by system-provided drivers, i.e. HID or USB Audio.
; For example, to replace a default USB mouse driver you have to specify the
; description and GUID of HID class:
; Class=HIDClass
; ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
;
; We use a Jungo class, you may modify here and use a different class:
Class=Jungo
ClassGuid={c671678c-82c1-43f3-d700-0049433e9a4b}
; Driver Information
; ------------------
[Manufacturer]
; You may modify the manufacturer name by changing the Mfg variable in the [Strings]
; section in this INF file.
%Mfg%=DeviceList,NTamd64
; The 'Install' lines under the [DeviceList] include the device name that will
; be displayed in the Device Managerand the hardware ID's.
; You may modify the device names and the hardware ID's.
; The Vendor ID is 0614, and the Product ID is 03fb
; x86 platform, Win9x, Windows 2000 and later
[DeviceList]
"C1000 Touch Thermal Cycler"=Install, USB\VID_0614&PID_057B
"C1000 Thermal Cycler"=Install, USB\VID_0614&PID_03FA
"CFX Connect Thermal Cycler"=Install, USB\VID_0614&PID_057D
"S1000 Thermal Cycler"=Install, USB\VID_0614&PID_03FB
"Bio-Rad Mini Cycler"=Install,USB\VID_4079&PID_0221
"Bio-Rad Mini Optical Module"=Install,USB\VID_4079&PID_0222
"Bio-Rad Mini Cycler UnProgrammed"=Install,USB\VID_0547&PID_2131
"Bio-Rad Locust Thermal Module"=Install,USB\VID_0614&PID_1410
"Bio-Rad Locust Optics Module"=Install,USB\VID_0614&PID_1411
; x64 platform, Windows XP x64 edition and later
[DeviceList.NTamd64]
"C1000 Touch Thermal Cycler"=Install, USB\VID_0614&PID_057B
"C1000 Thermal Cycler"=Install, USB\VID_0614&PID_03FA
"CFX Connect Thermal Cycler"=Install, USB\VID_0614&PID_057D
"S1000 Thermal Cycler"=Install, USB\VID_0614&PID_03FB
"Bio-Rad Mini Cycler"=Install,USB\VID_4079&PID_0221
"Bio-Rad Mini Optical Module"=Install,USB\VID_4079&PID_0222
"Bio-Rad Mini Cycler UnProgrammed"=Install,USB\VID_0547&PID_2131
"Bio-Rad Locust Thermal Module"=Install,USB\VID_0614&PID_1410
"Bio-Rad Locust Optics Module"=Install,USB\VID_0614&PID_1411
; Installation Section
; --------------------
[Install.NT] ; Installation script for Windows 2000 and later
CopyFiles=FilesToCopy
AddReg=UpDateRegistry
[FilesToCopy]
; To copy windrvr6.sys upon installation remove the ';' from the start of the following line
;windrvr6.sys ,,,0x40 ; 0x40 == COPYFLG_OVERWRITE_OLDER_ONLY
[ClassInstall32] ; Register a new class in Windows 2000 and later
AddReg=UpDateRegistry
[UpDateRegistry]
HKR,,,,Jungo
HKR,,Icon,,-5
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,, windrvr6.sys
[ControlFlags]
ExcludeFromSelect = * ; Remove all devices listed in this INF file from certain user
; interface displays, from which a user is expected to select a particular device
; for installation.
[PreCopySection]
HKR,,NoSetupUI,,1
; Defining WinDriver6 Service
; ---------------------------
[Install.NT.Services]
Addservice=WinDriver6, 0x00000002, Service_Info
[Service_Info]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\windrvr6.sys
; Source File Information
; -----------------------
[SourceDisksFiles]
;windrvr6.sys=1 ; This indicates that the windrvr6.sys file is located on
; disk number 1 of "Bio-Rad Laboratories Installation disks" set.
;wdapi900.dll=1
[SourceDisksNames]
1="Bio-Rad Laboratories Installation Disk",, ; This indicates that disk number 1
; has the label "Bio-Rad Laboratories Installation Disk". The installer will
; search for windrvr6.sys in this disk.
[DestinationDirs]
;DefaultDestDir=10, System32\Drivers ; The location to which the windrvr6.sys
; file will be copied (10 translates to the correct Windows directory
; on the target machine).
;---------------------------------------------------------------;
[Strings]
jun="Jungo LTD."
Mfg="Bio-Rad Laboratories"

View File

@@ -0,0 +1,10 @@
@ECHO OFF
attrib -r ..\..\..\bioradEV*.dll
attrib -r ..\..\..\bioradMini*.dll
attrib -r ..\..\..\bioradSi*.dll
Copy BioRad*.dll ..\..\..
attrib -r ..\..\..\wdapi*.dll
Copy wdapi*.dll ..\..\..
copy InstallType.txt ..

View File

@@ -0,0 +1,7 @@
Copy BioRad*.dll ..\..\..
attrib -r ..\..\..\wdapi*.dll
Copy wdapi*.dll ..\..\..
call register.bat %1

View File

@@ -0,0 +1 @@
32-Bit

View File

@@ -0,0 +1,15 @@
if "%~1"=="" goto nolog
echo Registration with log
mkdir "%~1"
wdreg_GUI -inf windrvr6.inf -log "%~1\windrv6_32.txt" -silent install
wdreg_GUI -inf C1000_ThermalCycler.inf -log "%~1\C1000_ThermalCycler_32.txt" -silent install
goto done
:nolog
echo Registration with no log
wdreg_GUI -inf windrvr6.inf -silent install
wdreg_GUI -inf C1000_ThermalCycler.inf -silent install
:done

View File

@@ -0,0 +1,6 @@
wdreg -inf windrvr6.inf uninstall
wdreg -inf C1000_ThermalCycler.inf uninstall
pause

View File

@@ -0,0 +1,84 @@
;
; Jungo Confidential. Copyright (c) 2013 Jungo Ltd. http://www.jungo.com
;
; Installs windrvr6.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.
; For WHQL, you should obtain a catalog signed by Microsoft Hardware Compatibility Labs
CatalogFile=wd1120.cat
DriverVer=01/07/2013, 11.2.0
[Manufacturer]
%MFGNAME%=DeviceList,NTamd64
[DestinationDirs]
DefaultDestDir=10,System32\Drivers
[SourceDisksFiles]
windrvr6.sys=1
[SourceDisksNames]
1=%INSTDISK%,,,.
;Delete the above line and uncomment the next line for WHQL
;1 = %INSTDISK%,windrvr6.cat,,
; x86 platform, Win9x, Windows 2000 and later
[DeviceList]
%DESCRIPTION%=DriverInstall,*WINDRVR6
; x64 platform, Windows XP x64 edition and later
[DeviceList.NTamd64]
%DESCRIPTION%=DriverInstall,*WINDRVR6
[ClassInstall32] ; Register a new class in Windows 2000 and later
AddReg=UpdateRegistry
[UpdateRegistry]
HKR,,,,Jungo
HKR,,Icon,,-5
;------------------------------------------------------------------------------
; Windows 2000 and later Sections (x86 and x64 platforms)
;------------------------------------------------------------------------------
[DriverInstall.NT]
CopyFiles=DriverCopyFiles
[DriverCopyFiles]
windrvr6.sys,,,0x22 ; COPYFLG_NOSKIP | COPYFLG_NO_VERSION_DIALOG
[DriverInstall.NT.Services]
AddService=WinDriver6,2,DriverService
[DriverService]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary=%10%\system32\drivers\windrvr6.sys
AddReg = windrvr6.AddReg
[windrvr6.AddReg]
;Set the value below to 1 to enable legacy read/write of PCI configuration space
HKR, Parameters, PciCfgRwCompat, 0x00010001, 0
[DriverInstall.NT.hw]
AddReg=DriverHwAddReg
[DriverHwAddReg]
HKR,,SampleInfo,,""
;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
[Strings]
MFGNAME="Jungo"
INSTDISK="Jungo Installation Disc"
DESCRIPTION="WinDriver"

View File

@@ -0,0 +1,170 @@
; Jungo Confidential. Copyright (c) 2010 Jungo. http://www.jungo.com
; Generated by DriverWizard v10.10.
; Installation file (.inf) for "C1000 Flagship" device
; Installation file (.inf) for "S1000 Satellite" device
; Installation file (.inf) for "Mini Cycler" device
; Copyright (c) 2010 Bio-Rad Laboratories
;
;
; Refer to Windows DDK documentation for more information on INF files
******************** Modified 2 Sept 2011 CLusher **************************
; Added cypress unprogrammed vid/pid to the jungo list of devices
******************** Modified 28 Mar 2011 STaran **************************
; Changed name to CFX Connect Thermal Cycler
;******************** Modified 29 Dec 2010 STaran **************************
; Added new CFX2 Thermal Cycler
;******************** Modified 8 Nov 2010 CLusher **************************
; Jungo 10.21
; ****************************************************************************
; ******************** Modified 8 July 2010 STaran **************************
; Updated CatalogFile to reference new Jungo version 10.20
; ****************************************************************************
; ******************** Modified 8 July 2010 CLusher **************************
; added c1000 touch vid/pid
; ****************************************************************************
; ******************** Modified 12 Jan 2010 CLusher **************************
; Updated to Jungo 10.1
; Removed Win98/ME Install lines
; ****************************************************************************
; ******************** Modified 24 Jul 2007 MRegalia *************************
; Removed windrvr6.sys from FilesToCopy section and added wdapi900.dll to be
; copied to the %windir%\System32 directory.
;
; Removed windrvr6.sys from the SourceDisksFiles section and added wdapi900.dll
;
; Removed DefaultDestDir=10 reference.
; *****************************************************************************
; ******************** Modified 25 Jul 2007 MRegalia **************************
; Changed inf file name from BR_Satellite.inf to C1000_ThermalCycler.inf
;
; Change device list names to C1000 Thermal Cycler and S1000 Thermal Cycler.
; Remove Flagship and Satellite references.
;
; Remove copy wdapi900.dll to the %windir%\System32 directory. File is not copied
; until the device is connected. This prevents application from running without
; device attached at least once.
; *****************************************************************************
;
; Version Information
; -------------------
[Version]
Signature="$CHICAGO$" ; Represents all Windows OS's
Provider=%jun%
; For WHQL, you should obtain a catalog signed by Microsoft Hardware Compatibility Labs
CatalogFile=c1000.cat
DriverVer=01/07/2013, 11.2.0
; Select an appropriate class for the device.
; There are several options:
; - Use the Jungo class.
; - Define your own class by generating a private GUID and a class description.
; - Use a system-defined class. This is required for a device that belongs to
; a device class that is supported by system-provided drivers, i.e. HID or USB Audio.
; For example, to replace a default USB mouse driver you have to specify the
; description and GUID of HID class:
; Class=HIDClass
; ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
;
; We use a Jungo class, you may modify here and use a different class:
Class=Jungo
ClassGuid={c671678c-82c1-43f3-d700-0049433e9a4b}
; Driver Information
; ------------------
[Manufacturer]
; You may modify the manufacturer name by changing the Mfg variable in the [Strings]
; section in this INF file.
%Mfg%=DeviceList,NTamd64
; The 'Install' lines under the [DeviceList] include the device name that will
; be displayed in the Device Managerand the hardware ID's.
; You may modify the device names and the hardware ID's.
; The Vendor ID is 0614, and the Product ID is 03fb
; x86 platform, Win9x, Windows 2000 and later
[DeviceList]
"C1000 Touch Thermal Cycler"=Install, USB\VID_0614&PID_057B
"C1000 Thermal Cycler"=Install, USB\VID_0614&PID_03FA
"CFX Connect Thermal Cycler"=Install, USB\VID_0614&PID_057D
"S1000 Thermal Cycler"=Install, USB\VID_0614&PID_03FB
"Bio-Rad Mini Cycler"=Install,USB\VID_4079&PID_0221
"Bio-Rad Mini Optical Module"=Install,USB\VID_4079&PID_0222
"Bio-Rad Mini Cycler UnProgrammed"=Install,USB\VID_0547&PID_2131
"Bio-Rad Locust Thermal Module"=Install,USB\VID_0614&PID_1410
"Bio-Rad Locust Optics Module"=Install,USB\VID_0614&PID_1411
; x64 platform, Windows XP x64 edition and later
[DeviceList.NTamd64]
"C1000 Touch Thermal Cycler"=Install, USB\VID_0614&PID_057B
"C1000 Thermal Cycler"=Install, USB\VID_0614&PID_03FA
"CFX Connect Thermal Cycler"=Install, USB\VID_0614&PID_057D
"S1000 Thermal Cycler"=Install, USB\VID_0614&PID_03FB
"Bio-Rad Mini Cycler"=Install,USB\VID_4079&PID_0221
"Bio-Rad Mini Optical Module"=Install,USB\VID_4079&PID_0222
"Bio-Rad Mini Cycler UnProgrammed"=Install,USB\VID_0547&PID_2131
"Bio-Rad Locust Thermal Module"=Install,USB\VID_0614&PID_1410
"Bio-Rad Locust Optics Module"=Install,USB\VID_0614&PID_1411
; Installation Section
; --------------------
[Install.NT] ; Installation script for Windows 2000 and later
CopyFiles=FilesToCopy
AddReg=UpDateRegistry
[FilesToCopy]
; To copy windrvr6.sys upon installation remove the ';' from the start of the following line
;windrvr6.sys ,,,0x40 ; 0x40 == COPYFLG_OVERWRITE_OLDER_ONLY
[ClassInstall32] ; Register a new class in Windows 2000 and later
AddReg=UpDateRegistry
[UpDateRegistry]
HKR,,,,Jungo
HKR,,Icon,,-5
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,, windrvr6.sys
[ControlFlags]
ExcludeFromSelect = * ; Remove all devices listed in this INF file from certain user
; interface displays, from which a user is expected to select a particular device
; for installation.
[PreCopySection]
HKR,,NoSetupUI,,1
; Defining WinDriver6 Service
; ---------------------------
[Install.NT.Services]
Addservice=WinDriver6, 0x00000002, Service_Info
[Service_Info]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\windrvr6.sys
; Source File Information
; -----------------------
[SourceDisksFiles]
;windrvr6.sys=1 ; This indicates that the windrvr6.sys file is located on
; disk number 1 of "Bio-Rad Laboratories Installation disks" set.
;wdapi900.dll=1
[SourceDisksNames]
1="Bio-Rad Laboratories Installation Disk",, ; This indicates that disk number 1
; has the label "Bio-Rad Laboratories Installation Disk". The installer will
; search for windrvr6.sys in this disk.
[DestinationDirs]
;DefaultDestDir=10, System32\Drivers ; The location to which the windrvr6.sys
; file will be copied (10 translates to the correct Windows directory
; on the target machine).
;---------------------------------------------------------------;
[Strings]
jun="Jungo LTD."
Mfg="Bio-Rad Laboratories"

View File

@@ -0,0 +1,10 @@
@ECHO OFF
attrib -r ..\..\..\bioradEV*.dll
attrib -r ..\..\..\bioradMini*.dll
attrib -r ..\..\..\bioradSi*.dll
Copy BioRad*.dll ..\..\..
attrib -r ..\..\..\wdapi*.dll
Copy wdapi*.dll ..\..\..
copy InstallType.txt ..

View File

@@ -0,0 +1,7 @@
Copy BioRad*.dll ..\..\..
attrib -r ..\..\..\wdapi*.dll
Copy wdapi*.dll ..\..\..
call register.bat %1

View File

@@ -0,0 +1 @@
64-Bit

View File

@@ -0,0 +1,15 @@
if "%~1"=="" goto nolog
echo Registration with log
mkdir "%~1"
wdreg_GUI -inf windrvr6.inf -log "%~1\windrv6_64.txt" -silent install
wdreg_GUI -inf C1000_ThermalCycler.inf -log "%~1\C1000_ThermalCycler_64.txt" -silent install
goto done
:nolog
echo Registration with no log
wdreg_GUI -inf windrvr6.inf -silent install
wdreg_GUI -inf C1000_ThermalCycler.inf -silent install
:done

View File

@@ -0,0 +1,6 @@
wdreg -inf windrvr6.inf uninstall
wdreg -inf C1000_ThermalCycler.inf uninstall
pause

View File

@@ -0,0 +1,84 @@
;
; Jungo Confidential. Copyright (c) 2013 Jungo Ltd. http://www.jungo.com
;
; Installs windrvr6.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.
; For WHQL, you should obtain a catalog signed by Microsoft Hardware Compatibility Labs
CatalogFile=wd1120.cat
DriverVer=01/07/2013, 11.2.0
[Manufacturer]
%MFGNAME%=DeviceList,NTamd64
[DestinationDirs]
DefaultDestDir=10,System32\Drivers
[SourceDisksFiles]
windrvr6.sys=1
[SourceDisksNames]
1=%INSTDISK%,,,.
;Delete the above line and uncomment the next line for WHQL
;1 = %INSTDISK%,windrvr6.cat,,
; x86 platform, Win9x, Windows 2000 and later
[DeviceList]
%DESCRIPTION%=DriverInstall,*WINDRVR6
; x64 platform, Windows XP x64 edition and later
[DeviceList.NTamd64]
%DESCRIPTION%=DriverInstall,*WINDRVR6
[ClassInstall32] ; Register a new class in Windows 2000 and later
AddReg=UpdateRegistry
[UpdateRegistry]
HKR,,,,Jungo
HKR,,Icon,,-5
;------------------------------------------------------------------------------
; Windows 2000 and later Sections (x86 and x64 platforms)
;------------------------------------------------------------------------------
[DriverInstall.NT]
CopyFiles=DriverCopyFiles
[DriverCopyFiles]
windrvr6.sys,,,0x22 ; COPYFLG_NOSKIP | COPYFLG_NO_VERSION_DIALOG
[DriverInstall.NT.Services]
AddService=WinDriver6,2,DriverService
[DriverService]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary=%10%\system32\drivers\windrvr6.sys
AddReg = windrvr6.AddReg
[windrvr6.AddReg]
;Set the value below to 1 to enable legacy read/write of PCI configuration space
HKR, Parameters, PciCfgRwCompat, 0x00010001, 0
[DriverInstall.NT.hw]
AddReg=DriverHwAddReg
[DriverHwAddReg]
HKR,,SampleInfo,,""
;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
[Strings]
MFGNAME="Jungo"
INSTDISK="Jungo Installation Disc"
DESCRIPTION="WinDriver"