B
Ben Schwehn
Hello,
what is the best way to get the path to the most recent installed
version of the framework?
In a managed app I could use RuntimeEnvironment.GetRuntimeDirectory()
(however - I believe - this does not return the most recent installed
version but the currently used).
Is there an API function that I can use from an unmanaged app or do I
have to read the registry myself?
Thanks
what is the best way to get the path to the most recent installed
version of the framework?
In a managed app I could use RuntimeEnvironment.GetRuntimeDirectory()
(however - I believe - this does not return the most recent installed
version but the currently used).
Is there an API function that I can use from an unmanaged app or do I
have to read the registry myself?
Thanks