Error when installing Visual Studio Tools for Apache Cordova CTP3.0 in Visual Studio 2013

后端 未结 4 1567
野的像风
野的像风 2020-12-20 21:24

I installed Multi-Device Hybrid Apps for Visual Studio 2013 CTP 2.0. I then updated VS2013 to update 4. Now I can\'t upgrade MDHA to 3.0 because it tells me to uninstall 2

4条回答
  •  清歌不尽
    2020-12-20 21:52

    "You cannot install Visual Studio Tools for Apache Cordova CTP3.0 in Visual Studio 2013"

    1. To resolve this issue, follow these steps to uninstall Multi-Device Hybrid Apps for Visual Studio CTP 2.0
    2. Open a command prompt as an administrator.
    3. Run the following command: "%ProgramData%\Package Cache{dea88246-f74a-4171-ad6c-d9c978bf2973}\vs2013mda_0.1.exe" /uninstall /passive /force /burn.ignoredependencies={53d408db-eb91-43fb-9d8f-167681c19763};vsupdate_KB2829760
    4. Run vs2013mda_0.3.exe again for Visual Studio Tools for Apache Cordova CTP 3.0.

    The above worked when installing update 4, please see: http://support.microsoft.com/kb/3014133

提交回复
热议问题