Why different types of sound are produced in different bikes though they are run on Si engine
Search for: how can I convert figures into words in excel?
What is the most challenging part in your research projects?
Will you classify tomcat as a web server or application server?
Explain the difference between a list and the tuple?
What is expression language in jsp?
export sales contract and domestic sales contract? india's trade in commercial services?
Write a program which employs Recursion
What is the recovery model?
How does a block is recognized in the Blockchain approach?
Explain artificial key?
Mention how many files are required to built module in Joomla?
What is the keyboard shortcut for closing a presentation?
What is an assembly in .net?
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