[Feature] Allow alternative download URLs #5017
Replies: 3 comments 1 reply
-
Isn't this just 32bit?
Which type of architecture is this? Regardless, only those architectures will be supported which can be determined from the OS. Neither of these can be. |
Beta Was this translation helpful? Give feedback.
-
32+64 is more to install both 32 and 64bit pgm in same folder for a 64bit cpu on 64bit os. |
Beta Was this translation helpful? Give feedback.
-
See #3265
Can you give an example?
For this you need to create separate manifests as languages are not architectures. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some application where i can install some flavors 32bit, 64bit, 32+64bit, compatibleMode i can define all in my manifest. Currently all architecture/flavor name are valid in json manifest for applications. (I can use checkvers and autoupdate....)
But when i want to install, i'm limited to only two values 32bit/64bit could it be possible to accept with -a additional verb and just print a warning instead of quitting ?
in core.ps1 in function ensure_architecture removing default behavior to return $architecture_opt seems to be ok for next step !
Anyhow, if application do not support exotic flavor installation is not made !
Beta Was this translation helpful? Give feedback.
All reactions