Application as Service - How to run your application as Windows service?

You can manage the task using our GUI application, command line or XML configuration file. Despite of the fact that all these methods will do the same, we recommend you start with graphical user interface since last two options require some experience.

1. Create Eltima service and run your application as service using graphical interface

 

 



2. Create Eltima service and run your application as service from command line


c:\Program Files\Eltima Software\Application as Service\app2srv.exe INSTALL /SN=Notepad /PM="C:\WINDOWS\System32\notepad.exe"

c:\Program Files\Eltima Software\Application as Service\app2srv.exe START /SN=Notepad


3. Create Eltima service and run your application as service using XML configuration file


c:\Program Files\Eltima Software\Application as Service\app2srv.exe INSTALLXML c:\Work\App2srv_config.xml

c:\Program Files\Eltima Software\Application as Service\app2srv.exe START /SN=Notepad