Re: [WiX-users] Delete installation folder

2009-03-26 Thread sandun css
Hi, Thanks for the replies. I tried with both the approaches. But they remove only the installed fils. Logs and other generated files doesn't seem to removing. Sandun -- ___ Wi

Re: [WiX-users] Delete installation folder

2009-03-25 Thread Roger I.W. Spooner
Sandun, I'm not an expert in WiX, but I did notice another installer used for example: 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 w

Re: [WiX-users] Delete installation folder

2009-03-25 Thread post
Try Kind regards, Hans On Wed, March 25, 2009 12:43, 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 wel

[WiX-users] Delete installation folder

2009-03-25 Thread sandun css
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 c