Feature Requests item #1697729, was opened at 2007-04-10 14:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1697729&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: dark_ixion (dark_ixion) Assigned to: Nobody/Anonymous (nobody) Summary: Complete MSMQ handling Initial Comment: It appears that WIX only currently supports the creation of MSMQ queues without checking to see if the queue already exists, or the ability to remove existing queues as part of an install. This sole functionality isn't at all flexible, and doesn't take into account the fact that more than one application might use the same queue name. This makes the current message queue functionality insufficient and useless for reliable deployment. The only workaround appears to be using custom actions to create a JScript or VBScript to do the same, but this adds a dependency and means WIX cannot natively support MSMQ queue creations/deletions. My requests are: - Add the ability to delete private or public queues as part of an installation. - Some sort of ignore-if-exists and replace-if-exists functionality so that if the queue already exists then it leaves it but can still apply permissions. - Apply permissions to public queues (which doesn't seem possible at the moment) Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1697729&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
