This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Detect Windows 7?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 16, 2009
02:29 PM
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
Does anyone know the values to check?
What are the Windows 7 values for VersionNT and WindowsBuild?
Thanks,
Don
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 17, 2009
03:44 PM
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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 18, 2009
12:08 PM
VersionNT will be 601 on a Windows 7 machine:
http://msdn.microsoft.com/en-us/library/aa370556(VS.85).aspx
http://msdn.microsoft.com/en-us/library/aa370556(VS.85).aspx
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 18, 2009
12:30 PM
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..
🙂