Click to See Complete Forum and Search --> : How to find the SP version on Win 2000


leeshadmi
April 6th, 2005, 02:42 PM
Hi
How can i find the Service Pack version that installed on Windows2000?
Thanks

kirants
April 6th, 2005, 03:05 PM
Start->Settings->Control Panel->System

Kdr Kane
April 6th, 2005, 03:43 PM
Explorer -> Help -> About Windows

leeshadmi
April 7th, 2005, 12:16 AM
That not what i need.
I build a setup with Wise software and i need to know how to find this like in the Registry or a file ....

kirants
April 7th, 2005, 01:13 PM
I bet you can use Win32 APIs in the installer app. If so, this is how you can check ..

http://www.codeguru.com/article.php/c8973

Doesn't the installer s/w already provide some means of determining this ? I would consider it a basic requirement ..