Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. COM
  4. How to Install .dll files in the Registry?

How to Install .dll files in the Registry?

Scheduled Pinned Locked Moved COM
10 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    senthil_rajesh_kavin
    wrote on last edited by
    #1

    Hai, Plz anyone give the solution for ,How to install .dll files in the windows Registry using Regsvr32 ? Please Clearly state the steps for installation.

    P 1 Reply Last reply
    0
    • S senthil_rajesh_kavin

      The Software is SIM card Reader.We are creating the Real time WebApplication for the Mobile users.In particular Asp.net Page Having a link Which Calls that sIM CARD Reader Software.But the error was created that (one of the dll).dll was required.But that dll already with in that folder.we are get confused.plz suggest me a suitable solution to run that software in asp.net page link.

      P Offline
      P Offline
      prasad_som
      wrote on last edited by
      #2

      Have you used dependency walker as said in previous reply ? Dependency walker will be presented in VS--> visual studio tools.

      Prasad Notifier using ATL | Operator new[],delete[][^]

      S 1 Reply Last reply
      0
      • S senthil_rajesh_kavin

        Hai, Plz anyone give the solution for ,How to install .dll files in the windows Registry using Regsvr32 ? Please Clearly state the steps for installation.

        P Offline
        P Offline
        prasad_som
        wrote on last edited by
        #3

        senthil_rajesh wrote:

        How to install .dll files in the windows Registry using Regsvr32

        Is your dll is self registrable dll(COM dll) ? If yes, then from command line you need to use regsvr32 "dll path".

        Prasad Notifier using ATL | Operator new[],delete[][^]

        S 1 Reply Last reply
        0
        • P prasad_som

          senthil_rajesh wrote:

          How to install .dll files in the windows Registry using Regsvr32

          Is your dll is self registrable dll(COM dll) ? If yes, then from command line you need to use regsvr32 "dll path".

          Prasad Notifier using ATL | Operator new[],delete[][^]

          S Offline
          S Offline
          senthil_rajesh_kavin
          wrote on last edited by
          #4

          I also did like that ,but error message occured that " .dll was loaded but unable to find the Entry point.so it was unable to registered.".

          P 1 Reply Last reply
          0
          • S senthil_rajesh_kavin

            I also did like that ,but error message occured that " .dll was loaded but unable to find the Entry point.so it was unable to registered.".

            P Offline
            P Offline
            prasad_som
            wrote on last edited by
            #5

            I asked you , whether your dll is self registrable ? If yes, then only you can use Regsvr32. Make sure, there is function DllRegistrServer present in your code. Make sure, you are giving valid path using "\\".

            Prasad Notifier using ATL | Operator new[],delete[][^]

            S 1 Reply Last reply
            0
            • P prasad_som

              I asked you , whether your dll is self registrable ? If yes, then only you can use Regsvr32. Make sure, there is function DllRegistrServer present in your code. Make sure, you are giving valid path using "\\".

              Prasad Notifier using ATL | Operator new[],delete[][^]

              S Offline
              S Offline
              senthil_rajesh_kavin
              wrote on last edited by
              #6

              Actually i got the software which contains .dll and an .exe files ,how to find that .dll files is self registerable or not?.i want to execute the software through the HTML Link in ASP.NET.Plz guide me.

              P 1 Reply Last reply
              0
              • S senthil_rajesh_kavin

                Actually i got the software which contains .dll and an .exe files ,how to find that .dll files is self registerable or not?.i want to execute the software through the HTML Link in ASP.NET.Plz guide me.

                P Offline
                P Offline
                prasad_som
                wrote on last edited by
                #7

                In case of dlls, its not needed to register it. In case of COM dlls only it is needed. At least you can ask this from person, you got this software from. If its a COM dlls, use dependency walker to see exported function, there should be function DllRegisterServer.

                Prasad Notifier using ATL | Operator new[],delete[][^]

                S 1 Reply Last reply
                0
                • P prasad_som

                  In case of dlls, its not needed to register it. In case of COM dlls only it is needed. At least you can ask this from person, you got this software from. If its a COM dlls, use dependency walker to see exported function, there should be function DllRegisterServer.

                  Prasad Notifier using ATL | Operator new[],delete[][^]

                  S Offline
                  S Offline
                  senthil_rajesh_kavin
                  wrote on last edited by
                  #8

                  The Software is SIM card Reader.We are creating the Real time WebApplication for the Mobile users.In particular Asp.net Page Having a link Which Calls that sIM CARD Reader Software.But the error was created that (one of the dll).dll was required.But that dll already with in that folder.we are get confused.plz suggest me a suitable solution to run that software in asp.net page link.

                  P 1 Reply Last reply
                  0
                  • P prasad_som

                    Have you used dependency walker as said in previous reply ? Dependency walker will be presented in VS--> visual studio tools.

                    Prasad Notifier using ATL | Operator new[],delete[][^]

                    S Offline
                    S Offline
                    senthil_rajesh_kavin
                    wrote on last edited by
                    #9

                    ya,using dependency walker i able to open an .dll file.how to register?,what is the use of dependency walker?.i didn't work before related to .dll files.

                    P 1 Reply Last reply
                    0
                    • S senthil_rajesh_kavin

                      ya,using dependency walker i able to open an .dll file.how to register?,what is the use of dependency walker?.i didn't work before related to .dll files.

                      P Offline
                      P Offline
                      prasad_som
                      wrote on last edited by
                      #10

                      It is tool to see exported function from dll in question, and to check the dll required to run this dll. See http://www.dependencywalker.com/[^].

                      Prasad Notifier using ATL | Operator new[],delete[][^]

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups