T
Tim
I want to write a generic method to read the installed version of
software based on the exact software name that is displayed in Add /
Remove programs. Is there a way to do this using C#? I found a
method which will return all the installed software using this
registry key "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\"
and using System.Management. I'm assuming I can use the same to get
what I need?
Thank you in advance for any help.
TK.
software based on the exact software name that is displayed in Add /
Remove programs. Is there a way to do this using C#? I found a
method which will return all the installed software using this
registry key "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\"
and using System.Management. I'm assuming I can use the same to get
what I need?
Thank you in advance for any help.
TK.