Determine Windows ServicePack Version by Using Visual C# .NET

  • Thread starter Thread starter Mike Strieder
  • Start date Start date
M

Mike Strieder

Hi,

i think in an old Version it was possible to get the ServiePack version of
the OS-System

OperatingSystem os = Environment.OSVersion;
this.m_strServicePack = os.CSD;

now i miss this property . is there an other way to get the service pack
version?
But no dll call pls.

thx for your help

Code with DLL
http://www.developerfusion.com/show/1643/
 
Back
Top