**
**
**  Windows Card Reader driver setup tools (x86)
**
**  v1.01   Jul. 2008
**
**

Introduction:
=============

    This document shows how to use the Windows Card Reader driver setup tools. 
The setup tools run under Windows 2K/XP/Vista x86 platforms respectively. 
You may use the setup tools to install/update/remove card reader driver.


Structure of the directory:
=============================

    SetupCR.exe                   The setup program for Windows x86 platform.
    UinstCR.exe                   The uninstall program for Windows x86 platform.		   


Usage:
======

    The Windows setup program will search the information file automatically, 
and then automatically install/update driver according to the information file. 
The information file search paths are current directory, upper directory and 
root directory by order.


Command line usage
==================

Usage:

{Install/Update}
setupcr.exe [option]
option:
        -?                      This help.
        -i                      Install/update driver (could be omitted).
        -a                      Install/update driver before plugging adapter.
                                Equal to "-i" if adapter had plugged already.
        -p                      Disable progress bar while install/update driver.
        -d [Source Dir]         Specify directory containing all driver files.
                                (If no source directory is specified, the setup 
                                program will automatically search the driver 
                                from current directory, upper directory and 
                                upper 2 layers directory)
        -s                      Do not show Session Complete dialog.

{Remove}
uinstcr.exe [option]
option:
        -?                      This help.
        -s                      Do not show Session Complete dialog.


Examples:

    1.INSTALL or UPDATE
      If you placed the driver files on C:\DIRPATH, the following instruction will 
      only install/update card reader driver specified in the driver inf file.

      C:\>setupcr -d C:\DIRPATH

    2.REMOVE

      The following instruction will remove all card reader drivers from the system.

      C:\>uinstcr


Notice:

    1.It's recommended to close all running applications during the driver installation 
      process.

