Demitrius Nelon

Results 1158 comments of Demitrius Nelon

This error code appears to be coming from the installer and not winget.exe. We have an Issue to deal with non-zero exit codes on success in the backlog. We also...

It looks like there is also an association with #152

It appears there are a few reasons MSI installers return 1603. https://docs.microsoft.com/en-us/troubleshoot/windows-server/application-management/msi-installation-error-1603

We will be implementing #149 User vs. System Installation (non MSIX). That should help with installers that require elevation.

[Cause](https://docs.microsoft.com/en-us/troubleshoot/windows-server/application-management/msi-installation-error-1603#cause) You may receive this error message if any one of the following conditions is true: Windows Installer is attempting to install an app that is already installed on your...

This error message is coming from the MSI installer, and not the Windows Package Manager. I'll convert this issue into a Feature so we can add a better error explanations...

I suspect this is a temporary and geographic issue. I did some quick testing using various VPNs which all succeeded. Would you mind sharing which geography you're located in?

Can you run again with --verbose-logs and share the logfile? I wonder if you had a 32-bit version installed previously, and the installer changed. I see multiple architectures in the...

There shouldn't be any conflict with comments in the settings file. We're expecting the cmdlets to be a wrapper/interface to the COM API longer term. In the short term we...

The default behavior when sudo is enabled is "In a new window". It can be changed to "inline" which will present the output in the current window. You can pass...