
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi
sometimes MT4 update is failing on replacing "terminal.exe" (but successfully update metaeditor.exe file), I presume because the updater is closing the current terminal.exe before replacing files, and due to timing reasons the old "terminal.exe" file is still locked, preventing the update to replace this specific file.
I've found a solution to run the updater manualy using command line, which does not open "terminal.exe" first and so the file never get locked :
C:\Users\user\AppData\Roaming\MetaQuotes\WebInstall\mt4clw\terminal.exe /updateadmin "C:\Program Files\MetaTrader 4" /portable
This is using the portable switch.
Hope this could be usefull for other people with the same issue.