Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2013 Update 4 isn't installing ( Error: Update 4 does not apply, or is blocked by another condition on your computer.)

I've had Visual Studio 2013 installed for a while, but after experiencing certain issues, thought I would try reinstalling.

I completely removed VS2013, and tried to install the full application with update 4 included... i.e. from the complete 6GB install package.

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

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

[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
like image 389
ronzul Avatar asked Nov 09 '22 20:11

ronzul


1 Answers

This issue occurs when you run an update for Visual Studio and don't have any of the core Visual Studio components installed.

e.g. The file VS2013.5.exe can represent Visual Studio 2013 Update 5.

You may however, still need to install Visual Studio 2013 before running this update.

like image 152
Ralph Willgoss Avatar answered Dec 19 '22 13:12

Ralph Willgoss