cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Gairo50
Level 2

Redistributables not being included

I have an application that needs MSVCR70.DLL distributed with the application or my application will NOT run.

InstallShield has told me the the MSVCR70.DLL is part of the Microsoft C Runtime Library 7.0 and asks me if I want to include the merge module in my application. I answer YES but when I install my application it fails
because the MSVCR70.DLL is not included.

I've also used Dynamic Scanning of my EXE and allowed all recomended dependencies to be included but the MSVCR70.DLL is missing when I install

Please advise
😞
Labels (1)
0 Kudos
(1) Reply
fpci9590
Level 3

In the redistributable list, when you right click on the Microsoft C runtime library 7.0 (select properties), what is your destination set to ?

I had to change mine to [SYSTEMFOLDER] in order for my application to recognize it was installed.
0 Kudos