Visual Studio 2013 Update 4 has not been installed (error: Update 4 is not applied or is blocked by another condition on your computer).

I had Visual Studio 2013 installed, but after some problems, I thought I'd try reinstalling it.

I completely uninstalled VS2013 and tried to install the full application with the included update 4 ... i.e. Of the entire installation package, 6 GB.

Immediately after starting the installer, he immediately said: Update 4 is not applied or is blocked by another condition on your computer.

Does anyone have any suggestions? The last few lines of the log file:

[1E08:16F0][2015-01-11T11:02:04]i101: Detected package: sqlsysclrtypes_Sql2014_amd64_rus, state: Obsolete, cached: None [1E08:16F0][2015-01-11T11:02:04]i101: Detected package: sharedmanagementobjects_Sql2014_x86_rus, state: Absent, cached: None [1E08:16F0][2015-01-11T11:02:04]i101: Detected package: sharedmanagementobjects_Sql2014_amd64_rus, state: Absent, cached: None [1E08:16F0][2015-01-11T11:02:04]i101: Detected package: SSDTJuneau_rus, state: Absent, cached: None [1E08:16F0][2015-01-11T11:02:04]i052: Condition 'NOT (CurrentOperation = "Uninstall")' evaluates to true. [1E08:16F0][2015-01-11T11:02:04]i052: Condition 'NOT (CurrentOperation = "Uninstall")' evaluates to true. [1E08:16F0][2015-01-11T11:02:04]i052: Condition 'NOT (CurrentOperation = "Uninstall")' evaluates to true. [1E08:16F0][2015-01-11T11:02:04]i052: Condition 'NOT (CurrentOperation = "Uninstall")' evaluates to true. [1E08:16F0][2015-01-11T11:02:04]i052: Condition 'NOT (CurrentOperation = "Uninstall")' evaluates to true. [1E08:16F0][2015-01-11T11:02:04]i052: Condition 'NOT (CurrentOperation = "Uninstall")' evaluates to true. [1E08:16F0][2015-01-11T11:02:04]i052: Condition '(CurrentOperation = "Install") OR (CurrentOperation = "Repair")' evaluates to true. [1E08:16F0][2015-01-11T11:02:04]i000: MUX: Stop Block: NoApplicableUpdates : Update 4 does not apply, or is blocked by another condition on your computer. [1E08:16F0][2015-01-11T11:02:04]i000: MUX: Detect Completed [1E08:16F0][2015-01-11T11:02:04]i000: MUX: Wait for View to be loaded [1E08:1E58][2015-01-11T11:02:04]i000: MUX: Detect Completed, now create view [1E08:16F0][2015-01-11T11:02:04]i000: MUX: View loaded [1E08:16F0][2015-01-11T11:02:04]i000: MUX: Go to Blocker page. [1E08:16F0][2015-01-11T11:02:04]i199: Detect complete, result: 0x0 
+5
source share
1 answer

This problem occurs when you run the update for Visual Studio and do not run there are any of the main components of Visual Studio.

eg. The VS2013.5.exe file may represent an update to Visual Studio 2013 Update 5.

However, you may need to install Visual Studio 2013 before running this update.

+1
source

Source: https://habr.com/ru/post/1210821/


All Articles