http://msdn.microsoft.com/en-us/library/aa368012(VS.85).aspx
Under "Feature and component state values".

I think it could work if you put LaunchConditions after CostFinalize in the
sequence tables.
Otherwise, you could also use a CustomAction using the "Error" attribute and
you could sequence this after CostFinalize to achieve the same effect.


Robert O'Brien-2 wrote:
> 
> Is it expected that prerequisite condition statements support checking
> feature state and action values in order to determine if prerequisite
> should be checked for, e.g. is the following valid given an msi that has a
> Feature named "Databases" and a SQL08DIR property assignment using
> registry search?
> 
> <Condition Message="[ProductName] requires Sql08 to be installed.">
>     Installed Or (!Databases=2 And &amp;Databases=3 And SQL08DIR)
> </Condition>
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/prerequisite-conditions-tp1614466p1614700.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to