How to reinstall missing MSMQ components on Windows 10?

emil georgiev 1 Reputation point
2021-05-17T20:51:57.78+00:00

All MSMQ assemblies on a Win 10 Enterprise LTSC V. 1809 are missing. Where can these components be found? (The orig. installation is damaged).

A search In PowerShell returns:

Get-WindowsOptionalFeature -online | ? FeatureName -match "msmq" | select FeatureName | ft

FeatureName

WCF-MSMQ-Activation45
MSMQ-Container
MSMQ-Server
MSMQ-Triggers
MSMQ-ADIntegration
MSMQ-HTTP
MSMQ-Multicast
MSMQ-DCOMProxy

With DISM and SFC :

DISM.exe /Online /Cleanup-image /Scanhealth
reports:
c:\>DISM.exe /Online /Cleanup-image /Scanhealth
Deployment Image Servicing and Management tool
Version: 10.0.17763.1697
Image Version: 10.0.17763.1935
[==========================100.0%==========================] No component store corruption detected.
The operation completed successfully.

sfc /verifyonly returns

Verification 100% complete.
Windows Resource Protection did not find any integrity violations.

Running
dism.exe /online /enable-feature /all /featurename:MSMQ-Server /FeatureName:MSMQ-Server returns

Deployment Image Servicing and Management tool
Version: 10.0.17763.1697
Image Version: 10.0.17763.1935
Enabling feature(s)
[==========================100.0%==========================]
Error: 14081
The referenced assembly could not be found.

Any hint is appreciated!
Thx in advance!

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Carl Fan 6,881 Reputation points
    2021-05-18T10:03:02.167+00:00

    Hi,
    Could you find the setting about MSMQ under Control Panel?
    Open Control Panel.
    Switch the view to Category.
    Click on the Programs
    Then proceed with Programs and Features.
    On the left pane, you will find the option Turn Windows features on or off.
    Windows features dialog box will pop-up now.
    Locate Microsoft Message Queue(MSMQ) Server from the list.
    Enable it by clicking on the checkbox. Finally, Click on OK.
    97501-capture2.png

    Hope this helps and please help to accept as Answer if the response is useful.
    Best Regards,
    Carl


  2. typtop21 1 Reputation point
    2021-10-18T09:09:57.61+00:00

    Hi,
    Did you manage to solve your pb?
    I have the same problem.
    I cannot install this component on W10 LTSC N 64Bits
    Thanks

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.