Link to home
Start Free TrialLog in
Avatar of databarracks
databarracks

asked on

How can get the installed ProductVersion number in C# or VB using Advanced Installer

Hi Guys,

I have an about form in my application and would like to know how I can obtain the currently installed ProductVersion number and display it (this is NOT a ClickOnce Deloyment). I would like to show the user what version they currently have without them going to Control Panel etc.

I know how to do this using ClickOnce but I am using Advanced Installer and would like to show the ProductVersion number the user would see if they went to Control Panel >uninstall progam etc.

Many thanks for your help on this?
ASKER CERTIFIED SOLUTION
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of databarracks
databarracks

ASKER

Hi Vadim,

Could you elaborate further in how to actually get the value from the registry key?
Do you use Advanced Installer?
Nevermind I figured it out thanks. THe problem was that I couldn't find the registry entry in the typical places as it was in the HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\[MyCompany]\[MyApp]