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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Checking for Software installed.

Checking for Software installed.

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestionannouncement
8 Posts 5 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.
  • S Offline
    S Offline
    stanlymt
    wrote on last edited by
    #1

    How will I know programmatically, software installed in the system? How to check whether the installed software is correct version? Is there any article related to this? Thanks, Stanly

    C stefanmihaimogaS T D 4 Replies Last reply
    0
    • S stanlymt

      How will I know programmatically, software installed in the system? How to check whether the installed software is correct version? Is there any article related to this? Thanks, Stanly

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      Which software ? Your software or another one ? If it is your software, you can simply add a registry key in the windows registry (that's what a lot of application are doing). You can also store the version in the registry (and some other parameters like the install path).


      Cédric Moonen Software developer
      Charting control

      S 1 Reply Last reply
      0
      • C Cedric Moonen

        Which software ? Your software or another one ? If it is your software, you can simply add a registry key in the windows registry (that's what a lot of application are doing). You can also store the version in the registry (and some other parameters like the install path).


        Cédric Moonen Software developer
        Charting control

        S Offline
        S Offline
        stanlymt
        wrote on last edited by
        #3

        I mean not my software. I want to check whether certain softwares(Visual Studio, SQL Server like that) are installed in the system or not? Thanks, Stanly

        1 Reply Last reply
        0
        • S stanlymt

          How will I know programmatically, software installed in the system? How to check whether the installed software is correct version? Is there any article related to this? Thanks, Stanly

          stefanmihaimogaS Offline
          stefanmihaimogaS Offline
          stefanmihaimoga
          wrote on last edited by
          #4

          Please check out Robert Edward Caldecott's article: How to get a list of installed applications[^] Good luck!

          S T 2 Replies Last reply
          0
          • S stanlymt

            How will I know programmatically, software installed in the system? How to check whether the installed software is correct version? Is there any article related to this? Thanks, Stanly

            T Offline
            T Offline
            ThatsAlok
            wrote on last edited by
            #5

            stanlymt wrote:

            How will I know programmatically, software installed in the system? How to check whether the installed software is correct version? Is there any article related to this?

            http://www.codeproject.com/system/installed_programs.asp[^]

            "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

            cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You

            1 Reply Last reply
            0
            • stefanmihaimogaS stefanmihaimoga

              Please check out Robert Edward Caldecott's article: How to get a list of installed applications[^] Good luck!

              S Offline
              S Offline
              stanlymt
              wrote on last edited by
              #6

              Thanks a lot!!! Thanks, Stanly

              1 Reply Last reply
              0
              • stefanmihaimogaS stefanmihaimoga

                Please check out Robert Edward Caldecott's article: How to get a list of installed applications[^] Good luck!

                T Offline
                T Offline
                ThatsAlok
                wrote on last edited by
                #7

                Mihai Moga wrote:

                Please check out Robert Edward Caldecott's article: How to get a list of installed applications[^] Good luck!

                Ohh i lost :)

                "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

                cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Re

                1 Reply Last reply
                0
                • S stanlymt

                  How will I know programmatically, software installed in the system? How to check whether the installed software is correct version? Is there any article related to this? Thanks, Stanly

                  D Offline
                  D Offline
                  David Crow
                  wrote on last edited by
                  #8

                  There's really no way to do this reliably. An application can be installed using a fancy install program, or a simple batch file (i.e., create folder, copy files). Notifying Windows (via the registry) that an application is being installed is not a requirement.


                  "Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

                  "Judge not by the eye but by the heart." - Native American Proverb

                  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