Share via


Uninstallation (Windows Embedded CE 6.0)

1/6/2010

To prevent MSMQD from loading the next time the system is rebooted, remove respective subkeys of the HKEY_LOCAL_MACHINE\Drivers\BuiltIn key.

If you have VISADM.EXE, from the Shortcuts menu, select Stop; then select Unregister.

To permanently remove MSMQ, including registry keys and all messages from the machine, type register cleanup in the edit box and press Enter.

To uninstall MSMQ when using MSMQADM.EXE in your own configuration program

  1. Run the following command to stop the MSMQ service.

    msmqadm -f \temp\msmqadm.txt stop
    
  2. Run the following command to uninstall drivers.

    msmqadm -f \temp\msmqadm.txt register uninstall
    
  3. Delete the registry keys and messages from your system.

    msmqadm -f \temp\msmqadm.txt register cleanup
    

If you provide MSMQ administrator functions in your own program and do not use MSMQADM.EXE, do the following:

  1. Remove HKEY_LOCAL_MACHINE\Drivers\BuiltIn\MSMQD.
  2. Reboot the system.
  3. Delete the MSMQ subkey from HKEY_LOCAL_MACHINE\Software\Microsoft.
  4. Delete the MSMQ message store directory.

See Also

Concepts

Administration
MSMQ Application Development
Summary of Supported MSMQ Functions
Installable File Systems
Using the MSMQAdm Utility
Backup
Application Installation of MSMQ
Installation Options
Debugging MSMQ Installations
MSMQ Security

Other Resources

MSMQ Samples