QtService installation not showing service in Services Panel
Hi,
I have controller.exe which is available as a part of QtService build and now I am using same to install service as follows.
controller.exe -i c:\\test.exe
This executes test.exe successfully. But what I am looking for to add this in a services panel under
Start --> Control Panel --> Administrative Tasks --> Services
Entry is missing there from where I will be able start and stop services.
Pl. help me to achieve this
Regards
Manish
Re: QtService installation not showing service in Services Panel
You are running it with administrator rights?
Re: QtService installation not showing service in Services Panel
Yes, I am running with administrative rights. Does executable which is passed as parameter needs any special implementation required. Passing executable (test.exe) in this case has only file writing function.
Re: QtService installation not showing service in Services Panel
No. Does it actually appear in the Windows Registry?
You will probably need to specify a full path the test.exe and ensure that when run in the system context it will find the Qt libraries on which it depends.