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. Windows API
  4. DLL not getting registered from a service (service exe)

DLL not getting registered from a service (service exe)

Scheduled Pinned Locked Moved Windows API
windows-adminhelpquestion
1 Posts 1 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.
  • D Offline
    D Offline
    dolly
    wrote on last edited by
    #1

    Hi Friends, I am trying to register my dlls by system("regsvr32 abc.dll") command from inside the service I created in control panel->services. When start my service, everything works all fine and windows registry confirms the dll registration also, by popping up the success dialog box. But when I look into the registry for the specific registry path (that I have given in my plugin dll .reg file), I dont find my dll there! BUT, When I create a simple win32 exe, and run the same system("regsvr32 abc.dll") command this exe's code, it works all fine and I get my registered dll in the path I mentioned in dll's .rgs file. I am not able to get the difference between the execution of same command from a simple exe AND from inside a service exe code?????? I have tried this thing on both win Vista and XP. Please if anyone have worked on services plz help me!!!! Thanks!

    dolly, N,IN

    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