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. C / C++ / MFC
  4. Registering dll after install

Registering dll after install

Scheduled Pinned Locked Moved C / C++ / MFC
testingbeta-testingtutorialquestion
6 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.
  • F Offline
    F Offline
    Florin Ochiana
    wrote on last edited by
    #1

    Hi, I made a toolbar for Internet Explorer. When I'm testing it on my computer I register it with regsvr32 toolbar.dll. I made an installer for the toolbar. I don't know how to register the dll after the installation, something like regsvr32. I didn't found anything on msdn. Do you have any ideea? Thanks ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.

    T 1 Reply Last reply
    0
    • F Florin Ochiana

      Hi, I made a toolbar for Internet Explorer. When I'm testing it on my computer I register it with regsvr32 toolbar.dll. I made an installer for the toolbar. I don't know how to register the dll after the installation, something like regsvr32. I didn't found anything on msdn. Do you have any ideea? Thanks ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.

      T Offline
      T Offline
      ThatsAlok
      wrote on last edited by
      #2

      Ok, Tell Me one thing Which InStaller are your using to install your COMDLL. If you are using any WELLKNOWN INSTALLER like Wise,INNo or Install shield,thay aleady equip with this functionality. if you are creating your own INSTALLER use this api to register your toolbar.dll ShellExecute(NULL,"open","regsvr32.exe","YOURPATH\toolbar.dll",NULL,SW_HIDE); ----------------------------- "I Think It Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk

      F 1 Reply Last reply
      0
      • T ThatsAlok

        Ok, Tell Me one thing Which InStaller are your using to install your COMDLL. If you are using any WELLKNOWN INSTALLER like Wise,INNo or Install shield,thay aleady equip with this functionality. if you are creating your own INSTALLER use this api to register your toolbar.dll ShellExecute(NULL,"open","regsvr32.exe","YOURPATH\toolbar.dll",NULL,SW_HIDE); ----------------------------- "I Think It Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk

        F Offline
        F Offline
        Florin Ochiana
        wrote on last edited by
        #3

        Hi, Thank you for your answer. I am using the Visual Studio Installer which comes with Visual Studio 7.0. Thanks again ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.

        T 1 Reply Last reply
        0
        • F Florin Ochiana

          Hi, Thank you for your answer. I am using the Visual Studio Installer which comes with Visual Studio 7.0. Thanks again ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.

          T Offline
          T Offline
          ThatsAlok
          wrote on last edited by
          #4

          Florin Ochiana wrote: I am using the Visual Studio Installer which comes with Visual Studio 7.0. i never worked on that,if you don't find any option for registrying DLL there, you can opt for ShellExecute One. Anyway i visited you company WebPAge,Hard Luck ,it under construction ----------------------------- "I Think It Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk

          F 1 Reply Last reply
          0
          • T ThatsAlok

            Florin Ochiana wrote: I am using the Visual Studio Installer which comes with Visual Studio 7.0. i never worked on that,if you don't find any option for registrying DLL there, you can opt for ShellExecute One. Anyway i visited you company WebPAge,Hard Luck ,it under construction ----------------------------- "I Think It Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk

            F Offline
            F Offline
            Florin Ochiana
            wrote on last edited by
            #5

            Yeah, as it usually happens we don't have any time left for our page because of the work we have to do for our clients. :) ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.

            T 1 Reply Last reply
            0
            • F Florin Ochiana

              Yeah, as it usually happens we don't have any time left for our page because of the work we have to do for our clients. :) ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.

              T Offline
              T Offline
              ThatsAlok
              wrote on last edited by
              #6

              Florin Ochiana wrote: Yeah, as it usually happens we don't have any time left for our page because of the work we have to do for our clients. :) ----------------------------- "I Think It Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk

              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