Skip to content

Instantly share code, notes, and snippets.

@SvitlanaShepitsena
Forked from kobusvdm/trVM-VS2015Community.ps1
Last active December 6, 2015 19:23
Show Gist options
  • Save SvitlanaShepitsena/4110274f92d986812b98 to your computer and use it in GitHub Desktop.
Save SvitlanaShepitsena/4110274f92d986812b98 to your computer and use it in GitHub Desktop.
try {
choco -y install visualstudio2015community
choco install windows-sdk-10.0
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