Sandun,

I'm not an expert in WiX, but I did notice another installer used
<RemoveFile> for example:
<RemoveFile Id="Rf002" Directory="_some_installdir" Name="app_debug.txt"
On="uninstall" />

This seems to be what you're looking for.

Regards,
Roger

sandun css wrote:
> Hi all,
>
> When I uninstall my application all the installed files get removed. But
> some files do not get removed since they were generated after the
> installation. (log files etc..)
>
> I need to delete those as well. I tried with 'RemoveFolder' element as well.
> But it doesn't remove folders when they contain files and child folders.
>
> Is there a way to do this, in WiX?
>
> Thank you,
> Sandun
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>   

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to