Results 1 to 4 of 4

Thread: Register DLL

  1. #1

    Thread Starter
    Hyperactive Member anna7's Avatar
    Join Date
    Sep 2005
    Location
    Catalonia
    Posts
    481

    Exclamation Register DLL

    Hi,

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

    the .BAT has this code:

    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.
    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

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Register DLL

    Moved to Application Deployment

    What installer are you using?

  3. #3

    Thread Starter
    Hyperactive Member anna7's Avatar
    Join Date
    Sep 2005
    Location
    Catalonia
    Posts
    481

    Re: Register DLL

    setup project VS.NET 3003

    regards

  4. #4
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width