Subj : Re: How to Install Service Application ?? To : borland.public.cpp.borlandcpp From : Jan Petter Nøst Date : Thu Jun 17 2004 12:43 am 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" wrote in message news:40cd73d6$1@newsgroups.borland.com... > 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. > > .