                       README file for HID OK 5326 DFR Setup
					   Driver Installation Package Version 1.0.0.9
                       Copyright (c) 2012 HID Global Corporation

This document describes the release notes of the driver setup
=============================================================


General
*******

This program installs or uninstalls the drivers for HID OK 5326 DFR Reader.
If the driver is not installed the program installs it.
Otherwise the program will remove the driver.
The installation of the driver is done by Plug and Play.
For windows all NT based you must have administration rights.

Install
*******

To install the driver type the following line on a console window :

HID_OK_5326DFR_xxxx.exe


Uninstall
*********

To uninstall the driver type the following line on a console window :

HID_OK_5326DFR_xxxx.exe /x

FAQ
***

Q: How can I do a silent installation ?
A: For an installation start the setup with 

   HID_OK_5326DFR_xxxx.exe /s /V"/qn /norestart"

   and for an uninstallation use the command

   HID_OK_5326DFR_xxxx.exe /x /s /V"/qn /norestart"
   
   Further details can be found there
   http://support.installshield.com/kb/view.asp?articleid=Q105473
   http://msdn.microsoft.com/en-us/library/aa372024.aspx

Q: I encounter an error during the installation. What can I do ?
A: Create a logfile. You can do this by submitting the following command

   HID_OK_5326DFR_xxxx.exe /s /V"/Lv* YourDriveName:\YourLogFileName.txt"

   and send YourLogFileName.txt to

   eusupport@hidglobal.com

Q: How can I check the installation state?
A: You can use an the function MsiQueryProductState from the installer library
   MSI.dll please see: http://msdn2.microsoft.com/en-us/library/aa370363.aspx
   for details.
   Product Code for x86 Version:
   {BB03A60A-0381-4186-A289-EB988F70F784}
   
   Product Code for x64 Version:
   {4E5AE86A-1883-4297-BF37-E3DF54170419}
