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
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...
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
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