diff --git a/MetaTraderApi_2015.sln b/MetaTraderApi_2015.sln
index 98fbc812..d8351e85 100644
--- a/MetaTraderApi_2015.sln
+++ b/MetaTraderApi_2015.sln
@@ -42,6 +42,11 @@ Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "MtApi5Bootstrapper", "MtApi
{A9ED070F-AB4D-4380-9DDE-5D931AC71333} = {A9ED070F-AB4D-4380-9DDE-5D931AC71333}
EndProjectSection
EndProject
+Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "MtApiBootstrapper", "MtApiBootstrapper\MtApiBootstrapper.wixproj", "{8E63046B-56E5-4623-8808-558AD72A8F2B}"
+ ProjectSection(ProjectDependencies) = postProject
+ {78B94552-DB17-40EC-B7C6-23D32DB85DC1} = {78B94552-DB17-40EC-B7C6-23D32DB85DC1}
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -215,6 +220,18 @@ Global
{1497E285-C228-490B-9638-565E118548FB}.Release|x64.ActiveCfg = Release|x64
{1497E285-C228-490B-9638-565E118548FB}.Release|x86.ActiveCfg = Release|x86
{1497E285-C228-490B-9638-565E118548FB}.Release|x86.Build.0 = Release|x86
+ {8E63046B-56E5-4623-8808-558AD72A8F2B}.Debug|Any CPU.ActiveCfg = Debug|x86
+ {8E63046B-56E5-4623-8808-558AD72A8F2B}.Debug|Win32.ActiveCfg = Debug|x86
+ {8E63046B-56E5-4623-8808-558AD72A8F2B}.Debug|Win32.Build.0 = Debug|x86
+ {8E63046B-56E5-4623-8808-558AD72A8F2B}.Debug|x64.ActiveCfg = Debug|x86
+ {8E63046B-56E5-4623-8808-558AD72A8F2B}.Debug|x86.ActiveCfg = Debug|x86
+ {8E63046B-56E5-4623-8808-558AD72A8F2B}.Debug|x86.Build.0 = Debug|x86
+ {8E63046B-56E5-4623-8808-558AD72A8F2B}.Release|Any CPU.ActiveCfg = Release|x86
+ {8E63046B-56E5-4623-8808-558AD72A8F2B}.Release|Win32.ActiveCfg = Release|x86
+ {8E63046B-56E5-4623-8808-558AD72A8F2B}.Release|Win32.Build.0 = Release|x86
+ {8E63046B-56E5-4623-8808-558AD72A8F2B}.Release|x64.ActiveCfg = Release|x86
+ {8E63046B-56E5-4623-8808-558AD72A8F2B}.Release|x86.ActiveCfg = Release|x86
+ {8E63046B-56E5-4623-8808-558AD72A8F2B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/MtApiBootstrapper/Bundle.wxs b/MtApiBootstrapper/Bundle.wxs
new file mode 100755
index 00000000..5261fa70
--- /dev/null
+++ b/MtApiBootstrapper/Bundle.wxs
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MtApiBootstrapper/MtApiBootstrapper.wixproj b/MtApiBootstrapper/MtApiBootstrapper.wixproj
new file mode 100755
index 00000000..09d18c69
--- /dev/null
+++ b/MtApiBootstrapper/MtApiBootstrapper.wixproj
@@ -0,0 +1,41 @@
+
+
+
+ Debug
+ x86
+ 3.10
+ 8e63046b-56e5-4623-8808-558ad72a8f2b
+ 2.0
+ MtApi_Setup
+ Bundle
+ $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets
+ $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets
+
+
+ ..\build\installers\$(Configuration)\
+ obj\$(Configuration)\
+ Debug
+
+
+ ..\build\installers\$(Configuration)\
+ obj\$(Configuration)\
+
+
+
+
+
+
+ $(WixExtDir)\WixBalExtension.dll
+ WixBalExtension
+
+
+
+
+
\ No newline at end of file
diff --git a/MtApiInstaller/MtApiInstaller.wixproj b/MtApiInstaller/MtApiInstaller.wixproj
index ce0d2b2f..cc59a57a 100755
--- a/MtApiInstaller/MtApiInstaller.wixproj
+++ b/MtApiInstaller/MtApiInstaller.wixproj
@@ -6,7 +6,7 @@
3.6
{78b94552-db17-40ec-b7c6-23d32db85dc1}
2.0
- MtApiSetup
+ MtApiInstaller
Package
$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets
$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets