Click here to Skip to main content
15,916,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am making an application to list softwares installed in a system and by clicking them the user have to run that software.I was able to list the programs and to run them i need path of these softwares.

Can anyone provide the code for finding the path?

Thanks in advance
Posted
Updated 25-Oct-11 0:14am
v2

Read more about system and application classes, you could find more useful information. However, your question is not descriptive enough to me.
 
Share this answer
 
Comments
jasen.selvaraj 25-Oct-11 6:14am    
i have improved my question
CodingLover 25-Oct-11 6:18am    
So basically you want to display all the software installed in your computer and user able to open those just by clicking a button or something. Am I correct?
 
Share this answer
 
Comments
jasen.selvaraj 25-Oct-11 7:24am    
this is only for listing.
i already got it.
i want path of specified software so that i can call it within my application.
Amir Mahfoozi 25-Oct-11 7:45am    
another good place to obtain all installed applications is "open with" section of the windows registry :
http://windowsxp.mvps.org/openwith.htm
But it needs a deep search :-?

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