architecture from settings.json not used #5996
-
|
Hi, lets see what Installer WinMerge i.e. support : winget install WinMerge.WinMerge --architecture x86 winget install WinMerge.WinMerge --architecture x64 winget install WinMerge.WinMerge --scope user So, there are 32 and 64 bit installers and a per user. it seems there ist no x86 for user winget install WinMerge.WinMerge --architecture x86 --scope user Now : } When i switch both scopes from user to machine and back, i can see that perUser-Setup.exe is used or not. Why's that? Regards form Germany |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
If you add
Could you be a bit more specific about this? What options are you passing to |
Beta Was this translation helpful? Give feedback.
-
|
Hi florelis, thx for your response. Using winget with this setting } Using winget with this setting } So so cann see that the scope setting is taken from the setting properly, as the installer changes. Using winget with this setting } where as with the cli it is : So the architecture can be changed by the CLI but not the settings file. For the case were the wrong installer was selcted the logs is like this : Regards. |
Beta Was this translation helpful? Give feedback.
-
|
If you need anything else, please let me know, also if its a missunderstanding from my side about the settings. Regards |
Beta Was this translation helpful? Give feedback.
Instead of
"architecture": "x86", it should be"architectures": [ "x86" ]