Yeah, there already is a way to install MSMQ queues in WiX, but current release 
still has serious bug that I made a fix for a while back. The changes where 
committed yesterday so they should be in the next drop I hope.

Example:

<Wix xmlns='http://schemas.microsoft.com/wix/2003/01/wi' 
xmlns:pca="http://schemas.microsoft.com/wix/2005/02/pubca";>

      <User Id="myuser" Domain="." Name="Administrator" />
      ...
      <Component ...>
            ...
            <pca:MessageQueue Id="MyMessageQueue" Label="My Message Queue" 
PathName=".\Private$\MyMessageQueue">

                  <pca:MessageQueuePermission Id="MyMessageQueuePermission" 
User="myuser" ReceiveMessage="yes" />

            </pca:MessageQueue>

      </Component>
</Wix>


Documentation:

http://wix.sourceforge.net/manual-wix2/pubca_xsd_messagequeue.htm


Fredrik


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching
Sent: Thursday, June 29, 2006 11:43 PM
To: 'Mike Goatly'; wix-users@lists.sourceforge.net
Cc: Fredrik Grohn
Subject: Re: [WiX-users] Creating MSMQ Queues on installation

Fredrik has actually been working on exactly this.



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to