Versions Compared
Version | Old Version 1 | New Version 2 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
If it is necessary to exchange a CIFX card, because of a hardware defect, the new card will not work until it is added to the
driver configuration by selecting a firmware and a configuration which should be downloaded to the hardware.
It is the task of the CIFX Windows driver to re-load a CIFX card with their specified firmware and configuration after a hardware reset
or power-up sequence. Therefore the driver has to know which cards are are available, which files must be loaded to the hardware and
the files must be available (stored) in the file system.
Driver Configuration Settings
The driver has to make sure to always load the correct firmware and configuration files to the hardware.
Therefore he has to be able to uniquliy identify the CIFX cards.CIFX cards can be needs to be be identifyable The unique CIFX card identification
Setting-up CIFX card with a firmware and configuration file
This can be done in different ways.
- CIFX Setup Program
This program comes with the CIFX driver (installed in the control panel of WIndows) and allows to asigne a the firmware file and configuration files for the hardware - SYCON.net
Offers a firmware and configuration download to a specific CIFX card
In both cases, the necessary entries for the driver are generated in the registry entries of the driver and the files are automatically stored in the installation directory
of the driver (".\Program Files\cifX Device Driver").
This can be done by either using the "cifX Driver Setup.exe" or one of the available MSI files.
Info |
---|
MSI files are intended to be integrated into customer specific installation programs. |
Note: MSI files are intended to be integrated into customer specific installation programs.
The prefered methode to install the Windows driver is to always use the "cifX Driver Setup.exe" program.
Calling "cifX Driver Setup.exe" for unattended installation:
- "cifX Driver Setup.exe" / quiet
Calling "cifX Device Driver X64.msi" or "cifX Device Driver X32.msi" for unattended installation
- msiexec /i <MSI file name>.msi /quiet
Info |
---|
Windows may show an UAC (User Account Controll) dialog when installing a driver. |
It is possible to temporarily deactivate the UAC but must be done somewhere else.