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
Is wordpress better than wix for seo?
Mention the differences between the observers and callbacks in ruby on rails.
What is japplet in java?
What is flask in python?
What is a sector in windows operating system?
What are the options to transfer session ids?
How do you select and cut in powerpoint?
How can we show and hide an element via jquery?
How to get the code from internet while i am doing project
Explain the role of AI in loan approval processes.
What is pointer to array in c++?
What is pip install?
What are the rules to use the rowguidcol property to define a globally unique identifier column?
What are different run modes?
How to sync two threads in multithreaded application?