how to install the tcl application as window service
i use freewrap to wrap my tcl application as execute file, then i want
to install this file as Windows Service. It seems that i can't use the
SC command add the tcl exe file into Windows Service, the service can't
be run :-(
I know TDK can do it not needing the slightest effort, but i didn't get
the full version license.:-(
is there other way which can reach my task ?
Pls give me some help !! Thx a lot :^)
.
Relevant Pages
- how to install the tcl application as window service
... i use freewrap to wrap my tcl application as execute file, ... to install this file as Windows Service. ... SC command add the tcl exe file into Windows Service, ... (comp.lang.tcl) - Re: Tcl hangs in Windows 2003
... Windows 2003 Server, 2-CPU, Xeon processor, hyper-threaded. ... To run Tcl as a service, it needs to operate slightly differently (the event loop has to listed to the Windows service messages). ... (comp.lang.tcl) - Re: Permissions to use installutil.exe
... ..Net Windows Service encapsulates the Win32 Windows Service API to implement ... The tool then executes either the Install ... We are concerning the first SCM security. ... (microsoft.public.dotnet.framework) - RE: Installing WindowsService to system without Visual Studio Tool
... So, for my production machine, which is a Windows 2003 Server, it worked well. ... you've built a .NET windows service project and can ... What you need is an additional Setup project for your service projecct's ... project and use installer class for install. ... (microsoft.public.vsnet.setup) - Re: Installing Multiple Copies of a Service
... The best way to install a windows service initially is to use a VS.Net setup project to create an MSI file. ... Once you add an installer to the Windows Service project, the setup project will properly configure the service in your environment. ... Chevron Information Technology Company ... (microsoft.public.dotnet.distributed_apps) |
|