From: Henry N. <hen...@ar...> - 2010-08-03 22:44:04
|
hello Mike, On 03.08.2010 22:06, Mike Mestnik wrote: > On 8/3/2010 4:49 PM, Henry Nestler wrote: >> On 02.08.2010 18:40, Mike Mestnik wrote: >>> Push "create" >>> Push "Nagios Core" >>> Push 'path="C:\Program Files\Nagios Core\colinux-daemon.exe" >>> @NagiosCore.conf --run-service "Nagios >>> Core";autostart=1;depend=CoLinuxDriver;display=Nagios >>> Core;description=Nagios Core Linux Service, this service manages a >>> running instance of linux.;' >>> Call Service >>> Pop $0 ;response >> This part us ugly, wrong and will not run on all destinations. >> >> * Please never use "C:\Program Files\" directly! Please use the >> install path "$INSTDIR". >> * You should use the coLinux service installer. > Can I set autostart using the installer? No. The user should run it manually at first time. If it's running good, the user can change the mode simply in service control manager. If the automatic start would crash on every boot, it is difficult for user to stop this. (with "safe mode", removing service, ...). -- Henry N. |