Visual Studio 2015 Setup Blocked

随声附和 提交于 2019-12-10 19:32:21

问题


I get at Setup Blocked trying to install VS 2015 on win 7 x64

I had a CTP version installed, but I have uninstalled it, ran a reg clean, manual search and removed any key with vs 2015 or version=14, but stil I get this error. :-(

from the log file:

Condition 'CurrentOperation = "Install" AND (CommunityCore_Version14 < v14.0.23104.0) AND (ProfessionalCore_Version14 > v0.0.0.0) AND (ProfessionalCore_Version14 < v14.0.23104.0) AND NOT(ProfessionalCore_Version14 = v14.0.23107.0) AND (UltimateCore_Version14 = v0.0.0.0)' evaluates to true.

any ideas ?


回答1:


I found and downloaded the old CTP, installed it again and uninstalled it using the /uninstall /force flags

it solve the problem.




回答2:


I followed the following link: https://social.msdn.microsoft.com/Forums/vstudio/en-US/942fd4f7-9085-4cbf-bb98-a58706dbb693/visual-studio-ultimate-2012-rc-setup-blocked

  1. first Open registry (as administrator) and browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
  2. See if there is a string value "PendingFileRenameOperations" and check the value
  3. If there is one, Rename the string value "PendingFileRenameOperations" to something similar to "PendingFileRenameOperationsrename"
  4. After restarting the machine, the uninstall should work fine.
  5. Then change the registration key back to its original value.


来源:https://stackoverflow.com/questions/31588676/visual-studio-2015-setup-blocked

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!