To show Device Manager ..

  • Thread starter Thread starter steve_cho
  • Start date Start date
S

steve_cho

To show Device Manager , I included several components

device manager
Microsoft Management Console (MMC)
msxml 2.6
msxml 3.1
msxml libraries
primitive : devmgr

when I executed devmgmt.msc , error message box showed up.
" MMC needs over IE 5.5 version... "
I don't use IE so I skipped this component.
Do I have to include "Internet Explorer" component to show device manager ?
 
steve_cho,

I am going to guess here but I think that MMC console requires HTML Help engine (HTML Rendering Engine) to work properly (you may
try to imagine why).
The HTML Rendering Engine (Mshtml.dll, etc.) is obviously required for IE. Seems like it also brings the IE as a dependency (meaning
that IE depends on HTML Rendering Engine, and HTML Rendering Engine depends on IE).
You can try to disable/remove IE from your configuration but leaving HTML Rendering Engine in it. Will that help?
 
Back
Top