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

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 chatrapathi.chen...@gmail.comwrote: 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:

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

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

2013-05-20 Thread John Cooper
[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 -- View this message in context

[WiX-users] Delete folders files only on Uninstall

2013-05-19 Thread chennam
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 have return a custom action(for each folder) which deletes folders which are not installed by MSI. But issue comes up

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 chatrapathi.chen...@gmail.comwrote: 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