-
Register DLL
Hi,
I create a setup project with one customized action: the installer call .bat for register dll.
the .BAT has this code:
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.
Code:
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
-
Re: Register DLL
Moved to Application Deployment
What installer are you using?
-
Re: Register DLL
setup project VS.NET 3003
regards
-
Re: Register DLL
Registering COM components
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.