PDA

View Full Version : Trying to install QtService examples in windows 7



nikhilqt
13th January 2012, 21:32
Hi,

I am trying to install qtservice in windows 7. But it always says "The service Qt HTTP Daemon could not be installed". Some days back I even programmed and executed qtservice in windows XP without any issues. Now I am just worried whether is there any administrative problems need to be considered while installing/running Qt Service.

I just did,


C:/> httpservice.exe -i

Thanks for the help,
Nikhil

Lesiok
14th January 2012, 09:18
Try to run command line as Administrator.

nikhilqt
15th January 2012, 04:28
It works now. Any idea how to run the commands using static methods of QtServiceController::install(...) in the program ?