Page 1 of 1

Installation of additional applications

Posted: Wed Sep 21, 2016 11:22 am
by shaunnadan
hi

i have an application that requires a few additional packages. eg. mysql server community edition, mysql GUI tools, Crystal reports

what is the easiest way to install these at the end of the setup process.

some are EXE and others are MSI files

thanks...
Shaun

Re: Installation of additional applications

Posted: Mon Oct 17, 2016 2:05 pm
by Leo
Hi,

You can launch these files on page System \ Commands with flag "After Installation".

To install MSI file use this:
File: <SystemDir>\msiexec.exe
Command: /i "<InstallDir>\Filename.msi"