Is it possible to do a silent install of MetaTrader 5 via command-line/powershell?

 

Hey guys,

I was trying to set up a provision script for a server to run MetaTrader and I noticed I could do silent installs for some programs without calling their GUIs. Anaconda, a scientific python distribution, as an example, provides us:


Anaconda3-2.4.0-Windows-x86_64.exe /S /D=C:\Anaconda

  

So everything gets properly installed with default settings. I couldn't find  a way to do it with MetaTrader. No matter what, its installer always calls the MetaTrader UI, so I can't automate this process.

Is it possible to do so? If not, would it possible for it to be developed? 

Thanks in advance 

 
Maybe it is too late, but according to this, all you need to do is to add /auto switch.
Platform Installation - For Advanced Users - MetaTrader 5
Platform Installation - For Advanced Users - MetaTrader 5
  • www.metatrader5.com
The platform can run under Microsoft Windows 2008/7/8/10. A processor with SSE2 support (Pentium 4/Athlon 64 or higher) is also required. Other hardware requirements depend on specific platform use conditions — load from running MQL5 applications, number of active instruments and charts, etc.  The platform can be installed in the automated...