Checking for Software installed.
-
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
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 -
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 -
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
Please check out Robert Edward Caldecott's article: How to get a list of installed applications[^] Good luck!
-
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
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
-
Please check out Robert Edward Caldecott's article: How to get a list of installed applications[^] Good luck!
-
Please check out Robert Edward Caldecott's article: How to get a list of installed applications[^] Good luck!
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
-
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
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