Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Getting a C++ dll error in installscript project


2 replies to this topic

Mayurb

Mayurb
  • Full Members
  • 5 posts

Posted 10 September 2008 - 21:45

--------------------------------------------------------------------------------

I have some C++ dlls i.e. msvcm80.dll, msvcp80.dll, msvcr80.dll in the Application target folder that I need to put in the destination computer.
Previously when I was using INstallscript MSI this was working fine, but after converting to pure Installscript, it started giving the following error -

---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!

Program: C:\Users\mayurb\AppData\Local\Temp...

R6034

An application has made an attempt to load the C runtime library incorrectly.
Please contact the application's support team for more information.

I also tried adding Merge modules for the C++, but that didn't help.

Does anybody know the solution?

Mayurb

Mayurb
  • Full Members
  • 5 posts

Posted 11 September 2008 - 16:04

Nobody has any idea??
I'm using Vista, can this be the problem??

Mayurb

Mayurb
  • Full Members
  • 5 posts

Posted 11 September 2008 - 20:20

I solved it.
Actully previously i have not converted the project through conversion wizard but I had created new one and then added all the existing functionality, and then I started getting this error.

I was able to resolve this by converting the installscript MSI proj to installscript with the conversion wizard.