I have a VB.net application that is installed on multiple computers. I need to retrieve the install version listed in Windows Add Remove programs using VB.Net code.
I cannot use the version listed on the exe file itself because the executable is updated seperate from the install, I update the executable very frequently with other code. The install is only updated when a dependancy changes.
By getting the version listed in Add remove programs I can compare it to the version of the installer and notify the user if their install is not up to date.
The application only runs on Windows XP (currently SP2)
Thanks