Skip to content

Commit

Permalink
VS 15: update to Preview 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jberezanski committed Aug 25, 2016
1 parent 1d591c5 commit 9ceb462
Show file tree
Hide file tree
Showing 6 changed files with 155 additions and 196 deletions.
45 changes: 0 additions & 45 deletions visualstudio2017enterprise/features.txt

This file was deleted.

69 changes: 0 additions & 69 deletions visualstudio2017enterprise/tools/AdminDeployment.xml

This file was deleted.

8 changes: 5 additions & 3 deletions visualstudio2017enterprise/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Install-VS `
-PackageName 'visualstudio2017enterprise' `
-ApplicationName 'Microsoft Visual Studio Enterprise 15 Preview 3' `
-Url 'https://download.microsoft.com/download/e/e/6/ee6e936e-6323-4b51-a6f3-7b276b7e168a/vs_enterprise.exe' `
-ChecksumSha1 '6A63984CAFE972D655817395CC12054068077015'
-ApplicationName 'Microsoft Visual Studio Enterprise 15 Preview 4' `
-Url 'https://download.microsoft.com/download/2/0/0/200fe227-bc0d-4dc5-b78d-15e70cc85e81/vs_bootstrapper.exe' `
-ChecksumSha1 '82AC865C7987B0F9CF3F5E6BF5B17C659A951439' `
-AssumeNewVS15Installer `
-InstallerDisplayName 'Microsoft Visual Studio Installer'
6 changes: 4 additions & 2 deletions visualstudio2017enterprise/tools/ChocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

Uninstall-VS `
-PackageName 'visualstudio2017enterprise' `
-ApplicationName 'Microsoft Visual Studio Enterprise 15 Preview 3' `
-UninstallerName 'vs_enterprise.exe'
-ApplicationName 'Microsoft Visual Studio Enterprise 15 Preview 4' `
-UninstallerName 'vs_installer.exe' `
-AssumeNewVS15Installer `
-InstallerDisplayName 'Microsoft Visual Studio Installer'
Loading

0 comments on commit 9ceb462

Please sign in to comment.