mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-17 12:48:11 +00:00
Started MtApi (MT5) version 1.0.11
This commit is contained in:
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.10.0")]
|
[assembly: AssemblyVersion("1.0.11.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.10.0")]
|
[assembly: AssemblyFileVersion("1.0.11.0")]
|
||||||
|
|||||||
@@ -12,19 +12,19 @@
|
|||||||
<?define PlatformSystemFolder = "SystemFolder" ?>
|
<?define PlatformSystemFolder = "SystemFolder" ?>
|
||||||
<?endif ?>
|
<?endif ?>
|
||||||
|
|
||||||
<?define ProductVersion="1.0.10" ?>
|
<?define ProductVersion="1.0.11" ?>
|
||||||
<?define Manufacturer="DW"?>
|
<?define Manufacturer="DW"?>
|
||||||
<?define ProductPath="..\build\products\$(var.Configuration)\"?>
|
<?define ProductPath="..\build\products\$(var.Configuration)\"?>
|
||||||
|
|
||||||
<Product Id="*"
|
<Product Id="*"
|
||||||
Name="$(var.ProductName) $(var.ProductVersion)"
|
Name="$(var.ProductName) $(var.ProductVersion)"
|
||||||
Language="1033"
|
Language="1033"
|
||||||
Version="$(var.ProductVersion)"
|
Version="$(var.ProductVersion)"
|
||||||
Manufacturer="$(var.Manufacturer)"
|
Manufacturer="$(var.Manufacturer)"
|
||||||
UpgradeCode="d72d346e-e6f7-4c23-85c6-1c42b3175599">
|
UpgradeCode="d72d346e-e6f7-4c23-85c6-1c42b3175599">
|
||||||
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
|
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
|
||||||
|
|
||||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
|
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
|
||||||
<MediaTemplate EmbedCab="yes" />
|
<MediaTemplate EmbedCab="yes" />
|
||||||
|
|
||||||
<Feature Id="MtApi5" Title="$(var.ProductName)" Level="1">
|
<Feature Id="MtApi5" Title="$(var.ProductName)" Level="1">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<Property Id="WIXUI_INSTALLDIR">INSTALLFOLDER</Property>
|
<Property Id="WIXUI_INSTALLDIR">INSTALLFOLDER</Property>
|
||||||
<UIRef Id="WixUI_Mondo" />
|
<UIRef Id="WixUI_Mondo" />
|
||||||
</Product>
|
</Product>
|
||||||
|
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||||
|
|||||||
Reference in New Issue
Block a user