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 are problem you faced in script?
Page replacement algorithm in Operating System?
Is elif a keyword in python?
Why does ORB_init change the order of the command line arguments if we pass argv to ORB_init(argc, argv)?
Can php run without apache?
Can extension methods access private members?
What is mvvm mvc?
What are the bussiness scenories?
Is list iterable in python?
Does aws ever fall?
What is list comprehension? Give an example.
Is objective c statically typed?
Explain the importance of lstm.
Are all the windows updates necessary?
What is heap and what is stack?