I am creating a new installer for Windows using InstallShield. I am new to InstallShield. In the installer I am to install one component only on windows 8.
So what should I put in the install condition for that component? Can I use VersionNT or MsiNTProductType.
However I could not find the value of these variables for Windows 8. Is there any other way of doing this?
Thanks in Advance.
Have you tried this condition: VersionNT > 601 ?