I have a windows application and it is compatible with IE6 only. The application doesnt work with IE7 and IE8. Is it possible to ship the ieframe.dll for IE6 along with my installer and make the references from my application to this ieframe.dll instead of the one in system32 folder? So, when I invoke IE through my application, IE6 should be spawned and not the version that is installed in the system?
Is this possible? Or are there any more system dlls / registry entires that have to be changed / updated for this to work?