----------------------- Notes about the ELO TIFF Printer (GhostScript version) --------------------------

- Requirements

  Microsoft Windows 7 or newer is required.

  The ELO PS Converter is automatically installed when you run the setup. You need to be online to do this.
Alternatively, you can download and install the converter here: 
  http://gs.elo.com/PSconv/ELO_PS_Converter10.msi

  The printer calls up the ELO PS Converter after the print process. This tool generates the TIFF file from the Postscript file created by the printer.
 



- Print path

  The printer uses by default the directory %APPDATA%\ELO\ELOprint.
    If the registry entry "HKLM\Software\ELO Digital\TIFFPrinterGS\UseLocalAppdata" exists,
  the environment variable %LOCALAPPDATA% is used. The same registry entry in HKCU takes precedence.
   Keep in mind that the 32-bit branch of the registry is used for this, even on a 64-bit system.
(HKLM\Software\Wow6432Node\ELO Digital\TiffPrinterGS\UseLocalAppdata)
If 'UseLocalAppdata' is used, the registry entry for HKLM\Software\ELO Digital\Elo32.1\Options\Tiffprinter must be adjusted as well.
The ELO Java Client version 9.03.012.230 or later must be installed to resolve the environment variable.
  This setting can be added as a parameter during installation: USE_LOCALAPPDATA=1
  An additional registry entry MoveLocalAppdataToAppdata=1 moves the pdf file to the appdata directory, even if 
  the appdata directory is on another pc. 


  If the registry entry (REG_SZ) "HKCU\Software\ELO Digital\TiffPrinterGS\PrintPath" exists,
  this entry is used as the file path. Enter the path without a "\" at the end.
 
  The print file name is always "EloTiffPrint_<timestamp>.pdf".



- Print resolution

The number of pixels per inch in the TIFF file can be set via the registry entries (REG_SZ) HKLM\Software\ELO Digital\TiffPrinterGS\DpiBW and  HKLM\Software\ELO Digital\TiffPrinterGS\DpiColor.

 



- Log/debug file creation

  A log file is created if the registry entry 
  HKCU\Software\ELO Digital\TiffPrinterGS\Debug (string) is set to "1".
  The registry entry under HKLM creates the log file for all users. 
Keep in mind that the 32-bit branch of the registry is used for HKLM on 64-bit systems (HKLM\Software\Wow6432Node\ELO Digital\TiffPrinterGS\Debug).


  The log file is located at %APPDATA%\Elo\ELOTiffPrint.log");



- Instructions for silent installation 

  MsiExec /i "Elo Tiff Printer (GS).msi" /quiet
  MsiExec /i "Elo Ps Converter10.msi" /quiet

  Bitte beachten, dass MsiExec als Administrator aufgerufen wird. 

