Click to See Complete Forum and Search --> : How to register a DLL inside Setup Package?


ilin
August 9th, 2001, 04:37 AM
Hi! I'm now using data.dll & data.tlb as reference in my own project. Before set it to reference, I need to run "regtlib.exe data.tlb", then run "regsvr32.exe data.dll". Afterward, I can use the dll without any problems.

Now, I need to pack my own project into Setup files (from VB Package & Deployment Wizard), then I include the data.dll file in the Setup.

Problem: When I try to install my project in other PC, I've got an error saying that data.dll is not registered.

Is there any method that can do the registry during the installation?

Thanks!