Changing architecture #428325
Replies: 1 comment
|
Use the exact value UpgradeBehavior: uninstallPreviousonly when the new installer cannot replace or migrate the existing installation and would otherwise leave both versions installed. WinGet implements that value literally: during an update it gets the old uninstall information and executes the uninstaller before starting the new installer. That can also remove application settings, so it should be based on tested installer behavior rather than the architecture change alone. For these two cases:
The decisive test is to install the currently published version, run |
Uh oh!
There was an error while loading. Please reload this page.
So, there were a few packages which were mis-labelled as x86 and now I have changed to x64.
Since, there will also be a change in install location from "Program Files (x86)" to "Program Files" due to change in architecture I would like to know if the version which has the new architecture should have
this should uninstall the previous install (x86).
This currently affects 2 of my packages -
All reactions