cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dmetzler
Level 6

Detect Windows 7?

I am using IS 2008 Professional and want to add support for the detect of Windows 7. This may be done with a custom action.

Does anyone know the values to check?

What are the Windows 7 values for VersionNT and WindowsBuild?

Thanks,

Don
Labels (1)
0 Kudos
(3) Replies
Gvarma
Level 7

dmetzler wrote:
I am using IS 2008 Professional and want to add support for the detect of Windows 7. This may be done with a custom action.

Does anyone know the values to check?

What are the Windows 7 values for VersionNT and WindowsBuild?

Thanks,

Don


For windows VISTA Pack 1 (SP1) the VersioNT value is 600 and WindowsBuild value is 6001 , there is no value available for Widnwo7 for now, perhaps you could condition like

if VersionNT > 600 ???

HTH
0 Kudos
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

VersionNT will be 601 on a Windows 7 machine:
http://msdn.microsoft.com/en-us/library/aa370556(VS.85).aspx
0 Kudos
Gvarma
Level 7

joshstechnij wrote:
VersionNT will be 601 on a Windows 7 machine:
http://msdn.microsoft.com/en-us/library/aa370556(VS.85).aspx


its funny , I checked the same table yesterday , the value for Windows7 wasnt there..

🙂
0 Kudos