Hi,
In my C# windows project, how do I know which version of MS Office that a
client's PC's using?
Thanks for help.
Jason
Nand Kishore Gupta - 18 Aug 2006 05:34 GMT
The version information is stored in the registry. You can use registry API
function to read and get the version information from the registry.

Signature
Nand Kishore Gupta
> Hi,
>
[quoted text clipped - 3 lines]
>
> Jason