Board index » cppbuilder » How to Install Service Application ??

How to Install Service Application ??


2004-06-12 05:35:37 PM
cppbuilder80
Hi all
I have a Service Application that i must install.
What is the command to install it ?
If i launch it (MyServ.exe) from the line command, after 20 second the
application stopped.
Why ?
Tnk.
 
 

Re:How to Install Service Application ??

A Service Application is installed by using the "/install"-parameter and
uninstalled using the "/uninstall"-parameter.
Type the following command to
Install:>MyServ.exe /install
Uninstall:>MyServ.exe /uninstall
/JP
"Strass & Company" < XXXX@XXXXX.COM >wrote in message
Quote
Hi all

I have a Service Application that i must install.
What is the command to install it ?
If i launch it (MyServ.exe) from the line command, after 20 second the
application stopped.
Why ?

Tnk.