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 RemoveFile table for detailed
information.

Regards
Fyodor.


-----Message d'origine-----
> De : ssmsam [mailto:ssmcs...@gmail.com]
> Envoyé : lundi 3 novembre 2014 12:12
> À : wix-users@lists.sourceforge.net
> Objet : [WiX-users] Installation Directory not getting cleaned up on
> un-installation
>
> Hi,
> We are registering .dll files with regasm.exe, as a result of this .tlb
> files are getting generated during the installation. During un-installation
> these tlb files are remained as it is. So because of this installer is not
> able to remove the installation directory completely.
>
> Can i insert an entry into the RemoveTable in Wix? So that i can add an
> entry with.tlb file name into the <RemoveTable> .
>
> Can anyone please help on this.?
>
> Regards,
> Sampat
>
>
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
Regards,
Fyodor Koryazhkin..
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to