Combo service/application problem

Hi, what am I doing wrong when I cannot manage to install the Combo server/service? Program itself working as expected but when I try to install (as service) the only ting that happens is that it starts the GUI version. The service is not installed. I use the command prompt to install the service ex. C:\DemoApp\ComboServer.exe /install

Any additional code need to be written? Any setting in compiler?

All help appreciated!

-Hakan

pls specify what platform you are using (Delphi or .NET)

Hi,
I’m using Delphi XE7 and Win 7 OS. The latest RemObjects SDK for Delphi release in use.

br
Hakan

have you launched

ComboServer.exe /install

with admin rights?

Holy moly… my mistake…Blush… well go it installed now when putted the admin rights on it. But now the GUI version wont work even if service not running ?? Strange…

if you want to start application that is installed as service in standalone mode, use /standalone command line parameter.

Thank you very much EvgenyK, highly appreciated!

-Hakan