In article <[EMAIL PROTECTED]>,
    "Lanteigne, Alan" <[EMAIL PROTECTED]>  writes:

> I'm using REMOVE=3D"ALL" to conditionally run a custom action when the
> software is removed.
> 
> =20
> 
> How can I do the opposite.... Conditionally run an action only when the
> software is installed?

Phil gave a good answer to your second question.  Please be careful
when writing conditions in that you consider all of these scenarios:

        - Install
        - Uninstall
        - Modify
        - Repair
        - Upgrade
        - Patch

A common mistake is to think of conditions as only applying to install
and uninstall and then when the other operations are invoked, you end
up with custom actions running when they shouldn't.
-- 
"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: 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