
| Subject: | Service Issue |
| Posted by: | Willie Juson (willie.jus…@satara.co.nz) |
| Date: | Mon, 30 Mar 2009 |
Not sure if this is the right forum but I can't find anywhere else to put
it.
I've written a Service application which was all working fine. It would
install okay via the Start/Run c:\MyStuff\MyService.exe /install, and
similarly uninstall. It was primarily an FTP service, that periodically
checked a folder and if it found any files it would upload them to an FTP
site.
I've since added some stuff that includes connecting to an Interbase
database and some use of TClientDatasets/IBQuerys. This modification seems
to have stopped it installing. I can install it and run it on my
development PC ok (Windows XP) but I can no longer get it to install on the
server (A "clean" Windows 2000 Server PC SP4). There is no error message it
just does nothing when I click Start/Run and enter c:\MyStuff\MyService.exe
/install. I've tried copying Midas.Dll over to the Windows\System32 (and
registering it but this had no affect), similarly copying Midas.DLL into the
folder where MyService.Exe resides. No change. Any ideas please?
TIA