Better tools for working with MSMQ would be very nice. I've found that the MSMQ extension is very difficult to work with, particularly around setting permissions.
-- Edwin > -----Original Message----- > From: Eitan Behar [mailto:[email protected]] > Sent: Monday, December 29, 2008 6:00 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Message Queues > > Maybe this is a little too late, but I have a working code for creating > msmq. Let me know if this is still relevant. > > > > > On Wed, Nov 5, 2008 at 9:34 PM, David Gonzalez <[email protected]> > wrote: > > > Greetings to all, > > I've been working with Message Queues lately, and have managed to > find some > > helpful examples online. As up front as the msmq:MessageQueue element > looks, > > I haven't found or coded an example that works for me. I am currently > using > > Windows Server 2003 and was wondering if anyone had a working example > lying > > around that I could use as reference or any type of problems anyone > else has > > experienced. > > > > Heres the code for my message queues: > > <Fragment> > > <Component Id="MessageQueues" > > Guid="dca22afe-482b-4eae-a50b-dc92d8a396aa" > > Directory="APPLICATIONROOTDIRECTORY" KeyPath="yes"> > > <msmq:MessageQueue Id="SiebelInputQueue" > > PathName="[ComputerName]\Private$" Label="MyQueue" > Transactional="yes"> > > </msmq:MessageQueue> > > </Component> > > </Fragment> > > > > Is there anything I'm missing o needs modification. > > > > Thank You, > > David Gonzalez > > --------------------------------------------------------------------- > ---- > > This SF.Net email is sponsored by the Moblin Your Move Developer's > > challenge > > Build the coolest Linux based applications with Moblin SDK & win > great > > prizes > > Grand prize is a trip for two to an Open Source event anywhere in the > world > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > _______________________________________________ > > WiX-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > ----------------------------------------------------------------------- > ------- > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

