microsoft / winget-pkgs

The Microsoft community Windows Package Manager manifest repository
MIT License
8.35k stars 4.27k forks source link

Updating Foxit PDF Reader Fails #152181

Open TheNightRider12 opened 2 months ago

TheNightRider12 commented 2 months ago

Brief description of your issue

I installed Foxit PDF Reader, I even uninstalled and re-installed it via Winget. When going to update the app via winget I get "Installer failed with exit code: 1603"

Steps to reproduce

  1. Install Foxit PDF Reader
  2. Go to update the app via Winget
  3. Observe what happens

Expected behavior

I expected to be able to update the app via Winget without issue.

Actual behavior

I receive the error "Installer failed with exit code: 1603" Error Log WinGet-Foxit.FoxitReader.2024.2.0.25138-2024-05-02-23-24-59.790.log

Environment

PS C:\Users\xx> winget --info
Windows Package Manager v1.7.11132
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.26200.5001
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.22.11132.0

Winget Directories
-----------------------------------------------------------------------------------------------------------------------
Logs                               %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Diag…
User Settings                      %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\sett…
Portable Links Directory (User)    %LOCALAPPDATA%\Microsoft\WinGet\Links
Portable Links Directory (Machine) C:\Program Files\WinGet\Links
Portable Package Root (User)       %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portable Package Root              C:\Program Files\WinGet\Packages
Portable Package Root (x86)        C:\Program Files (x86)\WinGet\Packages
Installer Downloads                %USERPROFILE%\Downloads

Links
---------------------------------------------------------------------------
Privacy Statement   https://aka.ms/winget-privacy
License Agreement   https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage            https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale

Admin Setting                             State
--------------------------------------------------
LocalManifestFiles                        Disabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride                     Disabled
LocalArchiveMalwareScanOverride           Disabled
github-actions[bot] commented 2 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

stephengillie commented 2 months ago

Exit code1603 sometimes means Install successful but system restart may be required.

This should probably be moved to the winget-pkgs repo, because the solution is probably to add 1603 as an InstallerSuccessCode or similar inside the manifest.

TheNightRider12 commented 2 months ago

I see. I did not know that. Thank you for the information on that!