How to deal DLL conflict in System32 folder?
Hello All.
I would like to ask on how to deal DLL with different versions as they called DLL hell.
An example of this is, I have 2 applications that use dll with SAME NAME and SAME LOCATION to drop but DIFFERENT VERSION.
What to do if these two applications will install together in one machine (OS-Windows 7) and also what if the other one was removed what will happen to the dll file?
Package A - file.dll version 1.0 to drop in System32 folder
Package B - file.dll version 2.0 to drop in System32 folder
Answers (2)
Component Isolation should help you in this situation
Application isolation is one solution to component versioning conflicts, or DLL hell.
Isolation reduces versioning conflicts by modifying an application so it always loads the versions of components – such as DLLs – with which it was originally developed and tested
Comments:
-
How can apply component isolation using ISM or MST? I'm using installshield. Do you have procedure there? - ajcbasilio 10 years ago