cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
John_Graham
Level 2

Setting OS condition for Windows 7 versions

Our product supports Windows 7 but not the Home versions. I would like to set an Install Condition to limit installation of our product onto machines using Windows 7 Professional or better (we also support Windows Server and XP but we have a conditional in place for that already).

Can anyone tell me what the values are for Windows 7 Home and Windows 7 Premium? Currently our conditional code is similar to:

(Not Version9X=400) AND (Not Version9X=410) AND (Not Version 9X=490) AND (Not VersionNT=400)


If anyone code point me to the Windows 7 values, I would be appreciative! I can't seem to find them anywhere.

Thanks for your help.
Labels (1)
0 Kudos
(2) Replies
Tobias79
Level 5

Hi,

for Win7 Home it should be possible to use the MsiNTSuitePersonal property.

NOT (VersionNT=601 AND MsiNTSuitePersonal)


should do it. Tried it for Win XP Home but should be same for Win7

Tobias
0 Kudos
John_Graham
Level 2

Thanks very much, that worked perfectly! I appreciate the help.
0 Kudos