Updated MtApi5 installer to use new libraries ver 2.0.0

This commit is contained in:
Viacheslav Demydiuk
2024-03-03 22:24:58 +02:00
parent 35812084d5
commit 2d3e36ec8c
2 changed files with 25 additions and 21 deletions
+5 -19
View File
@@ -14,7 +14,7 @@
<?define ProductVersion=!(bind.FileVersion.MtApi5.dll) ?>
<?define Manufacturer="DW"?>
<?define ProductPath="..\build\products\$(var.Configuration)\"?>
<?define ProductPath="..\build\products\$(var.Configuration)\net8.0\"?>
<Product Id="*"
Name="$(var.ProductName) $(var.ProductVersion)"
@@ -49,9 +49,6 @@
<Directory Id="ExpertFolder" Name="Experts">
</Directory>
<Directory Id="GAC" Name="GAC">
</Directory>
</Directory>
</Directory>
@@ -80,17 +77,12 @@
</RegistryKey>
</Component>
<Component Id="NewtonsoftJsondll" Directory="INSTALLFOLDER">
<File Id="Newtonsoft.Json.dll" Name="Newtonsoft.Json.dll" KeyPath="yes"
src="$(var.ProductPath)Newtonsoft.Json.dll"/>
</Component>
<Component Id="MTApiServiceDll" Directory="INSTALLFOLDER">
<File Id="GAC_MTApiService.dll" Name="MTApiService.dll" KeyPath="yes"
src="$(var.ProductPath)MTApiService.dll"/>
<Component Id="MtClientDll" Directory="INSTALLFOLDER">
<File Id="MtClient.dll" Name="MtClient.dll" KeyPath="yes"
src="$(var.ProductPath)MtClient.dll"/>
</Component>
<Component Id="MtApi5Expert" Directory="ExpertFolder">
<File Id="MtApi5.ex5" Name="MtApi5.ex5" KeyPath="yes"
Source="..\mq5\MtApi5.ex5" />
@@ -114,12 +106,6 @@
</RegistryKey>
</Component>
<Component Id="MTApiServiceDllGAC" Guid="6CD24D64-7DA1-4015-A5B3-B17C2488998C" Directory="GAC">
<File Id="MTApiService.dll" Name="MTApiService.dll" KeyPath="yes"
src="$(var.ProductPath)MTApiService.dll" Checksum="yes"
Assembly=".net" AssemblyManifest="MTApiService.dll" Vital="yes" />
</Component>
<Component Id="MT5ConnectorDll" Directory="$(var.PlatformSystemFolder)">
<File Id="MT5Connector5.dll" Name="MT5Connector.dll" KeyPath="yes"
Source="$(var.ProductPathNative)MT5Connector.dll" />