Hi,
I want code which can check whether a particular software (3rd party software) is installed or not on the PC?
I think code would require to check system registry.
Printable View
Hi,
I want code which can check whether a particular software (3rd party software) is installed or not on the PC?
I think code would require to check system registry.
to access to the system registry in windows you can use:
SourceForge.net: jRegistryKey
or if you want to do in a manual way you have to export the registry in a .reg file and run it