diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-02 20:45:53 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-02 20:45:53 +0000 |
commit | 1948247a57042a397e4d30c593d3c19e495436c5 (patch) | |
tree | a54c204728163d22ca9907a6be2babd2f9d9011c /tools | |
parent | 7236515586bd761e376a766c3e1d8522ad786a2d (diff) |
- vcredists are also downloaded
git-svn-id: http://svn.miranda-ng.org/main/trunk@5906 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools')
-rw-r--r-- | tools/installer_ng/InnoNG_32/Installer/vcredist_x86.exe | bin | 4995416 -> 0 bytes | |||
-rw-r--r-- | tools/installer_ng/InnoNG_64/Installer/vcredist_x64.exe | bin | 5673816 -> 0 bytes | |||
-rw-r--r-- | tools/installer_ng/make.bat | 4 |
3 files changed, 4 insertions, 0 deletions
diff --git a/tools/installer_ng/InnoNG_32/Installer/vcredist_x86.exe b/tools/installer_ng/InnoNG_32/Installer/vcredist_x86.exe Binary files differdeleted file mode 100644 index d81f3f5ab9..0000000000 --- a/tools/installer_ng/InnoNG_32/Installer/vcredist_x86.exe +++ /dev/null diff --git a/tools/installer_ng/InnoNG_64/Installer/vcredist_x64.exe b/tools/installer_ng/InnoNG_64/Installer/vcredist_x64.exe Binary files differdeleted file mode 100644 index 834133f8b6..0000000000 --- a/tools/installer_ng/InnoNG_64/Installer/vcredist_x64.exe +++ /dev/null diff --git a/tools/installer_ng/make.bat b/tools/installer_ng/make.bat index af1d98dcf9..719db295cd 100644 --- a/tools/installer_ng/make.bat +++ b/tools/installer_ng/make.bat @@ -1,3 +1,4 @@ +@echo off
rem Download
mkdir tmp
wget -O tmp\miranda-ng-alpha-latest.7z http://miranda-ng.org/distr/miranda-ng-alpha-latest.7z
@@ -10,6 +11,8 @@ wget -O tmp\langpack_czech.zip http://miranda-ng.org/x32/langpack_czech.zip wget -O tmp\langpack_german.zip http://miranda-ng.org/x32/langpack_german.zip
wget -O tmp\langpack_polish.zip http://miranda-ng.org/x32/langpack_polish.zip
wget -O tmp\langpack_russian.zip http://miranda-ng.org/x32/langpack_russian.zip
+wget -O InnoNG_32\Installer\vcredist_x86.exe http://download.microsoft.com/download/C/6/D/C6D0FD4E-9E53-4897-9B91-836EBA2AACD3/vcredist_x86.exe
+wget -O InnoNG_64\Installer\vcredist_x64.exe http://download.microsoft.com/download/A/8/0/A80747C3-41BD-45DF-B505-E9710D2744E0/vcredist_x64.exe
rem end
rem Extract
@@ -30,6 +33,7 @@ rem end rem Cleanup
rd /S /Q tmp
+del /F /S /Q vcredist*.exe
pushd InnoNG_32\Files
rd /S /Q Core
|