How to find out the installed version of MS Power Point from registry?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How to find out the installed version of MS Power Point from registry? I am going to build an app in which i have to check out the installed version of the MS power point on the machine. How can I do this?
Regards, Qaiser Nadeem
-
How to find out the installed version of MS Power Point from registry? I am going to build an app in which i have to check out the installed version of the MS power point on the machine. How can I do this?
Regards, Qaiser Nadeem
One way to determine which version(s) of Microsoft Office are installed is to check for the registry hives:
HKEY_CURRENT_USER\Software\Microsoft\Office\_version number_
The version number will be 10.0 for Office 2000, 11.0 for Office 2003, etc.Cheers! Humble Programmer ,,,^..^,,,