Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. How to get software information that is installed in window??

How to get software information that is installed in window??

Scheduled Pinned Locked Moved C#
hardwaretutorialquestionannouncement
6 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Real Coder
    wrote on last edited by
    #1

    hi^^ I'am korean student. I want to know software information( include software version ) that is installed in window. ( you can see Start - Control Panel - Program Add/Remove ^^;; i.e Internet explorer, Microsoft word 2003, Microsoft powerpoint, etc..) I knew how to get a hardware information. I searched code project site. But I didn't search a software information. Can you teach me how to get a software information? or related site. please^^;; Nothing!! But gonzo!! -- modified at 10:59 Wednesday 19th April, 2006

    R 1 Reply Last reply
    0
    • R Real Coder

      hi^^ I'am korean student. I want to know software information( include software version ) that is installed in window. ( you can see Start - Control Panel - Program Add/Remove ^^;; i.e Internet explorer, Microsoft word 2003, Microsoft powerpoint, etc..) I knew how to get a hardware information. I searched code project site. But I didn't search a software information. Can you teach me how to get a software information? or related site. please^^;; Nothing!! But gonzo!! -- modified at 10:59 Wednesday 19th April, 2006

      R Offline
      R Offline
      Robert Rohde
      wrote on last edited by
      #2

      Look here[^].

      R 1 Reply Last reply
      0
      • R Robert Rohde

        Look here[^].

        R Offline
        R Offline
        Real Coder
        wrote on last edited by
        #3

        thank you^^ It's nice hint^^b "You can access the registry via the Registry class in the Microsoft.Win32 namespace." "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" Nothing!! But gonzo!!

        R 1 Reply Last reply
        0
        • R Real Coder

          thank you^^ It's nice hint^^b "You can access the registry via the Registry class in the Microsoft.Win32 namespace." "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" Nothing!! But gonzo!!

          R Offline
          R Offline
          Real Coder
          wrote on last edited by
          #4

          I use visual studio .net 2003 but I don't have Microsoft.Win32 namespace^^;; make project - SolutionExplorer - Reference - Reference Add( translate Korean ) I can't see it. How to get Microsoft.Win32??^^;; System.Environment too...^^;; Nothing!! But gonzo!!

          R 1 Reply Last reply
          0
          • R Real Coder

            I use visual studio .net 2003 but I don't have Microsoft.Win32 namespace^^;; make project - SolutionExplorer - Reference - Reference Add( translate Korean ) I can't see it. How to get Microsoft.Win32??^^;; System.Environment too...^^;; Nothing!! But gonzo!!

            R Offline
            R Offline
            Robert Rohde
            wrote on last edited by
            #5

            It is not in a separate assembly. Although named with a different namespace these classes (Registry etc) is located in mscorlib (this one is normally always referenced - its the base for every .Net app). Putting a using Microsoft.Win32 at the top of your class(es) should just be fine.

            R 1 Reply Last reply
            0
            • R Robert Rohde

              It is not in a separate assembly. Although named with a different namespace these classes (Registry etc) is located in mscorlib (this one is normally always referenced - its the base for every .Net app). Putting a using Microsoft.Win32 at the top of your class(es) should just be fine.

              R Offline
              R Offline
              Real Coder
              wrote on last edited by
              #6

              thanks!! I didn't know. Everthing is very good!!^^b Nothing!! But gonzo!!

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups