If you know the format then of the name then you can do something like this:
<Directory Id="Log" Name="Log"> <Component Id="remLogFiles" Guid="GUID_HERE"> <RemoveFile Id="remLogFiles" Name="sndbs*.log" LongName="sndbs????-??-??.log" On="uninstall" /> </Component> <Component Id="remLogFolder" Guid="GUID_HERE"> <RemoveFolder Id="remLogFolder" On="uninstall" /> </Component> </Directory> That text is a bit old so it might need a minor tweak, but that should do it. It's best to try and match known files as closely as possible so you don't end up deleting anything that's not yours. Rob Eduard Zaverukha wrote: > Hello > > How I can remove a folder "Logs" both all enclosed files and folders? For a > moment of compilation i don't know names of files and a folders containing > in a folder "Logs". > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users