cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
IrinaS
Level 2

Basic MSI Project - Feature conditions: ARM64 processor configuration is not in the list.

Jump to solution

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

Labels (1)
0 Kudos
(1) Solution
varul
Revenera Moderator Revenera Moderator
Revenera Moderator

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://shieldmaster.wordpress.com/2011/03/17/preselecting-features-within-an-installshield-basic-msi-project/

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

View solution in original post

0 Kudos
(1) Reply
varul
Revenera Moderator Revenera Moderator
Revenera Moderator

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://shieldmaster.wordpress.com/2011/03/17/preselecting-features-within-an-installshield-basic-msi-project/

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

0 Kudos