Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Determine local IE version 1

Status
Not open for further replies.

CoolClark

MIS
Mar 9, 2001
352
US
Is there a way using vbscript to determine what version of IE is installed on a computer? I'm not using html or asp just a vbs file run from the local computer.

Thanks
 
You can query the registry value of:

\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Version

That is where it stores its version information.

Roger
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top