Re: [WiX-users] Installation Directory not getting cleaned up on un-installation

2014-11-03 Thread ssmsam
Hi All, Yeah!!! Grateful to all of your replies. I found those helpful and now am clear. We are migrating from IS to WiX. In our IS scripts almost all are custom actions are used. To register,to un-register and to rollback . Huhhh!! so heat tool avoid all these hectic custom actions. I need s

Re: [WiX-users] Installation Directory not getting cleaned up on un-installation

2014-11-03 Thread John Cooper
ocoo...@jackhenry.com -Original Message- From: Renan Lefeuvre [mailto:r.lefeu...@ag2l.fr] Sent: Monday, November 3, 2014 11:11 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Installation Directory not getting cleaned up on un-installation Maybe i'm wron

Re: [WiX-users] Installation Directory not getting cleaned up on un-installation

2014-11-03 Thread Hoover, Jacob
ssage- From: Renan Lefeuvre [mailto:r.lefeu...@ag2l.fr] Sent: Monday, November 03, 2014 11:11 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Installation Directory not getting cleaned up on un-installation Maybe i'm wrong but tlb files and respective dlls are e

Re: [WiX-users] Installation Directory not getting cleaned up on un-installation

2014-11-03 Thread Renan Lefeuvre
3 novembre 2014 17:31 À : wix-users@lists.sourceforge.net Objet : Re: [WiX-users] Installation Directory not getting cleaned up on un-installation Hi Renan, fyodork Thanks for your thoughts. To use heat on tlb files, tlb files must be passed to heat to generate a component. I will not be having

Re: [WiX-users] Installation Directory not getting cleaned up on un-installation

2014-11-03 Thread ssmsam
Hi Renan, fyodork Thanks for your thoughts. To use heat on tlb files, tlb files must be passed to heat to generate a component. I will not be having tlb files till the installation completes. By your thought what i understand is, Execute the RegAsm.exe, in command prompt, on dll to get the resp

Re: [WiX-users] Installation Directory not getting cleaned up on un-installation

2014-11-03 Thread Fyodor Koryazhkin
Hi, You should consider using different approach: run Regasm during build and include all tlb files and registry entries in installation. Thus you ensure their deletion during uninstallation. In general you can use RemoveFile table to remove file (even using wildcard). See MSI documentation on Remo

Re: [WiX-users] Installation Directory not getting cleaned up on un-installation

2014-11-03 Thread Renan Lefeuvre
Hi, I had the same issue. You can use heat tool on your tlb file, it will generate automatically the registry entries for your tlb in the wix file. Then at uninstallation all of them will be cleaned. That works fine for me. Regards, Renan -Message d'origine- De : ssmsam [mailto:ssmc