Hi,

I have a dll created in C#, whih i wnat to use in VB6, so i use regasm to create a tlb, which willl enalbe me to use that that control in VB6... so far so good.

This works perfect on mymachine, coz i have myself/manully registered the dll to tlb.

Now i create a setup package using VB6 PDW... ofcurse im adding the TLB. When deployed on a 3rd machine, it faisl to register... not dont tell me edit the setup.lst file to make it TLGSelfRegsiter.. i have done all this.. but this tlb is not getting registerd with setup, if i manyally register it works fine.. not getting registered in setup.. any body knows anything??