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

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

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


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

    SetupCR64.exe                 The setup program for Windows x64 platform.
    UinstCR64.exe                 The uninstall program for Windows x64 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}
setupcr64.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}
uinstcr64.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:\>setupcr64 -d C:\DIRPATH

    2.REMOVE

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

      C:\>uinstcr64


Notice:

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

