문제

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 ?

다른 팁

FWIW, I usually avoid using OS Version Properties like this in conditions. What I usually try to do is ask myself what is it about that platform that is really important to me. Do I need a certain version of IIS? Do I need a certain service that's new in that version? Do I need a higher version of the .NET framework and so on.

Then I write a search and condition based on that relationship.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top