I want to install an application(FEKO) using the .msi file, and cant use the easier .exe installer. I am trying to installing it using the following command on cmd
C:\Feko_Installer>msiexec /i "C:\Feko_Installer\feko_distrib_x.y_win64.msi" /qb- /FEKO_TMPDIR="C:\Temp" /FEKO_SILENT="1" /ADDLOCAL="Default" /TARGET_IS_EM64T="1" /INSTALLDIR="C:\Program Files\FEKO\6.2"
When I try to execute this command I get the Windows Installer "usage" dialog window. Is there any thing I am doing wrong?