Archived

This forum has been archived. Please start a new discussion on GitHub.

autostart windows service

Hi,there

I now use IceStorm service in my application. I want to start icebox when the windows starts.

How can I do to make Icebox as my windows service and every time the windows starts the service can be started .

I use this command line :icebox --Ice.Config=config.icebox .

Can you give me suggestions ? thank you .

Comments

  • dwayne
    dwayne St. John's, Newfoundland
    Please check out the Windows Services section of the manual.
  • any wrong

    I use the command
    icebox --install IceStormService --Ice.Config=config
    but it shows:
    icebox: warning : the --install option is deprecated
    I check the windows service and the IceStormService is there,and I can start it,,but it doesn't pass any parameter.
    I have set the ICE_HOME,and bin to the path .I wonder if I need to modify other windows settings?

    Can you help?
  • dwayne
    dwayne St. John's, Newfoundland
    The instructions for installing an icebox service, such as icestorm, as a windows service are here. You should not use the --install option any more.
  • 3ks

    Thank you ,I got it !