WSUS/SCCM updates fail with "Reason : Instance has state: Local, NoRebootRequired"

Mike D 20 Reputation points
2024-01-16T17:30:49.94+00:00

Log states as below using SCCM and WSUS to deploy updates:

[0d54:0001][2024-01-16T10:46:05] --There are 1 Visual Studio instances cannot be updated --

[0d54:0001][2024-01-16T10:46:05] VS : #1

[0d54:0001][2024-01-16T10:46:05] Install Dir : C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional

[0d54:0001][2024-01-16T10:46:05] Channel Id : VisualStudio.16.Release

[0d54:0001][2024-01-16T10:46:05] Installed Channel Id : VisualStudio.16.Release

[0d54:0001][2024-01-16T10:46:05] Product Id : Microsoft.VisualStudio.Product.Professional

[0d54:0001][2024-01-16T10:46:05] Version : 16.11.33927.289

[0d54:0001][2024-01-16T10:46:05] Channel Uri : https://aka.ms/vs/16/release/channel

[0d54:0001][2024-01-16T10:46:05] Layout Path :

[0d54:0001][2024-01-16T10:46:05] Reason : Instance has state: Local, NoRebootRequired

If I use the offline installer with : update --norestart --quiet the update applies, but I need to have the WSUS application of the updates complete

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,627 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
971 questions
Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
967 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AllenLiu-MSFT 40,551 Reputation points Microsoft Vendor
    2024-01-17T02:52:44.51+00:00

    Hi, @Mike D

    Thank you for posting in Microsoft Q&A forum.

    The reason for the error "Instance has state: Local, NoRebootRequired" is that the Visual Studio instance is in a local state and does not require a reboot.

    To resolve this issue, you may try closing all Visual Studio-related processes running on your machine, rebooting the machine to ensure a clean state, and then attempting to install the Visual Studio update again.

    For your reference:

    https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/update-deployed-via-configuration-manager-fails-install#the-visual-studio-update-deployed-via-configuration-manager-fails-to-install


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".