PDA

View Full Version : QtService installation not showing service in Services Panel



mvbhavsar
19th December 2013, 09:49
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

ChrisW67
20th December 2013, 11:03
You are running it with administrator rights?

mvbhavsar
20th December 2013, 17:18
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.

ChrisW67
20th December 2013, 20:17
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.