PDA

Click to See Complete Forum and Search --> : Register DLL


anna7
Mar 13th, 2008, 04:19 AM
Hi,

I create a setup project with one customized action: the installer call .bat for register dll.

the .BAT has this code:

regsvr32 xxxx.DLL

The DLL and the .BAT are inside the app folder.

The problem is that when the installer call .bat, this call DLL in Windows/System32 directory instead of folder app.

C:\Windows\System32\regsvr32 xxx.DLL

Then it displays error because it does not found the DLL. How I can resolve this?

thanks in advance.

regards

Hack
Mar 13th, 2008, 06:01 AM
Moved to Application Deployment

What installer are you using?

anna7
Mar 13th, 2008, 06:32 AM
setup project VS.NET 3003

regards

Paul M
Mar 13th, 2008, 07:33 AM
Registering COM components (http://www.vbforums.com/showpost.php?p=3160154&postcount=6)

Above is a recent post made by Penagate, that may be of use to you. Otherwise sorry i am not one to dive into the world of deployment.