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

Visual C++ 8.0 merge module fir IS11.5


6 replies to this topic

Galina

Galina
  • Full Members
  • 21 posts

Posted 27 June 2007 - 22:14

Hi,

I use InstallShield 11.5.

My product requires Visual C++ 8.0 merge module for
msvcr80.dll 8.0.50608.0 Microsoft Visual C++ run-time libraries
msvcp80.dll 8.0.50608.0 Microsoft Visual C++ run-time libraries
msvcm80.dll 8.0.50608.0 Microsoft Visual C++ run-time libraries, etc...

Wher I can find such module?

Thanks a lot,
Galina

saybo

saybo
  • Full Members
  • 11 posts

Posted 27 June 2007 - 22:42

From what I've read, Microsoft is discouraging the old practice of giving the end-user all the libraries, whether they need them or not. They want developers to only give them out individually. If you look in your merge modules in Installshield, you should see them all separately (run an update if you don't).

You can also get the redistributable package (vcredist_x86.exe) which I believe includes them all, and run it as a pre-req. You can find it in your Visual Studio files, or on Microsoft's download site.

---saybo

Galina

Galina
  • Full Members
  • 21 posts

Posted 28 June 2007 - 15:42

I just know that InstallShield 12 has Visual C++ 8.0 merge modules.
Macrovision supports InstallShield 11.5. They should probably have these modules for InstallShield 11.5.
I need to create a merhe module for my program and include Visual C++ 8.0. I would prefer not to run executables from my merge module (like vcredist_x86.exe).

Thanks,
Galina

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 03 July 2007 - 12:28

I think they will be installed by Visual Studio 2005, and may also be available for download from Microsoft.

Galina

Galina
  • Full Members
  • 21 posts

Posted 03 July 2007 - 13:47

Thanks a lot,

I found them in c:\Program Files\Common Files\Merge Modules on a computer which has Visual Studio 2005

rajkulkarni

rajkulkarni
  • Full Members
  • 44 posts

Posted 02 June 2011 - 21:26

Microsoft issued a new Visual Studio 2005 C++ redistributable in early April. Does this affect the merge modules? Would they be up to date?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 10 June 2011 - 10:40

I'm not sure, you would have to compare the msm files. Previous security updates for VS 2005 did update the merge modules and did cause problems because of this. See my blog post of Sep 12, 2009: Microsoft's recent Security Updates for Visual Studio break Windows Installer Updates