Last active
August 29, 2015 14:09
-
-
Save cfbarbero/928f15cd2965eb3aaf12 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Environment Setup | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
#Enable-RemoteDesktop | |
Update-ExecutionPolicy RemoteSigned | |
#Add OTJ nuget feed to Chocolatey sources | |
choco sources add -name OTJ -source http://nuget.ontargetjobs.com/nuget | |
# Enable OTJ Nuget Fee | |
cinst NuGet.CommandLine | |
nuget sources add -Name OTJ -Source http://nuget.ontargetjobs.com/nuget | |
# Dev Tools | |
cinst notepadplusplus | |
cinst fiddler4 | |
cinst git-credential-winstore | |
cinst GoogleChrome | |
cinst Firefox | |
cinst linqpad4 | |
cinst 7zip | |
cinst NugetPackageExplorer | |
cinst QueueExplorerProfessional | |
# SQL 2014 | |
cinst sqlserver2014express | |
# VS | |
cinst dotnet4.5.2 | |
cinst VisualStudio2013Professional -InstallArguments "/Features:'WebTools SQL'" | |
# VS Extensions | |
Install-ChocolateyVsixPackage WebEssentials2013 https://visualstudiogallery.msdn.microsoft.com/56633663-6799-41d7-9df7-0f2a504ca361/file/105627/41/WebEssentials2013.vsix | |
Install-ChocolateyVsixPackage SlowCheetah https://visualstudiogallery.msdn.microsoft.com/69023d00-a4f9-4a34-a6cd-7e854ba318b5/file/55948/26/SlowCheetah.vsix | |
Install-ChocolateyVsixPackage ChutzpahTestAdapter https://visualstudiogallery.msdn.microsoft.com/f8741f04-bae4-4900-81c7-7c9bfb9ed1fe/file/66979/28/Chutzpah.VS2012.vsix | |
Install-ChocolateyVsixPackage ChutzpahTestRunnerContextMenu https://visualstudiogallery.msdn.microsoft.com/71a4e9bd-f660-448f-bd92-f5a65d39b7f0/file/52593/33/chutzpah.visualstudio.vsix | |
cinst nservicebus.dtc.install | |
cinst nservicebus.msmq.install | |
#Create local enterprise queues | |
cinst DHI-CreateLocalQueues | |
cinst IIS-WebServerRole -source windowsfeatures | |
Write-ChocolateySuccess 'Enterprise Win7 Finished!' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment