Skip to main content

Is there any way to do a silent installation of extend9 with "acucobol -gt runtime" pre-selected ? I can see that this installation is an MSI installation, and I can get out a verbose log, but I can't even overwrite INSTALLDIR.


#extend-9

Is there any way to do a silent installation of extend9 with "acucobol -gt runtime" pre-selected ? I can see that this installation is an MSI installation, and I can get out a verbose log, but I can't even overwrite INSTALLDIR.


#extend-9

Try the following command for example with 9.2.5:

msiexec /i "extend(R) Version 9.2.5.msi" /qn INSTALLDIR=C:\\myInstallDir ADDLOCAL=Runtime

This should only install the Runtime into a directory called C:\\myInstallDir so the runtime would be in:

C:\\myInstallDir\\AcuGT\\bin