Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, please how to get the location installation program from registry? thx
Posted

installation of what ? your question is a bit vague.

In general, you would locate the registry key for a product by a) documentation or b) a registry editor tool - once you know the location of the 'installation' from the registry which is a 'key', you would use Registry.GetValue() or such to get the data, supplying the right 'key'

There's examples here (quick googling would have found this) :-

http://msdn.microsoft.com/en-us/library/microsoft.win32.registry.getvalue(v=vs.110).aspx

This article right here in CP may also help :-

Working with Windows Registry using VB.NET[^]
 
Share this answer
 
v5
Thank you for your reply and sorry for my bad english, please i can ask my question in French?
 
Share this answer
 
Please help me, i need a solution
 
Share this answer
 

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