Try Remove="YourFeatureName", it take effect when you changed the Feature
status.


Benas wrote:
> 
>  'REMOVE="ALL" is true when user clicks uninstall.
> 
> But if user double click on msi file there he'll be able to pick from
> repair
> or uninstall and if he pick up uninstall the condition 'REMOVE="ALL" is
> false.
> What condition should i use if i want it be true for all uninstall
> actions?
> 
> 
> 
> 2007/8/1, Rob Hamflett <[EMAIL PROTECTED]>:
>>
>> 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
>>
> 
> 
> 
> -- 
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Different-action-on-uninstall-tf4198893.html#a12379860
Sent from the wix-users mailing list archive at Nabble.com.


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