Demitrius Nelon
Demitrius Nelon
We're actively working on the fix here. Once the fix has been implemented and released to our production environment, we will trigger the build again to see if this will...
Do I see a bad line ending?
This still has the merge conflict.
Yes, I've already asked engineering to look into this one since it appears to be a relatively small fix. Thanks for linking the PRs! This helps tremendously.
@peterjc123 the current implementation of the client `0.1` doesn't support a forced reboot. If an installer does, it's outside of the winget.exe client. You may have encountered a bug. I...
@slonopotamus, thanks for the additional context. It's possible that since we're doing a "silent" or "silent with progress" the reboot isn't scheduled, it's forced. There may be another switch we...
Not every package has a "suppress reboot" option. We've implemented defer registration as a default behavior for MSIX packages. We needed to add a key to the manifest schema to...
> > Not every package has a "suppress reboot" option. > > 1. `/norestart` is a builtin msiexec option. It exists independently of package. Yes, we are aware of the...
@ryfu-msft please take a look at this.
We should also think about the experience with `winget import` and consolidation of the notes. Other potentially related issues: * https://github.com/microsoft/winget-cli/issues/1899 * https://github.com/microsoft/winget-cli/issues/1900 With any new arguments, we should also...