Reputation: 520
I want install visual studio 2015 update 1 (just the update visual studio 2015 is already install) I had download the ISO here Link to download
But when I launch the .exe the setup force to install Update 2 CTP 1 and not Update 1 How can I install update 1?
Upvotes: 4
Views: 5964
Reputation: 1039
Found an answer here. You can download the installer from http://my.visualstudio.com and run it with custom command line arguments. To install update 1, it would be vs_enterprise.exe /OverrideFeedURI http://download.microsoft.com/download/3/2/A/32A1974F-D236-43C1-8981-97DDCBAEF14A/20160225.3/enu/feed.xml
.
Upvotes: 1
Reputation: 21
if you have a need to install update 1, without installing update 2.
Download the offline installer, which is a ISO file of about 4 GB. http://download.microsoft.com/download/4/C/1/4C113E0D-8590-47AB-B7B8-E41E0AD7936D/vs2015.1.vsu.iso
Open the iso and following folder ServicedSetupPayloads\OfflineCache\installers\VSU_14.0.24720\en\0
There you can get the update 1 setup.
Upvotes: 0
Reputation: 6973
You should see a notification for VS update 1 in the top right corner of the IDE. It looks like this:
Click this and select VS Update 1.
If you don't see it in the notification center, then go to Tools -> Extensions and Updates and click on the Updates tab. You should see an item for VS Update 1 in the list.
Upvotes: 0
Reputation: 2245
I had this same issue yesterday...i could not find a easy way to do that, BUT... They released a Release Candidate Version of Update 2.
I had installed it and do not have that issues (and bugs) from Update 2 CTP.
Link to download: https://www.visualstudio.com/en-us/news/vs2015-update2-vs.aspx
I hope this helps
Upvotes: 1
Reputation: 1805
You downloaded Update 2 RC.
The correct link to download Visual Studio 2015 Update 1 is here: https://www.visualstudio.com/news/vs2015-update1-vs
Upvotes: -1