Re: [WiX-users] Problem during uninstall !

2014-11-13 Thread Renan Lefeuvre
Hello, I think that it is your vbs which causes the problem because it's excuted on install and uninstall. Maybe you could add a condition to execute your custom action. Regards, Renan -Message d'origine- De : Fabrice MAUPIN [mailto:fmau...@iback.fr] Envoyé : jeudi 13 novembre 2014 1

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

2014-11-03 Thread Renan Lefeuvre
Maybe i'm wrong but tlb files and respective dlls are embedded in your installer. So you have them somewhere before generating the installer. If you parse your tlb files with heat, you will generate the wxs file with necessary registry entries. It's the same thing for respective dlls. What I d

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