========================================================
				Overview
========================================================

Require level：
1.Administrator is required
--------------------------------------------------------------

Normal setup：
1.Double click "D300Kp_Windows_Driver_1.106.0.17_ENG.exe"
2.Choose full path that driver will be installed into
3.Following the instructions to continue setup
--------------------------------------------------------------

Silent setup
1.Run command prompt as administrator first
2.Execute "setup.bat" or "D300Kp_Windows_Driver_1.106.0.17_ENG.exe" in command prompt
3.If "setup.bat" is executed, make sure that "D300Kp_Windows_Driver_1.106.0.17_ENG.exe" is in the same directory.
4.Log will be created at destination location.
5.Log's name MUST BE "SetupLog.txt"
--------------------------------------------------------------

About setup.bat
1.Variable
	defaultDir - Parent directory
	defaultFolder - The folder that driver will be installed into
	destination - Full path that driver will be installed into
	extendCMD - Extend command
	logDir - Log's directory

2.Integrity Check
	Tool：certutil
	Algorithm：MD5
	Result：If files intact, "Corrupted file count" is zero
--------------------------------------------------------------

Other
Passing parameter：
/VERYSILENT 	silent setup
/DIR=		Full path that driver will be installed into
/LOGCONSOLE	Setup information will be shown in command prompt
DRIVER=		To defined driver program. All driver program will be installed if there is no "DRIVER=" parameter.
--------------------------------------------------------------

Example：
D300Kp_Windows_Driver_1.106.0.17_ENG.exe /verysilent /DIR="D:\test" /LOGCONSOLE /DRIVER="DASCOM DC-2300"


