How to change installation path in Visual Stdio 2015?
How to change installation path in Visual Stdio 2015? default it is taking c drive path but i want it some other drive and it showing disable to change path please help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rafnas T PPosted Feb 26, 2017, 10:40 PM
You can use junction tool by Microsoft to create a REAL directory on other partition (e.g. D:\Program Files (x86)\Microsoft Visual Studio 14.0) and make a symbol link to it as C:\Program Files (x86)..., just like the command shows below, then windows will use C:\Program Fil.. as path and the real dirs/files are in D:\Prog...
Download junction tool from https://technet.microsoft.com/en-us/sysinternals/bb896768.aspx
Rafnas T PPosted Feb 26, 2017, 10:37 PM
Naveen BishtPosted Feb 26, 2017, 10:28 PM
Rafnas T PPosted Feb 26, 2017, 10:18 PM