Windows Service

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller

Post Reply
Ronaldo Garcia
Posts: 7
Joined: Wed Oct 08, 2008 10:48 pm
Contact:

Windows Service

Post by Ronaldo Garcia »

Hello

I have in the pass days looking for how to create a Windows Service program with Runrev, any clues?

Thank You
SparkOut
Posts: 2988
Joined: Sun Sep 23, 2007 4:58 pm

Post by SparkOut »

I don't know how you'd write a RunRev program as a Windows Service (I'd imagine that to be impossible) but this may be useful:
http://www.codeproject.com/KB/system/xyntservice.aspx
Ronaldo Garcia
Posts: 7
Joined: Wed Oct 08, 2008 10:48 pm
Contact:

Hello thank you for answer

Post by Ronaldo Garcia »

i tried to do a program that works as service like an antivirus

when you turn on your computer start and runs in the background with administrator privileges .... Microsoft have a program to start your program as a service ( sc ) but not work because my program need to have some requirement to run as a service. every info i found is for Microsoft visual c.

i hope somebody have a clue.
matthiasr
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 195
Joined: Sat Apr 08, 2006 7:55 am
Contact:

Post by matthiasr »

Hi,

i am using FireDaemon for this kind of things.
http://www.firedaemon.com


And here's a description "How to create your own user-defined services under Win NT/200x/XP"
http://www.tacktech.com/display.cfm?ttid=197

Regards,

Matthias
Kevin
Posts: 74
Joined: Fri Oct 02, 2009 3:47 pm

Re: Windows Service

Post by Kevin »

There is a Open Source application called WinSrv is can communicate with your application via stdin and stdout even allows event log entries.

http://www.sw4me.com/wiki/Winserv
Post Reply