1

We are using ArchitecturesAllowed and it is working fine at present.

Is it possible to use something like a command line parameter to instruct Inno to "ignore ArchitecturesAllowed, just install it anyway"?

I don't see anything like this in https://jrsoftware.org/ishelp/index.php?topic=setupcmdline. I know its possible to create custom command line params but I don't see how programmatically that would allow for this.

This might be useful for us in some strange corner cases where our installer does not support a particular architecture but we need to work around a customer problem. (Specifically I'm thinking of Windows 11 running in a VM on a Mac, but there could be other cases.)


Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992
StayOnTarget
  • 11,743
  • 10
  • 52
  • 81

1 Answers1

1

No.

Using the approach you know (Can Inno Setup detect Windows11 on ARM64 hardware which can emulate x64?) combined with a custom command line switch is the only way.

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992