How to change Visual Studio 2012 install directory?

前端 未结 10 1377
盖世英雄少女心
盖世英雄少女心 2020-12-08 06:38

I\'ve uninstalled VS11 using the the windows installer, and deleted just about every registry key I could find relating to it, but it still pops up with this when I try to r

10条回答
  •  借酒劲吻你
    2020-12-08 07:17

    Try launching the installer with the following option:

    /p CustomInstallPath="[your_path]"
    

    For example:

    vs_ultimate.exe /p CustomInstallPath="C:\MyDirectory"
    

    To see all options use the switch /?

提交回复
热议问题