Install – Mag-Filer uses basic Install Shield commands for installation. Below are a couple of examples.
Silent Install- this will install the program to the default program directory
C:\Program Files (x86)\MAG-FILER\2018
setup.exe /s /v/qn
Silent Install specifying the install location
setup.exe /s /v"/qn INSTALLDIR=C:\Magfiler\2018"
For more information on Install Shield commands see https://community.flexera.com/t5/InstallShield-Knowledge-Base/Installshield-Setup-exe-Command-Line-Parameters/ta-p/4270
If you want to create the database in a certain location, then you can just specify the new database with our command line tools. This will create the database and point the users .ini file to the new database. You can also pass in the database with each import.
MAGFILER.exe --Database="C:\Users\user\Documents\Mag-Filer\2018\Magdata2018.mdb"