From d96dc18ea3832421499be4c623dc643e676c29cc Mon Sep 17 00:00:00 2001 From: vdemydiuk Date: Thu, 6 Oct 2016 13:32:56 +0300 Subject: [PATCH] Issue #19: added comment about WIX Tools --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84fa0e34..c9ad094e 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ MTApiService is common engine communication project of the API for MT4 and MT5. MTApiService library should be placed in Windows GAC (Global Assembly Cache). Installers in the project will copied it to GAC automatically. # How to build solution -The project is supported by Visual Studio 2015. +The project is supported by Visual Studio 2015. It also requires WIX Tools (http://wixtoolset.org/). To build solution you need to update sign key file in MtApiService project: - open properties of MTApiService project; - go to tab Signing and select item MtApiKey.pfx; - input password "MtApiService". -To make api for MetaTrader4 use MtApiInstaller and for MetaTrader5 use MtApi5Installer. +To make api for MetaTrader4 use MtApiInstaller and for MetaTrader5 use MtApi5Installer. All installers will be placed in folder "[root]\build\installers\" and all *.dll files will be placed in "[root]\build\products\". MQL files have been build to ex4 and stored into folders "mq4" for MetaTrader and "mq5" for MetaTrader5. They are ready to using in terminals. If you change source code of MQL expert you have to recompile it with MetaEditor. In this case you need to copy files "hash.mqh" and "json.mqh" to MetaEditor include folder.