In article <[EMAIL PROTECTED]>,
    "Sean Farrow" <[EMAIL PROTECTED]>  writes:

> I am in the process of coding a msi. I need to search for multiple
> applications and only display a message and about the installation if
> none of the applications are found. Am I better off using an AppSearch
> element or using a custom action and settings properties? 

Use AppSearch to set one property for each application you're
searching for, say APP1FOUND, APP2FOUND, etc.

Then in LaunchConditions combine the properties together so that the
requirement message fires if none of them are found:

NOT (APP1FOUND OR ... OR APP2FOUND)

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