2

I’m trying to install NServiceBus from installer, downloaded from particular.net

enter image description here

Installer wants MSMQ components to be disabled. All components could be disabled, except the MSMQ Http support. Disabling of this component fails with error code 0x800F0922.

enter image description here

Trying to disable by DISM throws such error:

enter image description here

Dism log is:

enter image description here

Trying to disable it in safe mode – didn’t help. Trying to delete all services, which use MSMQ – didn’t help.

Is there is a way to fix this issue and install NServiceBus? Cause google is not showing anything similar to my issue. Operating system is Windows 8.1

BumbleBee
  • 97
  • 1
  • 8

2 Answers2

2

Can you try and uninstall MSMQ all together and then reinstall it again?

maybe this can help?

Community
  • 1
  • 1
Sean Farmar
  • 2,254
  • 13
  • 10
  • 1
    Thanks. Your link helped me to collect my thoughts :) Disabling the IIS Web Management Tools helped me. – BumbleBee Mar 15 '16 at 07:01
0

Kindly create a new site with siteId = 1 and try to install MSMQ again. You can change the default website ID to 1 as well.

IIS site id = 1

iminiki
  • 2,549
  • 12
  • 35
  • 45