- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Windows Server OS Check in Installshield
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Hi,
As per project requirement, we will not be allowing the installation of our product on Windows OS version less than or equal to Windows Server 2012.
Supported OS version are Windows Server 2016 and above.
Please help me to identify where should I add the OS version check.
Thanks,
Priyanka Chauhan
Server 2016 and latest OS versions are added in latest IS version, you need to upgrade installshield version to get latest options, else you need to write your own customaction to check the OS version and sequence it before installing main application.
May i know what is your project type, Basic MSI, or installscript MSI or installscript?
We have option available under platform filtering field to select supported OS in installscript project, and we have Project assistant tab, we can select support OS for Basic MSI project type. Refer attached screenshot.
You can also use installscript to check OS version, please refer below help link
https://docs.revenera.com/installshield26helplib/LangRef/LangrefSYSINFO.htm
Server 2016 and latest OS versions are added in latest IS version, you need to upgrade installshield version to get latest options, else you need to write your own customaction to check the OS version and sequence it before installing main application.