I have a two programs that use the same 3rd party framework in their code. They use 2 ocx and 2 dll files. One program has a newer version then the other. When one program is installed and working the other breaks as the wrong dlls are registered. Is it possible to run both programs at the same time and have one use its dlls and the other use the correct ones as well.
Note one program by default installs the dlls int he system32 folder and the other installs them to the program files install directory of the program.