Installing software is much easier with Chocolatey and PowerShell

Recently I have had issues with my Microsoft Surface Pro. After reaching out to support I received a replacement. Now the big task is installing all the required software onto my new Surface. I have decided to use Chocolatey https://chocolatey.org . I have updated the scripts in the Github and just execute runsetup.cmd from the… Read More Installing software is much easier with Chocolatey and PowerShell

Creating and publishing Chocolatey packages for powershell Scritps

Chocolatey packages are becoming popular in recent months, there are few reasons for it refer the below list Easy way to deliver the software consistently. It can take source from different formats, UNC, Http, private and public. Behind the scene it is using the Nuget and Powershell to power the software delivery. Nuget packages are… Read More Creating and publishing Chocolatey packages for powershell Scritps