|
![]()
Problems installing using ODE and wininet.dll/urlmon.dllMicrosoft have confirmed that this is a bug in article Q201357, but only mentioned this problem between Internet Explorer 4 and 3. I have just encountered the same problem with developing on a system that has IE 5.5, and trying to deploy to a machine that has IE 4.0 on. There are several fixes, but the one that I think is easiest is to open the admin.inf and setup.inf files that are created by the Package and Deployment Wizard, and modify each line that mentions either wininet.dll or urlmon to something like:
"urlmon_dll" = 1,URLMON.DLL
from
"urlmon_dll" = 1,URLMON.DLL
This will prevent the two DLL files from being updated on the target computer. Apparently, telling the user that they can press 'Ignore' when installing the application allows the installation to go ahead successfully, but that just doesn't look professional.
| ||||||||||||
| Last modified at 06/06/2006 14:58:06 | |||||||||||||