Operating System Property Values
The table in this topic displays values for selected Windows Installer Operating System Properties.
| System | VersionNT | WindowsBuild | ServicePackLevel |
|---|---|---|---|
| Windows 2000 | 500 | 2195 | Not applicable |
| Windows 2000 + Service Pack 1 | 500 | 2195 | 1 |
| Windows 2000 + Service Pack 2 | 500 | 2195 | 2 |
| Windows 2000 + Service Pack 3 | 500 | 2195 | 3 |
| Windows 2000 + Service Pack 4 | 500 | 2195 | 4 |
| Windows XP | 501 | 2600 | Not applicable |
| Windows XP with Service Pack 1 (SP1) | 501 | 2600 | 1 |
| Windows XP with Service Pack 2 (SP2) | 501 | 2600 | 2 |
| Windows XP with Service Pack 3 (SP3) | 501 | 2600 | 3 |
| Windows Server 2003 | 502 | 3790 | Not applicable |
| Windows Server 2003 with Service Pack 1 (SP1) | 502 | 3790 | 1 |
| Windows Server 2003 with Service Pack 2 (SP2) | 502 | 3790 | 2 |
| Windows Vista | 600 | 6000 | Not applicable |
| Windows Vista with Service Pack 1 (SP1) | 600 | 6001 | 1 |
| Windows Vista with Service Pack 2 (SP2) | 600 | 6002 | 2 |
| Windows Server 2008 | 600 | 6001 | Not applicable |
| Windows Server 2008 with Service Pack 2 (SP2) | 600 | 6002 | 2 |
| Windows Server 2008 R2 | 601 | greater than 7100 | Not applicable |
| Windows 7 | 601 | greater than 7100 | Not applicable |
For more information, see Released Versions of Windows Installer, VersionNT, WindowsBuild, and ServicePackLevel.
Related topics
Send comments about this topic to Microsoft
Build date: 9/7/2011
- 12/26/2011
- archangel127
Need to add BOTH "Windows Server 2008 with Service Pack 1 (SP1)" and "Windows Server 2008 R2 with Service Pack 1 (SP1)
System=Windows Server 2008 with Service Pack 1 (SP1)
VersionNT=600
WindowsBuild=6001
ServicePackLevel=1
System=Windows Server 2008 R2 with Service Pack 1 (SP1)
VersionNT=601
WindowsBuild=7601
ServicePackLevel=1
- 11/16/2011
- ColbyRingeisen
Editing the installation with Orca usually helps.
- 11/18/2009
- Dennis Aries
- 5/23/2010
- 杜杜
VersionNT and VersionNT64 are 502 on Windows XP x64. I.e. the same as Windows Server 2003. Use MsiNTProductType to differentiate (1 is client OS, > 1 is server OS).
VersionNT and VersionNT64 are 601 for Windows 7 and Windows Server 2008 R2. Again, use MsiNTProductType to differentiate (as with Vista vs 2008).
- 1/28/2009
- Mr. Furious
Windows Server 2008 is a "Vista" system and ships with SP1 already included (the generally available [GA] DVD anyway, prior 'release candidate' [RC] DVDs did not include SP1).
The Windows Server 2008 information in this spreadsheet for ServicePackLevel is not correct. On Windows Server 2008 systems created using the generally available (GA) installation DVD, the ServicePackLevel is "1".
- 12/15/2008
- ColbyRingeisen
- 10/30/2008
- Vadmyst
