Results 1 to 4 of 4

Thread: [RESOLVED] Get update versions of IE

  1. #1

    Thread Starter
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416

    Resolved [RESOLVED] Get update versions of IE

    Is there away to get the value in update versions of Internet Explorer (see attach image)

    I've tried using WMI. root\CIMV2\Applications\MicrosoftIE namespace and go through MicrosoftIE_Summary but the properties availbale are version,cipherstrength..etc. and no update versions property.

    I've tried also the remaining classes under that namespace but I haven't found such property.


    Any work around to get the data?

    Thanks in advance.
    Attached Images Attached Images  

  2. #2
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: Get update versions of IE

    I think you can get this value from Registry. Try looking in:
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IE Setup\Setup
    It contains a key name OldIEVersion, so it must have similar type key on updatedversion.

    Just a guess though, never updated the IE.
    Show Appreciation. Rate Posts.

  3. #3
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Re: Get update versions of IE

    Quote Originally Posted by mar_zim
    Is there away to get the value in update versions of Internet Explorer (see attach image)

    I've tried using WMI. root\CIMV2\Applications\MicrosoftIE namespace and go through MicrosoftIE_Summary but the properties availbale are version,cipherstrength..etc. and no update versions property.

    I've tried also the remaining classes under that namespace but I haven't found such property.


    Any work around to get the data?

    Thanks in advance.
    Hi,

    Here's a link how to determine the version of the installes internet explorer;

    http://msdn.microsoft.com/library/de.../licensing.asp

    Wkr,

    sparrow1
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

  4. #4

    Thread Starter
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416

    Re: Get update versions of IE

    Now I found it. It's under HKEY_local_machine\software\microsoft\currentversion\internet settings.

    btw thanks for all the reply guys.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width