Mariusz
06-01-2004, 11:57 AM
Hi,
I have a setup.exe that I want only to install on following serves:
Windows NT 4.0
Windows 2000
Windows 2003
I have found info on how to distinguish Server from Workstation, but here is where I am having some trouble.
Product install condition:
(VersionNT=400 And WindowsBuild>=1381 And ServicePackLevel>=6)OR(VersionNT=500 And WindowsBuild>=2195 And ServicePackLevel>=2)OR(VersionNT=502 And WindowsBuild>2600)
I tried to run it on WinNT 4.0 SP6a and I am being blocked from the installation. I guess it happened because of my condition. How do I set a condition to install the product if at least one condition is met successfully?
Thanks for your help.
Mariusz
I have a setup.exe that I want only to install on following serves:
Windows NT 4.0
Windows 2000
Windows 2003
I have found info on how to distinguish Server from Workstation, but here is where I am having some trouble.
Product install condition:
(VersionNT=400 And WindowsBuild>=1381 And ServicePackLevel>=6)OR(VersionNT=500 And WindowsBuild>=2195 And ServicePackLevel>=2)OR(VersionNT=502 And WindowsBuild>2600)
I tried to run it on WinNT 4.0 SP6a and I am being blocked from the installation. I guess it happened because of my condition. How do I set a condition to install the product if at least one condition is met successfully?
Thanks for your help.
Mariusz