Re: [WiX-users] Wix and MSMQ: MSMQ Detection

2011-03-09 Thread Matthew Slane
Hi,

I've recently done something similar. I look at the registry to see if
MSMQ is installed and store the result in a property:

   
  


Note, this is for windows7, other version may be different.

Then if it isn't available I use custom actions to install it using
DISM, this is only available on newer versions of windows.



NOT
MSMQAVAILABLE

Unfortunately, MSMQ requires a reboot after installation before you can
create the queues.

I then have a separate feature for the queues dependent on
MSMQAVAILABLE.



NOT MSMQAVAILABLE
  

If MSMQ was installed as part of the process I then ask for a reboot.
I'd like to then install the queues on the next reboot, but haven't
figured that part out yet.  My software will set the queues up if
they're missing, but I can end up in a chicken and egg situation so I'd
prefer to do it with the installer.

Matt
-Original Message-
From: mann1402 [mailto:manoj.ban...@live.in] 
Sent: 08 March 2011 16:55
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Wix and MSMQ: MSMQ Detection

Hi, 

I have to create a message queue if MSMQ is installed. If MSMQ is not
installed then move forward without doing anything.
 
Is there a way, we can found that whether MSMQ is installed in
MSMQExtension
dll.
 
I know, We can use Registry for the same but installer will fail if MSMQ
is
not installed.
 
Please help. 

Thanks, 
Mark

--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-and-MS
MQ-MSMQ-Detection-tp6130317p6130317.html
Sent from the wix-users mailing list archive at Nabble.com.


--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
The information in this email (and any attachments) is confidential and is 
intended solely for the use of the individual or entity to whom it is 
addressed. If you received this email in error please tell us by reply email 
(or telephone the sender) and delete all electronic copies on your system or 
other copies known to you. Trainline Investments Holdings Limited (Registered 
No.5776685), Trainline.com Limited (Registered No. 3846791) and Trainline 
Scotland Limited (Registered No. 6881309) are all registered in England and 
Wales with registered office at The Matrix, 9 Aldgate High Street, London, EC3N 
1AH.

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Wix and MSMQ: MSMQ Detection

2011-03-08 Thread mann1402
Hi, 

I have to create a message queue if MSMQ is installed. If MSMQ is not
installed then move forward without doing anything.
 
Is there a way, we can found that whether MSMQ is installed in MSMQExtension
dll.
 
I know, We can use Registry for the same but installer will fail if MSMQ is
not installed.
 
Please help. 

Thanks, 
Mark

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-and-MSMQ-MSMQ-Detection-tp6130317p6130317.html
Sent from the wix-users mailing list archive at Nabble.com.

--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WIX and MSMQ

2008-08-28 Thread Krzysztof Kozmic
Is there a way of doing the following in wix?
- ensuring MSMQ is installed
- check if queue exists
- if not create it


I know there is WixMsmqExtension.dll, but its documentation is practically 
nonexistent, and it doesnt have anything that even remotely looks like 
something I need.

I currently have para-solution for issue #1, like this:

 
 



  MSMQ



Ugly (and potentially fragile) but it works.
Any ideas?


CONFIDENTIALITY NOTICE
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged, confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please delete all copies of this message and notify the 
sender immediately by return mail or fax ATSI S.A.(+4812) 285 36 04.
Any email attachment may contain software viruses which could damage your own 
computer system. Whilst reasonable precaution has been taken to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should therefore carry out your own virus checks 
before opening any attachments.


-
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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users