Re: [WiX-users] IIS 6.0 Detection to Skip the Custom Dialog Occurrence

2010-04-08 Thread pmdarrow
IISMAJORVERSION >= "#6" should work. If not, (IISMAJORVERSION="#6" OR IISMAJORVERSION="#7") definitely works. -- View this message in context: http://n2.nabble.com/IIS-6-0-Detection-to-Skip-the-Custom-Dialog-Occurrence-tp4861003p4870655.html Sent from the wix-users mailing list archive at Nabble

Re: [WiX-users] IIS 6.0 Detection to Skip the Custom Dialog Occurrence

2010-04-08 Thread Pally Sandher
toolset. Subject: Re: [WiX-users] IIS 6.0 Detection to Skip the Custom Dialog Occurrence Hi, Is it possible to extend this condition to detect the version of IIS installed is 6 AND greater than 6 ? Currently, I'm able to detect the version # 6 with this. Just wanted to make this condition fl

Re: [WiX-users] IIS 6.0 Detection to Skip the Custom Dialog Occurrence

2010-04-07 Thread Vishwajit Walke
wajit -Original Message- From: pmdarrow [mailto:pdar...@metaworks.com] Sent: Wednesday, April 07, 2010 7:03 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] IIS 6.0 Detection to Skip the Custom Dialog Occurrence Detecting IIS is easy, link with WixIIsExtension.dll and then the foll

Re: [WiX-users] IIS 6.0 Detection to Skip the Custom Dialog Occurrence

2010-04-07 Thread Vishwajit Walke
Thanks. It saved my lot of googling time. Much Appreciated !! Vishwajit -Original Message- From: pmdarrow [mailto:pdar...@metaworks.com] Sent: Wednesday, April 07, 2010 7:03 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] IIS 6.0 Detection to Skip the Custom Dialog

Re: [WiX-users] IIS 6.0 Detection to Skip the Custom Dialog Occurrence

2010-04-07 Thread pmdarrow
Detecting IIS is easy, link with WixIIsExtension.dll and then the following "just works": IISMAJORVERSION="#6" -- View this message in context: http://n2.nabble.com/IIS-6-0-Detection-to-Skip-the-Custom-Dialog-Occurrence-tp4861003p4864761.html Sent from the wix-users mailing li

Re: [WiX-users] IIS 6.0 Detection to Skip the Custom Dialog Occurrence

2010-04-07 Thread Pally Sandher
egistered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Vishwajit Walke [mailto:vishwajit.wa...@matrikon.com] Sent: 06 April 2010 20:56 To: wix-users@lists.sourceforge.net Subject: [WiX-users] IIS 6.0 Detection to Skip t

[WiX-users] IIS 6.0 Detection to Skip the Custom Dialog Occurrence

2010-04-06 Thread Vishwajit Walke
Hi, I'm a beginner to Wix v3.0. I'm working on the Custom Dialog to accept the Web Application Name and the Port Number. I've written a Custom Action dll which checks whether a web application exists on a specific port number and I'm triggering this custom action on "Next" Button Click in my c