Is there any way to find whether software installed in the
system is registered by just providing the .exe file?
I have tried the following code but its just displaying the
directory structure in the registry.
Here the code :
package com.msi.intaller;
import java.util.Iterator;
import ca.beq.util.win32.registry.RegistryKey;
import ca.beq.util.win32.registry.RootKey;
public class RegistryFinder {
public static void main(String... args) throws Exception
{
RegistryKey.initialize(RegistryFinder.class.getResource("jRe
gistryKey.dll").getFile());
RegistryKey key = new RegistryKey(RootKey.HKLM,
"Software\\ODBC");
for (Iterator
Post New Google Interview Questions
What is the difference between stop and abort in informatica
WHat is adsl?
What is the importance of closing an ado.net application?
Explain what is a state table?
What is cas?
qtp9.2 and qtp10.0 difference
Which releases of mysap business suite are supported on linux?
How to disable a control or element in angularjs?
How do I start iis manager?
What is the difference between detail page and edit page?
What does isalpha do in python?
Write a program to find maximum and minimum number in array?
Can you attach a business area to a transaction?
How can we delete duplicate rows in a table?
SOQL & SOSL? Diff between SOQL & SOSL?