Even if I remove level attribute condition is not working.

-----Original Message-----
From: John Cooper [mailto:[email protected]]
Sent: Monday, April 16, 2012 9:22 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Condition under component is not working

Level Conditions apply to Features.  Remove the Level attribute.

--
John Merryweather Cooper
Build & Install Engineer - ESA
Jack Henry & Associates, Inc.(r)
Shawnee Mission, KS  66227
Office:  913-341-3434 x791011
[email protected]
www.jackhenry.com




-----Original Message-----
From: Sujitha Ramamoorthy [mailto:[email protected]]
Sent: Monday, April 16, 2012 10:33 AM
To: [email protected]
Subject: [WiX-users] Condition under component is not working

Hi,

I added condition for IIS version under component but it is not working.

<Component Id="WebSite" Guid="{F509D5DC-3F13-4AAF-974E-0D7EF82EE4B3}">
<Condition Level="0"><![CDATA[IISMAJORVERSION >= "#7"]]></Condition> 
<CreateFolder /> <iis:WebSite Id="WebSiteFolder" 
Description="$(var.EnterpriseWebSiteDescription)" Directory='ServerWebDIR'> 
<iis:WebAddress Id="AllUnassigned" Port="80" /> </iis:WebSite> </Component>

Please anyone help for this problem.

Thanks,
Sujitha

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message,
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution
is strictly prohibited. If you have received this message in error, please
immediately advise the sender by reply email and delete all copies.


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to