hi all,
I has a windows installer package and i want to install the feature "sooa"
when it is on Windows 2008 Server, so i write the component condition like
this, but it doesn't work at all and on any operating system the sooa will
be installed. Does any one know what's wrong with it. 
Thanks very much.

<Feature Id="FeatureSsoa"
        Title="ssoa"
        Level="3"
        <Condition Level="0"><![CDATA[MsiNTProductType=3 AND
VersionNT>=600]]></Condition>
        <ComponentRef Id="Sss" />
</Feature>

-- 
View this message in context: 
http://www.nabble.com/Something-wrong-with-the-component-condition-tf4440318.html#a12668955
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to