

So, we are downloading install.ps1 file and executing it with Normally, we need to restart our command line for it to get changes to the PATH variable that were done during the installation of Chocolatey. Here’s how this can be -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString(''))" & set PATH=%PATH% %ALLUSERSPROFILE%chocolateybin There are several ways of installing Chocolatey on your machine but the one that suits us the most in the case of creating installation script is by using PowerShell of Windows.

According to description that is exactly what we need. I’m talking about Chocolatey.Īs you can see on their official site this is how they describe their tool: “Chocolatey NuGet is a Machine Package Manager, somewhat like apt-get, but built with Windows in mind”. Amongst them there’s one that is the most popular and has a really large database of available programs. Unfortunately, there’s no built-in installer for Windows but there are plenty of third-party tools. If you’ve seen my path of Automatic Installation for Linux you could notice that everything was quite easy thanks to built-in package package manager apt-get.
#GIT FOR APTANA FOR WINDOWS FULL#
Here, I will tell you my story of how I’ve created automatic installation script that creates full development environment for my tool and whole process of installation takes less than 10 minutes. For example, you don’t have proper IDE, compiler is saying that it does really need this small library which you forgot to install, e.t.c. I think all of us had the situation when you are full of energy and motivation to create something beautiful but you are stopped by technical limitations.
