×
Search results provided by Azure Search - read how I built it in this post.
Max Melcher

2 minute read

Almost weekly there is a new tool that you can install with the very awesome chocolatey. In the case you have not heard about chocolatey, its a package manager for Windows similar to apt-get for linux - in other words: You can install tools/software with 1 line of Powershell.

This week @

avishnyakov created 4 packages to install SharePoint Designer. You can choose to install it for SharePoint 2010 or SharePoint 2013. Its recommended to install SharePoint Designer in the same bitness as you have installed Office (in the case you have) - so you can pick the 32bit or 64bit version.

How?

Installing software with chocolatey is quite simple - just open a CMD and copy this line in:

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin

Thats it - you now can install packages with Powershell. Pretty easy! Currently there are over 1000 packages available - I automated my whole environment with it. For the SharePoint Tooling its a little different, but at least 19 tools are available, yet.

SharePoint Packages

You can install:

19 SharePoint Packages are installable with 1 line of Powershell

19 SharePoint Packages are installable with 1 line of Powershell

This list gets bigger and bigger!

After running the command from above, open a new PowerShell and type

cinst SharePointDesigner2013x64

and SharePoint Designer is installed for you:

Something missing?

Is your favorite tool missing? If so, please leave a comment!

comments powered by Disqus