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 flexible

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

2010-04-08 Thread pmdarrow
Publish Dialog=MyDlg Control=Next Event=NewDialog Value=MyIIS6DlgIISMAJORVERSION = #6/Publish should work. If not, (IISMAJORVERSION=#6 OR IISMAJORVERSION=#7) definitely works. -- View this message in context:

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

2010-04-07 Thread Pally Sandher
, 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 the Custom Dialog Occurrence Hi, I'm a beginner to Wix v3.0. I'm

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: PropertyRef Id=IISMAJORVERSION/ Publish Dialog=MyDlg Control=Next Event=NewDialog Value=MyIIS6DlgIISMAJORVERSION=#6/Publish -- View this message in context:

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 Vishwajit Walke
-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 following

[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