Re[2]: [Nant-users] MSI task and registering assemblies in COM

2004-12-16 Thread Denis Kruchkov
Hi Jim, It is not clear which tool must setup msi ? If you mean msi task - than it is not the case, because msi task doesn't add appropriate information to Registry, AppId and other tables. JG> Denis, JG> The tool should automatically setup msi to register the assemblies & JG> tlb files... Plea

Re: [Nant-users] MSI task and registering assemblies in COM

2004-12-16 Thread Jim Geurts
Denis, The tool should automatically setup msi to register the assemblies & tlb files... Please let me know if this is not the case. JIm On Mon, 13 Dec 2004 18:28:51 +0200, Denis Kruchkov <[EMAIL PROTECTED]> wrote: > I have assemblies which exposed to COM for using by script language. > Does

[Nant-users] MSI task and registering assemblies in COM

2004-12-14 Thread Denis Kruchkov
I have assemblies which exposed to COM for using by script language. Does anybody know is it possible to build installation by msi task which register assemblies and related tlb in registry (like VS.NET Deployment project do) or it is not supported by current version of NAntContrib ? -- Best rega