=====================
=====================
== Cherry OPOS 5.x ==
=====================
=====================


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\opos.msi" INSTALLDIR="c:\Programme\cherry" CANCEL_REBOOT=1 ADDLOCAL=... OCX_CHERRY=1 OCX_MONROE=1 /lie c:\log.txt /q

Silent uninstall:
================
msiexec /x{8F337C39-0EE8-4210-AEF0-15649775D222} CANCEL_REBOOT=1 /lie c:\log.txt /q


"c:\temp\opos.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=OPOS,SO,SoLeCeRequired,SoLeSe,ScnSoLe,KbdSoLe,MsrSoLe). If you don't use the property ADDLOCAL in the command line, a typical installation is performed. If you want to install all features, please use ADDLOCAL=ALL.

By default the  Monroe Control Objects are installed, if the feature "Control Objects" was selected. If you want to install the Cherry Control Objects additionally, you should use the property OCX_CHERRY=1 in the command line. If you want to install the Cherry Control Objects only, you should set the command line option "OCX_MONROE=0".

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
