Results 1 to 4 of 4

Thread: QtService installation not showing service in Services Panel

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2010
    Posts
    97
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default 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

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: QtService installation not showing service in Services Panel

    You are running it with administrator rights?

  3. #3
    Join Date
    Jun 2010
    Posts
    97
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default 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.

  4. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default 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.

Similar Threads

  1. Web services in qt ???
    By sai_3289 in forum Qt Programming
    Replies: 1
    Last Post: 9th October 2012, 08:24
  2. QtService Installation Problem: occurred while nmake.
    By lwinhtooko in forum Installation and Deployment
    Replies: 0
    Last Post: 15th October 2010, 09:20
  3. Where can I find web services api that Qt can use ?
    By kellen851105 in forum Qt Programming
    Replies: 1
    Last Post: 3rd March 2010, 06:25
  4. Showing QMainWindow without showing a child QWidget
    By discostu in forum Qt Programming
    Replies: 3
    Last Post: 4th March 2007, 09:03

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.