Results 1 to 3 of 3

Thread: Self registering DLL's

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2001
    Location
    UK
    Posts
    30

    Self registering DLL's

    Hi all, Does anyone know how to make a VB created DLL with no forms, self register when installed on a fresh PC. If I just copy it to the C:\WINDOWS\SYSTEM directory it ignores it until I register using REGSVR32.

    Thanks for reading

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    That seems to be the way ActiveX dlls work. I think an ActiveX EXE automatically registers itself when it first runs.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3
    gaffa
    Guest
    You are going to have to register the DLL - either manually, through a setup kit, or possibly through a custom app, but it needs to be registered.

    - gaffa

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