USE THE '.BAT' FILE FOR INSTALLATION IF POSSIBLE
EITHER USE
  FLEXCOP.BAT      for a FlexCop based card (SkyStar2)
  SAA7146A.BAT     for a SAA7146A based card ('budget' cards)


Possible command line parameters:

noform           -> 'silent' mode (no form with user input request)
xxxxxx.ini       -> INI file to use (without backslashes the EXE path is added)

Examples:
InstallDriver                 -> normal
InstallDriver test.ini        -> uses 'test.ini' for it's settings
InstallDriver noform          -> installation without the form
InstallDriver noform test.ini -> installation without the form using 'test.ini'

Note that default settings apply when nothing is specified (or incorrectly)


The INI file is layout as follows:
[Generic]
InfFile=       The INF file to use (including path if not in same directory
               as executable).
Device=        The device name (typically PCI\VEN_1131&DEV_7146).
Caption=       The caption text of the hardware installation menu.
               Typically "Hardware Installation" but might be different for
               other languages. Note that the caption is typically NOT case
               sensitive. Use quotes around text if spaces are to be included.
Keyboard=      The keyboard character to emulate when the hardware installation menu
               appears.

Both 'Caption=' and 'Keyboard=' are necessary to make the installation fully automatic.
Typically the hardware installation menu pops up when the driver is not digitally signed.
This is detected by means of the caption text (Caption=) and then the keyboard is
emulated (Keyboard=).

Note that default settings apply when nothing is specified (or incorrectly) in the INI file.

