MessageQueueInstaller Class
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.
Assembly: System.Messaging (in System.Messaging.dll)
System::MarshalByRefObject
System.ComponentModel::Component
System.Configuration.Install::Installer
System.Configuration.Install::ComponentInstaller
System.Messaging::MessageQueueInstaller
| Name | Description | |
|---|---|---|
![]() | MessageQueueInstaller() | Initializes a new instance of the MessageQueueInstaller class. Does not set any instance properties. |
![]() | MessageQueueInstaller(MessageQueue^) | Initializes a new instance of the MessageQueueInstaller class, initializing the installation settings to those of an existing MessageQueue instance. |
| Name | Description | |
|---|---|---|
![]() | Authenticate | Gets or sets a value that indicates whether the queue to be installed accepts only authenticated messages. |
![]() | BasePriority | Gets or sets the base priority that is used to route a public queue's messages over the network. |
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event.(Inherited from Component.) |
![]() | Category | Gets or sets an implementation-specific queue type. |
![]() | Container | Gets the IContainer that contains the Component.(Inherited from Component.) |
![]() | Context | Gets or sets information about the current installation.(Inherited from Installer.) |
![]() | DesignMode | |
![]() | EncryptionRequired | Gets or sets a value that indicates whether the queue accepts only private, or encrypted, messages. |
![]() | Events | |
![]() | HelpText | Gets the help text for all the installers in the installer collection.(Inherited from Installer.) |
![]() | Installers | Gets the collection of installers that this installer contains.(Inherited from Installer.) |
![]() | Label | Gets or sets a description of the queue. |
![]() | MaximumJournalSize | Gets or sets the maximum size of the journal that is associated with the queue. |
![]() | MaximumQueueSize | Gets or sets the maximum size of the queue. |
![]() | MulticastAddress | Introduced in MSMQ 3.0. Gets or sets the multicast address associated with the queue. |
![]() | Parent | Gets or sets the installer containing the collection that this installer belongs to.(Inherited from Installer.) |
![]() | Path | Gets or sets the location of the queue that is referenced by this object. |
![]() | Permissions | Gets or sets permissions associated with the queue. |
![]() | Site | |
![]() | Transactional | Gets or sets a value that indicates whether the queue accepts only messages sent as part of a transaction. |
![]() | UninstallAction | Gets or sets a value that indicates what the installer does with the queue at uninstall time: remove it, restore it to its pre-installation state, or leave it in its current installed state. |
![]() | UseJournalQueue | Gets or sets a value that indicates whether messages that are retrieved from the queue are also copied to the associated journal queue. |
| Name | Description | |
|---|---|---|
![]() | Commit(IDictionary^) | Completes the installation process by committing the MessageQueue installation information that the Install method wrote to the registry. This method is meant to be used by installation tools, which automatically call the appropriate methods.(Overrides Installer::Commit(IDictionary^).) |
![]() | CopyFromComponent(IComponent^) | Copies the property values of a MessageQueue component that are required at install time for a message queue.(Overrides ComponentInstaller::CopyFromComponent(IComponent^).) |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Dispose() | |
![]() | Dispose(Boolean) | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetService(Type^) | |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | Install(IDictionary^) | Performs the installation and writes message queue information to the registry. This method is meant to be used by installation tools, which automatically call the appropriate methods.(Overrides Installer::Install(IDictionary^).) |
![]() | IsEquivalentInstaller(ComponentInstaller^) | Determines whether the specified installer can handle the same kind of installation as this installer.(Overrides ComponentInstaller::IsEquivalentInstaller(ComponentInstaller^).) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | OnAfterInstall(IDictionary^) | Raises the AfterInstall event.(Inherited from Installer.) |
![]() | OnAfterRollback(IDictionary^) | Raises the AfterRollback event.(Inherited from Installer.) |
![]() | OnAfterUninstall(IDictionary^) | Raises the AfterUninstall event.(Inherited from Installer.) |
![]() | OnBeforeInstall(IDictionary^) | Raises the BeforeInstall event.(Inherited from Installer.) |
![]() | OnBeforeRollback(IDictionary^) | Raises the BeforeRollback event.(Inherited from Installer.) |
![]() | OnBeforeUninstall(IDictionary^) | Raises the BeforeUninstall event.(Inherited from Installer.) |
![]() | OnCommitted(IDictionary^) | |
![]() | OnCommitting(IDictionary^) | Raises the Committing event.(Inherited from Installer.) |
![]() | Rollback(IDictionary^) | Restores the computer to the state it was in before the installation, by rolling back the queue information that the installation procedure wrote to the registry. This method is meant to be used by installation tools, which automatically call the appropriate methods.(Overrides Installer::Rollback(IDictionary^).) |
![]() | ToString() | |
![]() | Uninstall(IDictionary^) | Removes an installation by removing queue information from the registry. This method is meant to be used by uninstallation tools, which automatically call the appropriate methods.(Overrides Installer::Uninstall(IDictionary^).) |
| Name | Description | |
|---|---|---|
![]() | AfterInstall | Occurs after the Install methods of all the installers in the Installers property have run.(Inherited from Installer.) |
![]() | AfterRollback | Occurs after the installations of all the installers in the Installers property are rolled back.(Inherited from Installer.) |
![]() | AfterUninstall | Occurs after all the installers in the Installers property perform their uninstallation operations.(Inherited from Installer.) |
![]() | BeforeInstall | |
![]() | BeforeRollback | Occurs before the installers in the Installers property are rolled back.(Inherited from Installer.) |
![]() | BeforeUninstall | Occurs before the installers in the Installers property perform their uninstall operations.(Inherited from Installer.) |
![]() | Committed | Occurs after all the installers in the Installers property have committed their installations.(Inherited from Installer.) |
![]() | Committing | Occurs before the installers in the Installers property committ their installations.(Inherited from Installer.) |
![]() | Disposed |
The MessageQueueInstaller is used by the installation utility to write registry values that are associated with the queue. For more information about installation utilities, see Installutil.exe (Installer Tool).
To install a queue, create a project installer class that inherits from the Installer, and set the RunInstallerAttribute for the class to true. Within your project, create a MessageQueueInstaller instance for each queue in the installation and add the instance to your project installer class.
When creating a MessageQueueInstaller instance, you can optionally pass an existing MessageQueue (for example, from a test server) to the MessageQueueInstaller constructor. This approach automatically provides the configuration settings for the new queue by mirroring the settings of the queue passed in. Alternatively, you can manually set the properties in the MessageQueueInstaller instance to the states you want and call the default constructor.
When the install utility is called, it looks for the RunInstallerAttribute. If it is true, the utility installs all the queues in the Installers collection associated with your project installer. If RunInstallerAttribute is false, the utility ignores the project installer.
You modify other properties of a MessageQueueInstaller instance either before or after adding the instance to the Installers collection of your project installer. For example, a queue's Path must be set before the install utility executes.
Typically, you do not call the methods of the MessageQueueInstaller from within your code; they are generally called only by the installutil.exe installation utility. The utility automatically calls the Install method during the installation process and calls Commit if the installation did not throw an exception. It backs out failures, if necessary, by calling Rollback for the object that generated the exception.
An application's install routine uses the project installer's Installer::Context to automatically maintain information about the components that have already been installed. This state information is continuously updated as each MessageQueueInstaller instance is installed by the utility. It is not usually necessary for your code to explicitly modify the state information.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




