Is it possible to install a windows service from a DLL? (Delphi)

1

I have a dll which has methods that should be executed in a windows service. I did a search and saw that to install a service, I would need an executable. I have the 2007 version of Delphi and Windows 7. Something like:

rundll32.exe <nomedll>.dll /install
    
asked by anonymous 22.02.2017 / 16:45

0 answers