						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 with administrative privileges:

msiexec.exe /i HID_OK_5326DFR_xxxx.msi 


Uninstall
*********

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

msiexec.exe /x HID_OK_5326DFR_xxxx.msi 



FAQs
****


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

   msiexec.exe /i HID_OK_5326DFR_xxxx.msi /qn   

   and for an uninstallation use the command

   msiexec.exe /x HID_OK_5326DFR_xxxx.msi /qn


   Further details can be found at
   http://technet.microsoft.com/en-us/library/cc759262.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

   msiexec.exe /i HID_OK_5326DFR_xxxx.msi /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}
   
   
   
   