AmarReddy
July 3rd, 2001, 12:22 PM
How to find a Product is existing in the System like oracle product or sql server product
|
Click to See Complete Forum and Search --> : Product name AmarReddy July 3rd, 2001, 12:22 PM How to find a Product is existing in the System like oracle product or sql server product mcuk_storm July 3rd, 2001, 05:19 PM When a product is installed 90% of the time it will create a registry key for its self, this is normally the same every time a particular program is installed. All you have to do is find which one it creates then make you program look for that key in the registry. They are normally created in HKEY_LOCAL_MACHINE\SOFTWARE or HKEY_CURRENT_USER\Software. Use regedit to look through the registry to find something that looks like the program you are after. There are tonnes of Registry access examples on the net, but if you cant find one just say and i will knock one up for you. Grant French grant@mcpuk.net codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |