Chinh Do

MSMQ Installation on Windows Server 2008 Fail with 0×80070643

10th May 2010

MSMQ Installation on Windows Server 2008 Fail with 0×80070643

If you get one of these errors starting MSMQ Server or installing MSMQ on Windows (Server 2008), this article describes a potential solution:

  • You cannot start MSMQ Service with the following entry in the Application Event Log: The Message Queuing service cannot start. The internal private queue ‘admin_queue$’ cannot be initialized. If the problem persists, reinstall Message Queuing. Error 0xc00e0001.
  • You cannot install MSMQ with the following error: Attempt to install Message Queuing Server failed with error code 0×80070643. Fatal error during installation. The following features were not installed: Message Queuing Services/Message Queuing Server.

    MSMQ Installation Result

 

For me, the solution was to delete the Registry key KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ, then try the installation again.

See also:

This entry was posted on Monday, May 10th, 2010 at 9:49 pm and is filed under Dotnet/.NET - C#, MSMQ, Programming. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

There are currently 6 responses to “MSMQ Installation on Windows Server 2008 Fail with 0×80070643”

  1. 1 On July 31st, 2010, Rick said:

    You rock. Thanks for posting this. Just ran into same issue myself and this resolved it. Why does MSMQ have to be such a pain in the butt sometimes!?!?!

  2. 2 On October 13th, 2010, Steven said:

    Oddly, this happens on a fresh install of Server 2008. Clearing the registry key has no effect. Did nobody beta test this thing?

  3. 3 On October 13th, 2010, Steven said:

    Oh, p.s. I did see another article describing this problem that recommends that you turn off User Account Control.

    Sadly, this does not work for me, either.

  4. 4 On October 28th, 2010, Kely said:

    try to grant permission to “local service” account for the folder “Windows\system32″. After that, my MSMQ installation succeeded.

  5. 5 On October 3rd, 2011, mafri said:

    MAFRI…

    [...]MSMQ Installation on Windows Server 2008 Fail with 0×80070643 » Chinh Do[...]…

  6. 6 On December 23rd, 2011, menno said:

    did not solve my troubles
    also turning off User Account Control and
    trying to grant permission to “local service” account for the folder “Windows\system32″ was not successfull too.

    i have windows 2008 R2 + try to install Sharepoint 2010 x64
    prequisite stage hangs in a loop.
    Root cause: msmq service fails to install

    any solutions?

Leave a Comment