Internet Explorer Installation Path
-
I need to find the default installation directory for internet explorer, i know this information is written in registry, but i need this to be consistent across Windows Platform. I need this information for a program or (script) which can download a file from the web site and place it in a specific location(Plugins directory of IE to be specific) on a client's machine. I would be grateful if any guidance or solutions are provided.
-
I need to find the default installation directory for internet explorer, i know this information is written in registry, but i need this to be consistent across Windows Platform. I need this information for a program or (script) which can download a file from the web site and place it in a specific location(Plugins directory of IE to be specific) on a client's machine. I would be grateful if any guidance or solutions are provided.
Hello Kannan, On most computers "C:\Program Files\Internet Explorer\" is where iexplore.exe is, thus the defualt directory. C:\Program Files\Internet Explorer\PLUGINS\ is for plugins but you should check out MSDN or someting for more info on writing plugins, and yes the dir's are in the registry, you should configure your install program to read thoose specific keys. -Jeff I can help you in other ways, if you need more keep posting on this board; maby I or the others can give you more help.