[WiX-users] MSMQ Extension and schema

2013-07-25 Thread Drake, David
I'm working on creating a new installer for a self-hosted web service and there are a couple of things I'm hoping there's an easier way to handle. For this thread, I'm interested in the MSMQ Extension: Where did the MSMQ Extension go? I see pages out there that talk about being able to add

Re: [WiX-users] MSMQ Extension and schema

2013-07-25 Thread Drake, David
...@wizards.com -Original Message- From: Drake, David [mailto:david.dr...@wizards.com] Sent: Thursday, July 25, 2013 14:05 PM To: General discussion for Windows Installer XML toolset. (wix-users@lists.sourceforge.net) Subject: [WiX-users] MSMQ Extension and schema I'm working on creating

Re: [WiX-users] MSMQ Extension and schema

2013-07-25 Thread Rob Mensching
Did you also add a reference to the extension? On Thu, Jul 25, 2013 at 2:04 PM, Drake, David david.dr...@wizards.comwrote: I'm working on creating a new installer for a self-hosted web service and there are a couple of things I'm hoping there's an easier way to handle. For this thread, I'm

Re: [WiX-users] MSMQ Extension and schema

2013-07-25 Thread Rob Mensching
discussion for Windows Installer XML toolset. ( wix-users@lists.sourceforge.net) Subject: [WiX-users] MSMQ Extension and schema I'm working on creating a new installer for a self-hosted web service and there are a couple of things I'm hoping there's an easier way to handle. For this thread, I'm

Re: [WiX-users] MSMQ and Windows 2008 \ Windows 7, how to check?

2010-06-22 Thread Thomas Due
My installer must be run on Windows7 and Windows 2008 (and r2). One of the prerequisite is service MSMQ, which must be installed on this computer. But how to check it? On windows XP and Windows 2003 I checked registry value HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OC

Re: [WiX-users] MSMQ and Windows 2008 \ Windows 7, how to check?

2010-06-22 Thread Pally Sandher
- Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Thomas Due [mailto:t...@scanvaegt.dk] Sent: 22 June 2010 07:40 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSMQ and Windows 2008 \ Windows 7

Re: [WiX-users] MSMQ and Windows 2008 \ Windows 7, how to check?

2010-06-22 Thread Thomas Due
2010 13:16 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSMQ and Windows 2008 \ Windows 7, how to check? HasMSMQ HASMSMQ are not interchangeable when talking about Windows Installer Properties. Also Launch Conditions fire the error when the inner text

Re: [WiX-users] MSMQ and Windows 2008 \ Windows 7, how to check?

2010-06-22 Thread Thomas Due
the sender and delete the material. -Original Message- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: 22. juni 2010 13:16 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSMQ and Windows 2008 \ Windows 7, how to check? HasMSMQ HASMSMQ

Re: [WiX-users] MSMQ and Windows 2008 \ Windows 7, how to check?

2010-06-22 Thread Thomas Due
] Sent: 22. juni 2010 13:16 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSMQ and Windows 2008 \ Windows 7, how to check? HasMSMQ HASMSMQ are not interchangeable when talking about Windows Installer Properties. Also Launch Conditions fire the error when

[WiX-users] MSMQ and Windows 2008 \ Windows 7, how to check?

2010-06-21 Thread Igor Lemsky
My installer must be run on Windows7 and Windows 2008 (and r2). One of the prerequisite is service MSMQ, which must be installed on this computer. But how to check it? On windows XP and Windows 2003 I checked registry value HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OC

[WiX-users] MSMQ/MessageQueue: create public queue

2009-03-26 Thread Chris Eldredge
Using WiX 3.0.5120.0, I can create a private queue easily enough, but if I try to create a public queue the installer fails. The log says: MessageQueuingExecuteInstall: Error 0xc00e0005: Failed to create message queue MessageQueuingExecuteInstall: Error 0xc00e0005: Failed to create message

Re: [WiX-users] MSMQ/MessageQueue: create public queue

2009-03-26 Thread Oliver Wickham
related issues, John Breakwell's blog is the place to start: http://blogs.msdn.com/johnbreakwell/default.aspx -Original Message- From: Chris Eldredge [mailto:chris.eldre...@gmail.com] Sent: 26 March 2009 18:23 To: wix-users@lists.sourceforge.net Subject: [WiX-users] MSMQ/MessageQueue: create

[WiX-users] MSMQ Error

2008-10-29 Thread David Gonzalez
Greetings to all, I am currently using Wix to install some MSMQueues, I get a successful build but the installer fails. When I look at the log it says this: MessageQueuingExecuteInstall: Error 0xc00e0005: Failed to create message queue MessageQueuingExecuteInstall: Error 0xc00e0005: Failed to

Re: [WiX-users] MSMQ

2008-02-11 Thread Dominik Guder
Fitzpatrick, Paul J wrote: Using the latest release, I'm hoping that someone might provide some guidance on the best method to detect the MSMQ installation queue, and create the queue if it doesn't exist. Many thanks. Hi, from my point of knowledge. This is currently not implemented.

[WiX-users] MSMQ

2008-02-10 Thread Fitzpatrick, Paul J
Hi, There's been quite a few postings over time regarding detecting MSMQ installation, checking if a queue already exists, and creating a queue if needed. However, various postings seem obsolete. For example, one suggestion was to utilise the MSMQ extensions in WixMsmqExtensions.dll - however