Installing MFC (vs2005) application on Windows 2008 R2 64

Posted by olich on Server Fault See other posts from Server Fault or by olich
Published on 2011-02-21T13:45:32Z Indexed on 2011/02/22 15:26 UTC
Read the original article Hit count: 245

I've build an application that runs on Windows 2003, it is an old style MFC application. Today I need to install the application on a Windows 2008 R2 64 system. I have failures during installation and the application does not run.

The application is build with VisualStudio2005, and uses COM objects. The MSI register the objects but it fails with the error code : HRESULT -2147010895.

Any idea why the COM registration failed?

I've tried to install the "Microsoft Visual C++ 2005 Redistributable Package (x86)" but it doesn't help. I've tried to register the COM objects with the regsvr32 after the installation but sadly it doesn't help. I've tries to install the application on Windows 2008 R2 32, and it works perfectly.

I am quite new with 64 systems, so any help will be appreciated.

tia olich

© Server Fault or respective owner

Related posts about windows-server-2008-r2