Lawrence wrote:
>
> (&featureId)
>
>
> I get an error saying that a ';' was expected.
>
First, you need to compare the feature action state to some value. 3
means "being installed locally." Second, the ampersand is an special
character in XML; you can use
or
&featureId=3
--
sig://bo
Take a look at the Conditional Statement Syntax
http://msdn2.microsoft.com/en-us/library/aa368012.aspx
&featureId must be compared to a numeric value depending on what you are
trying to determine. For example, the feature would be set to install
if &featureId = 3, where 3 is INSTALLSTATE_LOCAL.
2 matches
Mail list logo