-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
winget upgrade RealVNC.VNCViewer
pulls 32-bit installer on 64-bit machine, resulting in failure
#3653
Comments
Taking just the relevant snippet from the log so its easy for others to find -
It seems to choose the zip file, which is expected, since the EXE installs an MSI anyways, so using one of the MSI files in the zip is the preferred choice. I see that it specifically is choosing MSI over WIX because it sees the current install is an MSI, despite WIX also being an MSI. I know that I've run into this issue in the past - I'll see if the manifest can be updated to consider both of them as MSI as a temporary fix
|
Isn't there a MSI for the 64-bit version? |
There is, and it is in the manifest. However, its built using WIX, and the winget client doesn’t intepret WIX and MSI to be the same installer type for purposes of an upgrade even though they are. |
Hello @sba923, We've identified this as a duplicate of another issue or PR that already exists. This specific instance is being closed in favor of the linked issue. Please add your 👍 to the other issue to raise its priority. Thanks for your contribution! Template: msftbot/duplicate/closed |
Hello @sba923, We've identified this as a duplicate of another issue or PR that already exists. This specific instance is being closed in favor of the linked issue. Please add your 👍 to the other issue to raise its priority. Thanks for your contribution! Template: msftbot/duplicate/closed |
Fix confirmed
Thanks! |
Brief description of your issue
winget upgrade RealVNC.VNCViewer
fails to upgrade 64-bit version 7.5.1.50075 to 64-bit version 7.6.0.50657, because it pulls a 32-bit installer.Steps to reproduce
Run
winget upgrade RealVNC.VNCViewer
on a machine where version 7.5.1.50075 of the application is installed.Expected behavior
The application should be upgraded to version 7.6.0.50657 as reported by
winget list RealVNC.VNCViewer
:Actual behavior
Here are the logs:
WinGet-2023-09-22-06-36-34.075.zip
Environment
The text was updated successfully, but these errors were encountered: