Results 1 to 4 of 4

Thread: Dll Registration - [RESOLVED]

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2002
    Location
    UK
    Posts
    147

    Dll Registration - [RESOLVED]

    I have created a dll and succsesfully registered it, but know i have changed my dir structure and the dll has been moved.

    Now you've had the background, heres the question:

    Is there any way of unregistering dll's?
    Last edited by mik706; Feb 11th, 2004 at 03:13 AM.
    Mik706

  2. #2
    Let me in .. techyspecy's Avatar
    Join Date
    Aug 2002
    Location
    Back to VBF.
    Posts
    2,456
    regsvr32 -u FullDLLPath

    e.g;

    regsvr32 - u "c:\winnt\mydll.dll"
    will unregister mydll.dll.

  3. #3
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    same way you registered it with a /u in the params

    if you run regsvr32 from the run command in the start menu... it will give you a message box with its accepted params /u is to unregister a DLL

    Attached Images Attached Images  

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Jul 2002
    Location
    UK
    Posts
    147
    Thanks for your replys.
    Mik706

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