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

Re: [WiX-users] Delete folders

2009-02-26 Thread Yan Sklyarenko
al Message- From: sandun css [mailto:sandun...@gmail.com] Sent: Thursday, February 26, 2009 11:40 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Delete folders Hi Yan, Can I have some sample code please ? On Thu, Feb 26, 2009 at 2:35 PM, Yan Sklyar

Re: [WiX-users] Delete folders

2009-02-26 Thread sandun css
move, and then include it into > your project. > > -- Yan > > -Original Message- > From: sandun css [mailto:sandun...@gmail.com] > Sent: Thursday, February 26, 2009 7:37 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Delete

Re: [WiX-users] Delete folders

2009-02-26 Thread Yan Sklyarenko
...@gmail.com] Sent: Thursday, February 26, 2009 7:37 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Delete folders I need to delete all the folders exist inside the install directory. (without specifing their names) RemoveFile, RemoveFolder elements need file and

Re: [WiX-users] Delete folders

2009-02-25 Thread sandun css
I need to delete all the folders exist inside the install directory. (without specifing their names) RemoveFile, RemoveFolder elements need file and folder names to be specified. Is it possible to do this withour specifing the names ? On Wed, Feb 25, 2009 at 6:42 PM, Yan Sklyarenko wrote: > MS

Re: [WiX-users] Delete folders

2009-02-25 Thread Yan Sklyarenko
MSI supports this via RemoveFile table: http://msdn.microsoft.com/en-us/library/aa371201.aspx. WiX wraps this into RemoveFile and RemoveFolder elements (see docs on this). -- Yan -Original Message- From: sandun css [mailto:sandun...@gmail.com] Sent: Wednesday, February 25, 2009 10:45 AM