Thx Alex,
I've looked into the Environment object. What seems to be missing is the
Service pack version. I can get the Major/Minor Os Version from the
registry, so determining Vista is pretty straight forward. What I haven't
figured out is how to determine what Service Pack is installed on XP without
doing some hokey parse. (ex: parsing the number from the CSDVersion
registry key and checking to see if its >= 2)
...sonny
> Hi sonny,
>
[quoted text clipped - 10 lines]
> s> requirements to install .Net 3
> s>
Alex Meleta - 03 Jul 2007 14:01 GMT
Hi sonny,
>I haven't figured out is how to determine what Service Pack is
Either Environment.OSVersion.ServicePack or [kernel32.dll].GetVersionEx()
http://www.codeproject.com/csharp/osversion_producttype.asp
Kind Regards, Alex Meleta
[TechBlog] http://devkids.blogspot.com
s> Thx Alex,
s>
s> I've looked into the Environment object. What seems to be missing is
s> the Service pack version. I can get the Major/Minor Os Version from
s> the registry, so determining Vista is pretty straight forward. What
s> I haven't figured out is how to determine what Service Pack is
s> installed on XP without doing some hokey parse. (ex: parsing the
s> number from the CSDVersion registry key and checking to see if its >=
s> 2)
s>
s> ...sonny
s> "Alex Meleta" wrote:
>> Hi sonny,
>>
[quoted text clipped - 11 lines]
>> s> requirements to install .Net 3
>> s
sonny - 03 Jul 2007 14:24 GMT
Thx again Alex.
I glanced over the OSVERSIONINFOEX too quickly. I see the info now.
...sonny
> Hi sonny,
>
[quoted text clipped - 33 lines]
> >> s> requirements to install .Net 3
> >> s>