2022.2

Table Of Contents
InstallationPropertiesfile
ThebasicrulesfortheinstallProperties.inifileare:
l
CommentLinesstartwiththesemi-coloncharacter';'
Example:; The options to configure an external database
l
ThepropertiesarelistedinKey = Valuepairformat.
Example:product.ServerExtension = false
l
Quotesareusedforpathstrings,butnotforotherstringtypes
Example:path = "c:\Program Files\Objectif Lune\OL Connect"
l
Propertyvaluesarecaseinsensitive
Theinstallationsettingsfallintothreedistinctcategories:
l
"[Logging]"belowforsettingtheinstallationloggingoptions.
l
"[Installation]"onthenextpageforselectingwhatgetsinstalled.
l
"[Uninstall]"onpage39handlespropertiesrelatedtoproductUninstallation.Thesealsoimpact
Maintenancemode.
[Logging]
ThissectionhandlesSilent Installerloggingoptions.
TheloggingKeypairsareasfollows:
l
verbose:Boolean(Default:false)
Abasiclogisalwayscreatedbytheinstaller,withorwithouttheverboseoption.Theverbose
optionismoresuitablefordebuggingpurpose.
Ifsettotrue,thenaverboselogfileiscreatedintheloggingpathspecifiedintheINIfile.
IfnologgingpathisspecifiedintheINIfile,thenthedefaultoneisused.
Ifsettofalse,standardloggingisdone.
l
path:String(Default:%PROGRAMDATA%\Objectif Lune\Installation Logs)
Setsthefoldertowhichtheinstallationlogwillbewritten.
Onlythelogfoldershouldbespecifiedhere,notthelogfilename.
Note: Thelogfilename'sformatissetautomaticallyandusestheformatInstaller-YYYY-
MM-DD-####.#.#.log,where:
l
YYYY-MM-DD=Thedatethelogwascreated
l
####.#.#=ThePrintShopMailConnectversionnumber
Thefilenameforamaintenanceinstallationbeginswith"Maintenance"ratherthan
Page 36