In article <[EMAIL PROTECTED]>,
    Robert O'Brien <[EMAIL PROTECTED]>  writes:

> Is it expected that prerequisite condition statements support checking
> featur e state and action values in order to determine if prerequisite
> should be check ed for, e.g. is the following valid given an msi that
> has a Feature named "Data bases" and a SQL08DIR property assignment
> using registry search?

The feature and component states are not valid until the CostFinalize
action is run.  However, if you want to check that features for your
application are installed, you can shadow the installation state with
a registry value.  The registry value is in a component that belongs
only to the one feature.  If the feature is installed, the registry
value is written.  You can then use AppSearch to scrape that out
during a modify, repair, patch, or uninstall scenario.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

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