Re: [WiX-devs] Condition under component is not working

2012-04-16 Thread David Watson
I have used IISVERSION="#6" (for IIS 6 only) and IISVERSION<>"#6" for higher, I don't worry about IIS5 as we will never install on an OS with IIS5 on it because of launch conditions. I don't think >= will work to well with strings. Also this is a mailing list for development of the wix too

[WiX-devs] Condition under component is not working

2012-04-16 Thread Sujitha Ramamoorthy
Hi, I added condition for IIS version under component but it is not working. Please anyone help for this problem. Thanks, Sujitha -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...

[WiX-devs] Condition under component is not working

2012-04-16 Thread Sujitha Ramamoorthy
Hi, I added condition for IIS version under component but it is not working. Please anyone help for this problem. Thanks, Sujitha -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...a

[WiX-devs] How to assign different actions for different IIS version in WIX installer?

2012-04-16 Thread Sujitha Ramamoorthy
Hi, My requirement is to add below mentioned scenarios in same installer. 1.Create a virtual directory under default web site if IIS version is 5.1 2.Create a new web site if IIS version is equal to or greater than 6. I added the code as given below but it is not working. IISMAJORVERSI