=====================
=====================
==   Cherry JPOS   ==
=====================
=====================


To perform the installation the version 3.0 (or later) of Windows Installer must be installed on the machine.

You must have administrator rights to run this installation ( RunAs is possible).

( the command line options "/I", "/l", "/q", "/x" are common Windows Installer command line options)
( the properties "INSTALLDIR" and "ADDLOCAL" are common WIndows Installer properties.)


Silent install:
==============
msiexec /I "c:\temp\jpos.msi" INSTALLDIR="c:\Programme\cherry" CANCEL_REBOOT=1 ADDLOCAL=... /lie c:\log.txt /q

Silent uninstall:
================
msiexec /x{1477F369-E3B5-48FA-AFDB-1F4191F2CF6B} CANCEL_REBOOT=1 /lie c:\log.txt /q


"c:\temp\jpos.msi" : installation package with complete path (after the command line option "/I")

INSTALLDIR="c:\Programme\cherry", only necessary, if you want change the default InstallDir "%ProgramFiles%\Cherry"

CANCEL_REBOOT=1, Reboot is suppressed at the end of installation. But normally the installed driver files will be active only after Reboot. If you don't use this option, normally a Reboot is scheduled at the end of installation.

ADDLOCAL:
If you want to determine, what features are installed, you should first run the Setup with User Interface.
While doing so, you should select the desired features and create a logfiles( e.g. with the command line option "/lv* c:\log.txt").
After installation you can find the Property "ADDLOCAL" in the logfile ( c:\log.txt ) with the assigned features.
Later if you run the silent installation you can set the command line option ADDLOCAL with the desired features 
(e.g. ADDLOCAL=JPOS,Libraries,Configuration_File,XML_Parser). If you want to install all features, please use ADDLOCAL=ALL. If you don't use the property ADDLOCAL in the command line, a typical installation is performed. 

By default PS2- and USB-driver files are installed. You can skip the installation of the PS2 driver file by using the option "SKIPINTERFACE=PS2". You can skip the installation of the USB driver file by using the option "SKIPINTERFACE=USB".



If the setup includes driver files, which are not certificated by Microsoft: To avoid dialogs on the screen, you have to set the follwing registry value: 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]
  "Policy"=hex:00,00,00,00
