2020-1

Table Of Contents
10 = General Error in Installer application (for reason see OL_Install_<timestamp>.log)
Sample batch file
@echo off
preinstall.exe
if errorlevel 10 goto err_installer
if errorlevel 2 goto err_unknown
if errorlevel 1 goto err_preinstall
echo Success
goto:eof
:err_installer
echo "Installer error - see OL_Install_<timestamp>.log"
goto:eof
:err_unknown
echo "Unknown preinstall error - see preinstall_err.log"
goto:eof
:err_preinstall
echo "Preinstall error - see preinstall_err.log"
goto:eof
Activating a License
PrintShop Mail Connect comes with a30 day trial license period during which time it is not
necessary to have a commercial license to run the application. This allows time for reviewing
the applications and for organizing a commercial license. If a modification to the trail license is
required, such as to allow an extension to the trial period, or for extra functionality, then a new
activation code will need to be requested.
Obtaining the PrintShop Mail Connect Magic Number
To obtain an activation file the OL™ Magic Number must first be retrieved. The Magic Number
is a machine-specific code that is generated based on the computer's hardware and software
using a top-secret Objectif Lune family recipe. Each physical computer or virtual computer has
a different Magic Number, and each requires a separate license file to be functional.
Page 44