Install service without prompt?

Options
cmclean
edited May 2010 in Photon Server
Hi,

Does anyone know if there is a way to install photon as a service without the "Service Installed" prompt coming up? Ditto for uninstalling the service.

I've got an intermediary application that is handling the remote starting/stopping of the photon service and it would be good if I didn't have to already have the service installed. I can install it remotely, but then the prompt comes up.

Comments

  • Tobias
    Options
    You are likely using a command script and not PhotonControl.
    In that case you can already use "/noMessages" as first parameter of photonsocketserver.exe:

    PhotonSocketServer.exe /noMessages /install Instance1
  • cmclean
    Options
    Awesome, that's exactly what I was looking for.