Re: [WiX-users] Delete folders & files only on Uninstall

2013-05-20 Thread John Cooper
chennam [mailto:chatrapathi.chen...@gmail.com] Sent: Monday, May 20, 2013 1:53 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Delete folders & files only on Uninstall Is it same as RemoveFolder? I searched for RemoveFoldersEX but couldn't find on WIX CHM of 3.7 Thanks Chatra -- Vie

Re: [WiX-users] Delete folders & files only on Uninstall

2013-05-20 Thread chennam
Is it same as RemoveFolder? I searched for RemoveFoldersEX but couldn't find on WIX CHM of 3.7 Thanks Chatra -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Delete-folders-files-only-on-Uninstall-tp7585988p7586018.html Sent from the wix-users mai

Re: [WiX-users] Delete folders & files only on Uninstall

2013-05-20 Thread Rob Mensching
WiX chm file? On Mon, May 20, 2013 at 5:45 AM, chennam wrote: > Hi , > > Can any one provide good resource on how to implement util:RemoveFoldersEx > to remove folders on uninstall. > > > Thanks > Chatra > > > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687559

Re: [WiX-users] Delete folders & files only on Uninstall

2013-05-20 Thread chennam
Hi , Can any one provide good resource on how to implement util:RemoveFoldersEx to remove folders on uninstall. Thanks Chatra -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Delete-folders-files-only-on-Uninstall-tp7585988p7585997.html Sent fro

Re: [WiX-users] Delete folders & files only on Uninstall

2013-05-19 Thread Rob Mensching
util:RemoveFoldersEx sounds like it would do the job. On Sun, May 19, 2013 at 7:19 PM, chennam wrote: > Hi, > > Some new files & folders getting created by IIS & Sitecore in our > website;which are temp files. On Uninstall I want to delete these files & > folders forcefully by custom action. I h