Hi
How I do to the VB 6 register an dll, because It is Instaling the dll , but do not is registring, I have register with regsvr32.
thank you
Printable View
Hi
How I do to the VB 6 register an dll, because It is Instaling the dll , but do not is registring, I have register with regsvr32.
thank you
You need to register it with regsvr32. Can't get around that one.
mutley-
I think Iain17's reply might be misleading, depending on what you mean by "...VB6 register a DLL?".
If you mean: "Can VB register components (DLLs OCXs etc) when installing a package?", then the answer is Yes.
It does the registering for you (the information for this is listed in the setup.lst file if you need to view it)
ben
Which is done by using RegSvr32, i might add.
Hi
Thank, but the dll is register in design time, but when I use Package & Deployment Wizard to instaling in other machines, It return me error :
Activex Component Can't create object
I found that dll , It is in directory the applicative, but do not work.