When a user uninstalls IE from Windows what (if any) DLLs are removed? I'm curious sinc开发者_开发知识库e our program depends on some of these DLLs. Yes, I am lazy and could try myself :-)
Would also be nice to know in general what is occurring during uninstall.
Thanks.
It would be easier to answer if you list what DLLs you depend on. In general most of the DLLs that are frequently used by IE are not removed. If you use ieframe.dll, that might be worth looking into. But mshtml.dll, shdocvw.dll, browseui.dll... all the usual suspects should remain.
精彩评论