System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / MessageQueueInstaller Class
Members



In This Topic
    MessageQueueInstaller Class
    In This Topic
    Allows you to install and configure a queue that your application needs in order to run. This class is called by the installation utility, for example, InstallUtil.exe, when installing a MessageQueue.
    Object Model
    MessageQueueInstaller ClassAccessControlList Class
    Syntax
    'Declaration
     
    
    Public Class MessageQueueInstaller 
       Inherits System.Configuration.Install.ComponentInstaller
    'Usage
     
    
    Dim instance As MessageQueueInstaller
    public class MessageQueueInstaller : System.Configuration.Install.ComponentInstaller 
    public ref class MessageQueueInstaller : public System.Configuration.Install.ComponentInstaller 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Configuration.Install.Installer
                System.Configuration.Install.ComponentInstaller
                   System.Messaging.MessageQueueInstaller

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also