Getting started with Chocolatey packages
Simple example Taken from chocolatey.org documentation that shows you how to create a basic package to install Notepad++. Open a command prompt and navigate to a preferred location and enter ‘choco new notepadplusplus’ to create the package files etc: This will create the basic structure as shown: notepadplusplus.nuspec Edit the notepadplusplus.nuspec file as follows (modify …
Continue reading ‘Getting started with Chocolatey packages’ »