The Installed property will tell you if the product is installed or not.  So a 
Custom Action with a 
condition of 'NOT Installed' will only be trigger on install.  A condition of 
'Installed' is 
obviously the opposite to this, but it's also true for repairs and maintenance. 
 If you need to tell 
the difference between these and an actual uninstall, I think a condition of 
'REMOVE="ALL"' is what 
you want.

Rob

Benas wrote:
> I need some property to detect if it's installation or uninstallation 
> process
> 
> 2007/8/1, Benas <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>:
> 
>     During installation I'm calling extern C function in my cpp dll.
> 
>     But during uninstallation i want to call other function from the
>     same dll - how can i do that?
> 
> 
>     Thanks for answers,
>     Benas
> 
> 
> 
> 
> -- 
> Pagarbiai,
> Benediktas Lipnickas
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to