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 so as to run on any platform having different versions of IIS.
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 Occurrence 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="MyIIS6Dlg">IISMAJORVERSION="#6"</Publish> -- 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 list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users READER BEWARE: Unencrypted, unsigned Internet e-mail is inherently insecure. Internet messages may be corrupted, incomplete, misdirected or may incorrectly identify the sender. Therefore, nothing in this message or attachments may be considered legally binding. THIS MESSAGE IS ONLY INTENDED FOR THE USE OF THE INDIVIDUAL OR ENTITY TO WHICH IT IS ADDRESSED AND MAY BE PRIVILEGED. If you are not the intended recipient or their authorized agent, you may not forward or copy this information and must delete or destroy all copies of this message and attachments received. If you have received this communication in error, please notify Matrikon Inc. by telephone at (780) 448-1010 or emailing ad...@matrikon.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users