Crash when attempting to install 32bit delphi service on 2008 r2

Posted by Oded on Server Fault See other posts from Server Fault or by Oded
Published on 2010-03-30T14:37:21Z Indexed on 2010/03/30 14:43 UTC
Read the original article Hit count: 888

I have an old 32bit delphi application (with no source code), that is used as a windows service. It runs fine on windows 2003 32bit.

I do not know if it has been created as a service originally, or converted to one later on. It is supposed to get installed to the server using a /install flag on the command line.

When attempting to install it on a Windows 2008 R2 virtual machine, I am getting an APPCRASH event in the event log.

The service is supposed to read a blob from a remote SQL Server instance and write it out to the local HD. It also reads some initialization data from the registry.

Is there any way I can install this application as a service on windows 2008 r2 64bit?

If not, are there any workarounds I can try?

What are your suggestions?

© Server Fault or respective owner

Related posts about delphi

Related posts about 32bit-64bit