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
please suggest me some topics for research in software testing/software reliability......
What does ctrl shift w do?
What does args stand for?
How does a client read/write data in HDFS?
How to Use an animated cursor?
How can I boldly face the interview? Request:I am eagerly waiting for your replay.
What is class used for in python?
Why is an external style sheet beneficial?
Define Quality testing ?
Why do we use classes in c++?
What are the uses of securing windows operating system?
How will you remove a duplicate element from a list?
Name the some common problems associated with bellow expansion joints?
Explain the role of dispatcherservlet and contextloaderlistener.