Skip to content

Instantly share code, notes, and snippets.

@kobusvdm
Last active December 6, 2015 19:14
Show Gist options
  • Save kobusvdm/912611ad7b76dce7269f to your computer and use it in GitHub Desktop.
Save kobusvdm/912611ad7b76dce7269f to your computer and use it in GitHub Desktop.
try {
cinst -y toolsroot
choco -y install visualstudio2015community
choco -y install poshtools-visualstudio2015
if (Test-PendingReboot) { Invoke-Reboot }
Write-ChocolateySuccess 'Done'
} catch {
Write-ChocolateyFailure 'Failed' $($_.Exception.Message)
throw
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment