Help with ActiveX Install? Merge Modules - Windows Vista and Windows 7

Posted by Watts on Stack Overflow See other posts from Stack Overflow or by Watts
Published on 2010-04-07T22:15:44Z Indexed on 2010/04/08 4:23 UTC
Read the original article Hit count: 389

Filed under:
|
|
|

I'm building an ActiveX control installer in VS2008 which uses both the CRT and MFC merge modules to install. When my control tries to register on Windows 7 it fails.

Dependency Walker says I'm missing the mfc90u.dll, msvcr90.dll and msvcp90.dll dependencies when trying to register my control and the install fails. Are the merge modules supposed to take care of this? My output OCX is being registered with the vsdrpCOMSelfReg option. From what I am reading on other forums, this might not be the best method, what should I try at this point?

Install works fine on Windows XP.

© Stack Overflow or respective owner

Related posts about install

Related posts about windows-7