In article <[EMAIL PROTECTED]>,
    "Ted Yu" <[EMAIL PROTECTED]>  writes:

> <CustomAction Id='CheckDbExist' BinaryKey='CheckDbExist' VBScriptCall='
> CheckDbExist' Execute='immediate' Return='check'/>
> 
> How do I limit the above custom action to be run only at uninstall ?

Use the Condition

        Installed and REMOVE="ALL"

Look at the help page titled "Conditioning Actions to Run During
Removal" in the Windows Installer documentation.
-- 
"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 2008.
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