- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Basic MSI Project - Feature conditions: ARM64 processor configuration is not in the list.
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi,
Is it possible to configure Feature so it is isnstalled only if the processor configuration is ARM64.
I didn't find ARM64 in the conditions list. Is there any other way to do it?
Thanks,
Irina
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @IrinaS ,
If you want to install a feature on ARM process, you need create a setup that supports ARM, adding feature condition wont install files or features as expected in ARM.
Feature conditions are based on installLevel we set in feature condition
https://stackoverflow.com/questions/52364241/installshield-conditional-feature-installation
Please refer below link on create installer to support ARM.
https://www.revenera.com/blog/software-installation/creating-installations-for-arm-based-devices/
https://docs.revenera.com/installshield27helplib/rn/Content/helplibrary/Full_ARM_Support.htm
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @IrinaS ,
If you want to install a feature on ARM process, you need create a setup that supports ARM, adding feature condition wont install files or features as expected in ARM.
Feature conditions are based on installLevel we set in feature condition
https://stackoverflow.com/questions/52364241/installshield-conditional-feature-installation
Please refer below link on create installer to support ARM.
https://www.revenera.com/blog/software-installation/creating-installations-for-arm-based-devices/
https://docs.revenera.com/installshield27helplib/rn/Content/helplibrary/Full_ARM_Support.htm