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

[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

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
; Sent: Wednesday, February 25, 2009 10:45 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Delete folders > > Hi, > > When I uninstall my application, all the folders which were created > after > the installation remains without getting deleted. How can I dele

Re: [WiX-users] Delete folders

2009-02-25 Thread Yan Sklyarenko
To: wix-users@lists.sourceforge.net Subject: [WiX-users] Delete folders Hi, When I uninstall my application, all the folders which were created after the installation remains without getting deleted. How can I delete those folders? Can't I delete all the folders exist in the Install dire

[WiX-users] Delete folders

2009-02-25 Thread sandun css
Hi, When I uninstall my application, all the folders which were created after the installation remains without getting deleted. How can I delete those folders? Can't I delete all the folders exist in the Install directory ? If so, how to do it? Thanks, Sandun