Jul 31, 2020
06:30 AM
Hi Support, We are restricting Installer not to launch in few OS by setting property VersionNT property in launch conditions. Ex:(Not Version9X) And (Not VersionNT=400) And (Not VersionNT=500) And (Not VersionNT=501) And (Not VersionNT=502) And (Not VersionNT=600) Recently we have add restriction for Win7 and Win8 and we used VersionNT 601 and Version NT 602 value, it is working fine in normal installation. Ex:(Not Version9X) And (Not VersionNT=400) And (Not VersionNT=500) And (Not VersionNT=501) And (Not VersionNT=502) And (Not VersionNT=600) And (Not VersionNT=601) But we have client installation using a utility, we call msi from bootstrapper , in that API MsiSetInternalUI is giving VersionNT value always 602 even for Windows8.1 or Windows10 because of that our condition failing. Help us with how to handle OS restrictions?
... View more
Labels
- Labels:
-
InstallShield 2020
Latest posts by Surya0152
Subject | Views | Posted |
---|---|---|
1006 | Jul 31, 2020 06:30 AM |
Activity Feed
- Posted VersionNT Property giving wrong value when we call from bootstrapper on InstallShield Forum. Jul 31, 2020 06:30 AM