Re: [WiX-users] How to cleanup folder created by Burn in temporary directory

2011-10-06 Thread shruthi02
Upgrading to a newer version (v3.6.2019) fixed this issue. Thank you! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-cleanup-folder-created-by-Burn-in-temporary-directory-tp6848834p6866287.html Sent from the wix-users mailing list archive at

Re: [WiX-users] How to cleanup folder created by Burn in temporary directory

2011-09-30 Thread Rob Mensching
They should be cleaned up automatically. There were bugs previously that prevented the clean up from happening and sometimes things like virus checkers or (if you are using a managed BA) the .NET Framework hang out longer than they should preventing the directories from being removed. If you reboo

[WiX-users] How to cleanup folder created by Burn in temporary directory

2011-09-30 Thread shruthi02
Hi, Burn creates a folder containing assembly and configuration files of the custom bootstrapper application, both during installation and uninstallation. Is there a way to force this to be cleaned up once the operation is complete? In addition, is there a way to force an MSI (created from WIX) t