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 tools can be used to assure consistent style why is it important?
What is viewstart page in mvc?
What is upward compression?
how can we validate the flat files using the date in the header and number of records in the flat file? Using both conditions at a time.
What is use of derived roles?
How to stop master process without suspending all of its child processes?
What are the types of linked list?
What is your platform’s default character encoding?
What is data modelling techniques?
Are you familiar in Basic console / mixer programming of DBX system
What is the difference between 15 digit and 18 digit id in salesforce?
What is the meaning holding tax?
How do you implement one to one relationship in hibernate with xml mapping?
What is benthos?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?