vdemydiuk / mtapi

MetaTrader API (terminal bridge)
http://mtapi4.net/
MIT License
514 stars 277 forks source link

Using Another Installer #194

Open wasimjee opened 4 years ago

wasimjee commented 4 years ago

Hi,

i am willing to use another customized installer.

And I will be using MT4

so what dlls to to used and to which location it should be installed.

i tried and was getting error for MTConnector.dll

can anyone please help me out

vdemydiuk commented 3 years ago

Installer of MtApi doing several steps during setup and two steps are very major for working API under MT terminal: 1) install MTConnector.dll into windows system folder. 2) install MTApiService.dll into Windows GAC. This assembly is signed.

Assembly MTConnector.dll depends on MTApiService.dll and can't be loaded without it.

You can make installer that will run MtApi's installer on the background (quite mode). This is normal practice for using 3-d party systems.

eabase commented 3 years ago

The installer provided DLL is wrong. See #221

eabase commented 3 years ago

There are 3 installers, not only 2 making us confused. 2 for MT5 and 1 for MT4 and they're not all found under latest releases.