Completed Visual Studio 2015 installation

I am getting in Setup Blocked trying to install VS 2015 on win 7 x64

Settings locked

I had the CTP version but I removed it, checked reg clean, manual search and removed any key with vs 2015 or version = 14, but for now I get this error.: --(

from 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?

+3


source to share


2 answers


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



it solves the problem.

0


source


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



  • first Open the registry (as administrator) and open HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Session Manager
  • See if there is a string value "PendingFileRenameOperations" and check the value
  • If there is one, rename the string value "PendingFileRenameOperations" to something like "PendingFileRenameOperationsrename"
  • After rebooting the device, uninstallation should work fine.
  • Then change the registration key to its original value.
0


source







All Articles