Hello,

I use de following code in my unistall process :

<InstallExecuteSequence>
     <Custom Action="NTServiceUninstall"
Before="RemoveFiles">Installed</Custom>
</InstallExecuteSequence>

<CustomAction Id="NTServiceUninstall" Directory='YourDirectory'
ExeCommand='YourCommand' Return='check'></CustomAction>

Just copy that code after the last </feature> tag.

Regards
Matthieu


2007/8/6, Balaji Nidadavolu <[EMAIL PROTECTED]>:
>
>
>
> Hi,
>
>
>
> *      I want to execute a custom action as a last step in my uninstall
> process. Can anyone please let me know what code I should write in Wix, to
> call the custom action.*
>
>
>
> Thank you,
>
>
>
> Regards
>
> Balaji.
>
> DISCLAIMER ========== This e-mail may contain privileged and confidential
> information which is the property of Persistent Systems Pvt. Ltd. It is
> intended only for the use of the individual or entity to which it is
> addressed. If you are not the intended recipient, you are not authorized to
> read, retain, copy, print, distribute or use this message. If you have
> received this communication in error, please notify the sender and delete
> all copies of this message. Persistent Systems Pvt. Ltd. does not accept any
> liability for virus infected mails.
>
> -------------------------------------------------------------------------
> 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