Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
DotNet
acad.assignment.mngr
academic
adonet
aspnet
aspnet.announcements
aspnet.build.controls
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
clr
compactframework
component_services
datatools
distributed_apps
drawing
faqs
framework
framework.wmi
general
internationalization
interop
languages.csharp
languages.jscript
languages.vb
languages.vb.controls
languages.vb.data
languages.vb.upgrade
languages.vc
languages.vc.libraries
myservices
odbcnet
performance
remoting
scripting
sdk
security
setup
vjsharp
vsa
webservi.enhancements
webservices
windowsforms
windowsforms.controls
winforms.databinding
winforms.designtime
xml
  
 
date: Mon, 22 May 2006 11:06:04 +0330,    group: microsoft.public.dotnet.faqs        back       


Check if SP2 of windows is installed   
Hello

How can I check what is the Windows version and if it is Windows XP, is SP2
of Windows XP installed?

Regards
Hamed
date: Mon, 22 May 2006 11:06:04 +0330   author:   Hamed

Re: Check if SP2 of windows is installed   
Hamed wrote:
> Hello
> 
> How can I check what is the Windows version and if it is Windows XP, is SP2
> of Windows XP installed?
> 
> Regards
> Hamed
> 
> 
> 
Environment.OSVersion.ToString();

returned

Microsoft Windows NT 5.1.2600 Service Pack 2

HTH

Eddie
date: Sat, 27 May 2006 03:53:08 +1000   author:   Eddie edob@home

Re: Check if SP2 of windows is installed   
Thanks Eddie. but I use .NET Framework 1.1.4

Your solution is in .NET Framework 2.0

Is there any solution for the version that I use?


"Eddie" <edob@home> wrote in message 
news:eillA1OgGHA.4940@TK2MSFTNGP05.phx.gbl...
> Hamed wrote:
>> Hello
>>
>> How can I check what is the Windows version and if it is Windows XP, is 
>> SP2
>> of Windows XP installed?
>>
>> Regards
>> Hamed
>>
>>
>>
> Environment.OSVersion.ToString();
>
> returned
>
> Microsoft Windows NT 5.1.2600 Service Pack 2
>
> HTH
>
> Eddie
date: Sat, 27 May 2006 08:43:25 +0330   author:   Hamed

Re: Check if SP2 of windows is installed   
Environment.OSVersion is manage also by Framework 1.1

"Hamed" wrote:

> Thanks Eddie. but I use .NET Framework 1.1.4
> 
> Your solution is in .NET Framework 2.0
> 
> Is there any solution for the version that I use?
> 
> 
> "Eddie" <edob@home> wrote in message 
> news:eillA1OgGHA.4940@TK2MSFTNGP05.phx.gbl...
> > Hamed wrote:
> >> Hello
> >>
> >> How can I check what is the Windows version and if it is Windows XP, is 
> >> SP2
> >> of Windows XP installed?
> >>
> >> Regards
> >> Hamed
> >>
> >>
> >>
> > Environment.OSVersion.ToString();
> >
> > returned
> >
> > Microsoft Windows NT 5.1.2600 Service Pack 2
> >
> > HTH
> >
> > Eddie 
> 
> 
>
date: Fri, 26 May 2006 23:13:01 -0700   author:   sebastieng

Re: Check if SP2 of windows is installed   
Yes, but returnes "Microsoft Windows NT 5.1.2600.0" both SP1 and SP2 of XP


"sebastieng"  wrote in message 
news:9CAF14F0-36B9-492A-886C-1EB7A4AEC503@microsoft.com...
> Environment.OSVersion is manage also by Framework 1.1
>
> "Hamed" wrote:
>
>> Thanks Eddie. but I use .NET Framework 1.1.4
>>
>> Your solution is in .NET Framework 2.0
>>
>> Is there any solution for the version that I use?
>>
>>
>> "Eddie" <edob@home> wrote in message
>> news:eillA1OgGHA.4940@TK2MSFTNGP05.phx.gbl...
>> > Hamed wrote:
>> >> Hello
>> >>
>> >> How can I check what is the Windows version and if it is Windows XP, 
>> >> is
>> >> SP2
>> >> of Windows XP installed?
>> >>
>> >> Regards
>> >> Hamed
>> >>
>> >>
>> >>
>> > Environment.OSVersion.ToString();
>> >
>> > returned
>> >
>> > Microsoft Windows NT 5.1.2600 Service Pack 2
>> >
>> > HTH
>> >
>> > Eddie
>>
>>
>>
date: Sat, 27 May 2006 10:52:35 +0330   author:   Hamed

Re: Check if SP2 of windows is installed   
K, sorry

Might compare version of %system path%\winver.exe file. I have no system 
under SP1 under the hand to check if it's changing from one SP to another...

"Hamed" wrote:

> Yes, but returnes "Microsoft Windows NT 5.1.2600.0" both SP1 and SP2 of XP
> 
> 
> "sebastieng"  wrote in message 
> news:9CAF14F0-36B9-492A-886C-1EB7A4AEC503@microsoft.com...
> > Environment.OSVersion is manage also by Framework 1.1
> >
> > "Hamed" wrote:
> >
> >> Thanks Eddie. but I use .NET Framework 1.1.4
> >>
> >> Your solution is in .NET Framework 2.0
> >>
> >> Is there any solution for the version that I use?
> >>
> >>
> >> "Eddie" <edob@home> wrote in message
> >> news:eillA1OgGHA.4940@TK2MSFTNGP05.phx.gbl...
> >> > Hamed wrote:
> >> >> Hello
> >> >>
> >> >> How can I check what is the Windows version and if it is Windows XP, 
> >> >> is
> >> >> SP2
> >> >> of Windows XP installed?
> >> >>
> >> >> Regards
> >> >> Hamed
> >> >>
> >> >>
> >> >>
> >> > Environment.OSVersion.ToString();
> >> >
> >> > returned
> >> >
> >> > Microsoft Windows NT 5.1.2600 Service Pack 2
> >> >
> >> > HTH
> >> >
> >> > Eddie
> >>
> >>
> >> 
> 
> 
>
date: Sat, 27 May 2006 03:14:01 -0700   author:   sebastieng

Re: Check if SP2 of windows is installed   
This should do it:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;304721

Best Regards,
Andrei Pociu
http://www.geekpedia.com

"sebastieng"  wrote in message 
news:84D29ACB-888A-495B-88DA-BE428A80C4F1@microsoft.com...
> K, sorry
>
> Might compare version of %system path%\winver.exe file. I have no system
> under SP1 under the hand to check if it's changing from one SP to 
> another...
>
> "Hamed" wrote:
>
>> Yes, but returnes "Microsoft Windows NT 5.1.2600.0" both SP1 and SP2 of 
>> XP
>>
>>
>> "sebastieng"  wrote in message
>> news:9CAF14F0-36B9-492A-886C-1EB7A4AEC503@microsoft.com...
>> > Environment.OSVersion is manage also by Framework 1.1
>> >
>> > "Hamed" wrote:
>> >
>> >> Thanks Eddie. but I use .NET Framework 1.1.4
>> >>
>> >> Your solution is in .NET Framework 2.0
>> >>
>> >> Is there any solution for the version that I use?
>> >>
>> >>
>> >> "Eddie" <edob@home> wrote in message
>> >> news:eillA1OgGHA.4940@TK2MSFTNGP05.phx.gbl...
>> >> > Hamed wrote:
>> >> >> Hello
>> >> >>
>> >> >> How can I check what is the Windows version and if it is Windows 
>> >> >> XP,
>> >> >> is
>> >> >> SP2
>> >> >> of Windows XP installed?
>> >> >>
>> >> >> Regards
>> >> >> Hamed
>> >> >>
>> >> >>
>> >> >>
>> >> > Environment.OSVersion.ToString();
>> >> >
>> >> > returned
>> >> >
>> >> > Microsoft Windows NT 5.1.2600 Service Pack 2
>> >> >
>> >> > HTH
>> >> >
>> >> > Eddie
>> >>
>> >>
>> >>
>>
>>
>>
date: Mon, 29 May 2006 00:12:43 +0300   author:   Andrei Pociu

Re: Check if SP2 of windows is installed   
Thanks, I'll try it.


"Andrei Pociu"  wrote in message 
news:epeyqtpgGHA.1276@TK2MSFTNGP03.phx.gbl...
> This should do it:
>
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;304721
>
> Best Regards,
> Andrei Pociu
> http://www.geekpedia.com
>
> "sebastieng"  wrote in message 
> news:84D29ACB-888A-495B-88DA-BE428A80C4F1@microsoft.com...
>> K, sorry
>>
>> Might compare version of %system path%\winver.exe file. I have no system
>> under SP1 under the hand to check if it's changing from one SP to 
>> another...
>>
>> "Hamed" wrote:
>>
>>> Yes, but returnes "Microsoft Windows NT 5.1.2600.0" both SP1 and SP2 of 
>>> XP
>>>
>>>
>>> "sebastieng"  wrote in message
>>> news:9CAF14F0-36B9-492A-886C-1EB7A4AEC503@microsoft.com...
>>> > Environment.OSVersion is manage also by Framework 1.1
>>> >
>>> > "Hamed" wrote:
>>> >
>>> >> Thanks Eddie. but I use .NET Framework 1.1.4
>>> >>
>>> >> Your solution is in .NET Framework 2.0
>>> >>
>>> >> Is there any solution for the version that I use?
>>> >>
>>> >>
>>> >> "Eddie" <edob@home> wrote in message
>>> >> news:eillA1OgGHA.4940@TK2MSFTNGP05.phx.gbl...
>>> >> > Hamed wrote:
>>> >> >> Hello
>>> >> >>
>>> >> >> How can I check what is the Windows version and if it is Windows 
>>> >> >> XP,
>>> >> >> is
>>> >> >> SP2
>>> >> >> of Windows XP installed?
>>> >> >>
>>> >> >> Regards
>>> >> >> Hamed
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> > Environment.OSVersion.ToString();
>>> >> >
>>> >> > returned
>>> >> >
>>> >> > Microsoft Windows NT 5.1.2600 Service Pack 2
>>> >> >
>>> >> > HTH
>>> >> >
>>> >> > Eddie
>>> >>
>>> >>
>>> >>
>>>
>>>
>>>
>
>
date: Mon, 29 May 2006 06:13:08 +0330   author:   Hamed

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us