Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, July 28, 2015 10:09 AM | 2 votes
Hello,
I would like to install VS2015 in a drive different than C:. The problem is that when I run the installer, I can change instalation features, but I can't chage instalation path. The change path button is disabled and the path's input is disabled also.
Besides I have tryied to install VS from console shell but the path is also set to C:.
The command is >d:\vs_enterprise.exe /CustomInstallPath "F:\My new VS Dir" /full
Can somebody help me? Thanks in advance.
All replies (4)
Tuesday, July 28, 2015 10:35 PM ✅Answered | 15 votes
I found the solution in this forum. The problem is that I canceled a VS2015 installation because I didn’t change the default installation drive. Although the installation was canceled some components remained in my system (In the default installation drive) so I couldn’t change the installation path in the next installations. In order to solve this you must uninstall VS2015 completely through the console with this command: D:\vs_enterprise.exe /uninstall /force
And then you can install VS2015 again in any path :) .
Wednesday, July 29, 2015 8:51 AM
Hi Pepe,
I'm very glad to hear that your issue has been solved and thank you for sharing the solution here.
Best Regards,
Jiayi Li
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
Saturday, November 7, 2015 7:31 AM
Thank you for the post about VS_Community
Friday, November 20, 2015 5:40 AM
Thank you very much! Indeed this helps!