Reputation: 36078
I have Visual Studio 2012 installed on the C:\ drive. I am running out of space and would like to uninstall, then reinstall it to another drive. Is there a way I can do this and retain all my configurations, extensions, TFS settings, etc?
Upvotes: 0
Views: 669
Reputation: 180777
Export all of your settings, reinstall Visual Studio, and then import your exported settings.
http://msdn.microsoft.com/en-us/library/vstudio/zbhkx167.aspx
Upvotes: 2