diff --git a/scripts/windows/coco-dev-setup/batch/config/config.coco b/scripts/windows/coco-dev-setup/batch/config/config.coco index f8a9f6091..eba46b0f4 100755 --- a/scripts/windows/coco-dev-setup/batch/config/config.coco +++ b/scripts/windows/coco-dev-setup/batch/config/config.coco @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> <variables> - <version>1.1</version> + <version>1.2</version> <author>GlenDC</author> <copyright>CodeCombat.com � 2013-2014</copyright> <github_url>https://github.com/codecombat/codecombat.git</github_url> diff --git a/scripts/windows/coco-dev-setup/batch/config/downloads.coco b/scripts/windows/coco-dev-setup/batch/config/downloads.coco index b198d59a7..771189954 100755 --- a/scripts/windows/coco-dev-setup/batch/config/downloads.coco +++ b/scripts/windows/coco-dev-setup/batch/config/downloads.coco @@ -5,14 +5,18 @@ <nodejs>http://nodejs.org/dist/v0.10.25/node-v0.10.25-x86.msi</nodejs> <ruby>http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.0.0-p353.exe?direct</ruby> <python>http://s3.amazonaws.com/CodeCombatLargeFiles/python-32.msi</python> + <vs12redist>http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe</vs12redist> </b32> <b64> <nodejs>http://nodejs.org/dist/v0.10.25/x64/node-v0.10.25-x64.msi</nodejs> <ruby>http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.0.0-p353-x64.exe?direct</ruby> <python>http://s3.amazonaws.com/CodeCombatLargeFiles/python-64.msi</python> + <winsdk>http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/winsdk_web.exe</winsdk> + <vs12redist>http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe</vs12redist> </b64> <general> <gitbash>https://msysgit.googlecode.com/files/Git-1.8.5.2-preview20131230.exe</gitbash> + <vs10redist>http://download.microsoft.com/download/C/6/D/C6D0FD4E-9E53-4897-9B91-836EBA2AACD3/vcredist_x86.exe</vs10redist> </general> </general> <Win7> diff --git a/scripts/windows/coco-dev-setup/batch/localisation/de.coco b/scripts/windows/coco-dev-setup/batch/localisation/de.coco index e385122ec..fc257a64d 100755 --- a/scripts/windows/coco-dev-setup/batch/localisation/de.coco +++ b/scripts/windows/coco-dev-setup/batch/localisation/de.coco @@ -15,10 +15,11 @@ <sks>Sind die für CodeCombat benötigten Programme bereits installiert?</sks> <skq>Wir empfehlen Ihnen, mit „Nein“ zu antorten, falls Sie unsicher sind.</skq> <skc>Überspringe Installation der Programme...</skc> - <b1>Ohne Software von Drittanbietern könnte CodeCombat nicht entwickelt werden.</b1> - <b2>Aus diesem Grund müssen Sie diese Software installieren,</b2> - <b3>um sich in der Community zu engagieren.</b3> - <b4>Wenn Sie ein Programm bereits installiert haben, brechen Sie die Installation bitte ab.</b4> + <s1>Ohne Software von Drittanbietern könnte CodeCombat nicht entwickelt werden.</s1> + <s2>Aus diesem Grund müssen Sie diese Software installieren,</s2> + <s3>um sich in der Community zu engagieren.</s3> + <s4>Wenn Sie ein Programm bereits installiert haben, brechen Sie die Installation bitte ab.</s4> + <winpath>Make sure to select the option that adds the application to your Windows Path, if the option is available.</winpath> <prefix>Haben Sie bereits die aktuellste Version von</prefix> <sufix>installiert?</sufix> <downloading>wird heruntergeladen...</downloading> @@ -71,11 +72,11 @@ <readme>Willst du das README lesen, um weitere Informationen zu erhalten?</readme> </end> <start> - <b1>Von nun an kannst du die Entwicklungsumgebung starten unter</b1> - <b2>einmal mit der Maus klicken.</b2> - <b3> 1) Einfach Doppelklicken</b3> - <b4>und warten bis die Entwicklungsumgebung fertig geladen hat.</b4> - <b5> 2) Jetzt 'localhost:3000' in deinem bevorzugten Browser aufrufen.</b5> - <b6>Fertig. Du bist nun bereit, bei CodeCombat mitzuarbeiten!</b6> + <s1>Von nun an kannst du die Entwicklungsumgebung starten unter</s1> + <s2>einmal mit der Maus klicken.</s2> + <s3> 1) Einfach Doppelklicken</s3> + <s4>und warten bis die Entwicklungsumgebung fertig geladen hat.</s4> + <s5> 2) Jetzt 'localhost:3000' in deinem bevorzugten Browser aufrufen.</s5> + <s6>Fertig. Du bist nun bereit, bei CodeCombat mitzuarbeiten!</s6> </start> </variables> \ No newline at end of file diff --git a/scripts/windows/coco-dev-setup/batch/localisation/en.coco b/scripts/windows/coco-dev-setup/batch/localisation/en.coco index bdf8e53d1..947890ee8 100755 --- a/scripts/windows/coco-dev-setup/batch/localisation/en.coco +++ b/scripts/windows/coco-dev-setup/batch/localisation/en.coco @@ -19,6 +19,7 @@ <s2>That's why you'll need to install this software,</s2> <s3>in order to start contributing to our community.</s3> <s4>Cancel the installation if you already have the application.</s4> + <winpath>Make sure to select the option that adds the application to your Windows Path, if the option is available.</winpath> <prefix>Do you already have the latest version of</prefix> <sufix>installed?</sufix> <downloading>is downloading...</downloading> diff --git a/scripts/windows/coco-dev-setup/batch/localisation/nl.coco b/scripts/windows/coco-dev-setup/batch/localisation/nl.coco index f631124cf..654d45c97 100755 --- a/scripts/windows/coco-dev-setup/batch/localisation/nl.coco +++ b/scripts/windows/coco-dev-setup/batch/localisation/nl.coco @@ -19,6 +19,7 @@ <s2>Dat is waarom je deze software moet installeren,</s2> <s3>zodat je je kan beginnen met het bijdragen tot onze gemeenschap.</s3> <s4>Annuleer de installatie als je de applicatie al hebt.</s4> + <winpath>Zorg er zeker voor dat je de optie selecteert dat de applicatie aan je Windows Path toevoegt, als de optie beschikbaar is.</winpath> <prefix>Heb je al de laatste versie van</prefix> <sufix>geinstalleerd?</sufix> <downloading>is aan het downloaden...</downloading> diff --git a/scripts/windows/coco-dev-setup/batch/scripts/download_and_install_applications.bat b/scripts/windows/coco-dev-setup/batch/scripts/download_and_install_applications.bat index 782ecb783..3c5f798fd 100755 --- a/scripts/windows/coco-dev-setup/batch/scripts/download_and_install_applications.bat +++ b/scripts/windows/coco-dev-setup/batch/scripts/download_and_install_applications.bat @@ -26,18 +26,21 @@ if %system_info_os% == XP ( ) call get_variables ..\\config\\downloads.coco downloads download_names downloads_count 0 general general -call get_variables ..\\config\\downloads.coco downloads download_names downloads_count 1 %system_info_os% b%system_info_bit% -call get_variables ..\\config\\downloads.coco downloads download_names downloads_count 2 general b%system_info_bit% +call get_variables ..\\config\\downloads.coco downloads download_names downloads_count 2 %system_info_os% b%system_info_bit% +call get_variables ..\\config\\downloads.coco downloads download_names downloads_count 3 general b%system_info_bit% call get_local_text install_process_s1 install process s1 call get_local_text install_process_s2 install process s2 call get_local_text install_process_s3 install process s3 call get_local_text install_process_s4 install process s4 +call get_local_text install_process_winpath install process winpath echo !install_process_s1! echo !install_process_s2! echo !install_process_s3! echo !install_process_s4! +echo. +echo !install_process_winpath! call print_dashed_seperator