This repository was archived by the owner on Dec 5, 2025. It is now read-only.
Replies: 1 comment 1 reply
-
|
Can't replicate: You do realize that the command: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm very appreciative of the development behind this script... It works very well, with few exception. This issue I'm experiencing *might be application-specific, but thought it worth posting, in case anyone has seen it before.
I'm running it on a machine on which the script has installed a few other apps successfully, without error, but attempting to install Postman.Postman, I'm getting error: failed with exit code: 4294967295
I first tried the script, only passing the app ID to it. (I get the same error/result)
My current command line looks like this:
./WinGet_Installer.ps1 -AppIDs "Postman.Postman --disable-interactivity --accept-package-agreements --accept-source-agreements --force"
from the script output:
Successfully verified installer hash
Starting package install...
Installer failed with exit code: 4294967295
11:04:01 - -> Postman.Postman installation failed!
11:04:01 - Postman.Postman processing finished!
from the Winget log:
2025-12-05 11:04:00.665 [REPO] Reading MSI UpgradeCodes
2025-12-05 11:04:00.669 [FAIL] C:__w\1\s\external\pkg\src\AppInstallerSharedLib\Registry.cpp(360)\WindowsPackageManager.dll!00007FF956AAE6B5: (caller: 00007FF956CE421F) Exception(1) tid(3d20) 80070006 The handle is invalid.
2025-12-05 11:04:00.669 [FAIL] C:__w\1\s\external\pkg\src\AppInstallerCommonCore\Fonts.cpp(1107)\WindowsPackageManager.dll!00007FF956E2A936: (caller: 00007FF956D7372D) LogHr(1) tid(3d20) 80070006 The handle is invalid.
Msg:[C:__w\1\s\external\pkg\src\AppInstallerSharedLib\Registry.cpp(360)\WindowsPackageManager.dll!00007FF956AAE6B5: (caller: 00007FF956CE421F) Exception(1) tid(3d20) 80070006 The handle is invalid.
]
2025-12-05 11:04:00.669 [CORE] Failed getting font package information.
2025-12-05 11:04:00.995 [REPO] Opening database for ReadWrite at 'C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft/WinGet\State\defaultState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db'
2025-12-05 11:04:00.996 [REPO] Opened SQLite Index with version [1.7], last write [2025-12-05 10:53:10.000]
2025-12-05 11:04:01.094 [CLI ] No app found matching input criteria
2025-12-05 11:04:01.099 [CLI ] Terminating context: 0x8a150014 at C:__w\1\s\external\pkg\src\AppInstallerCLICore\Workflows\WorkflowBase.cpp:476
(end of log)
Any thoughts, ideas, or suggestions would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions