Click here to Skip to main content
15,888,254 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am not able to trace the actual executable name (.exe) from the registry.

The code is as
SoftwareKey = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\UnInstall"; 

from above i am able to get the DisplayName,DisplayVersion,InstallDate etc.

Please guide me how can i get the acutal .exe name from the registry?
Posted
Updated 15-Apr-12 19:06pm
v2
Comments
Praveen Kullu 16-Apr-12 1:04am    
What is the program you want to develop?

1 solution

try with this , it will give the location where your software installed
AppDomain.CurrentDomain.BaseDirectory
 
Share this answer
 
Comments
Suhaspatil007 16-Apr-12 3:02am    
Thanks,

Here I am also able to get the application directory location,but I want the exe name physicaly present in the directory to run from other location.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900