From: Ilias bankai Date: 2009-09-16T08:58:31+09:00 Subject: Re: win32 service - daemon Trie to add the following to your daemon (service) script require 'RUBYSCRIPT2EXE' and exit if RUBYSCRIPT2EXE.is_compiling? (see below) require "rubygems" require 'RUBYSCRIPT2EXE' require 'win32/daemon' include Win32 exit if RUBYSCRIPT2EXE.is_compiling? the 'exit if RUBYSCRIPT2EXE.is_compiling?' will stop the script from running and compile the code in the a exe file with the required gems. Good luck -- Posted via http://www.ruby-forum.com/.