You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, firstly, I would like to thank you for the library. I use it for upgrading packages, but every upgrade currently requires user acceptance via dialogs. Winget provides a --silent mode, which would make the package upgrading process much smoother and more seamless. Currently, the UpgradePackage function passes the --accept-source-agreements parameter. Is there a possibility to add the --silent parameter as an optional parameter?
The text was updated successfully, but these errors were encountered:
Hi,
I will add the silent upgrade function with the next update.
Please keep in mind that the silent installation feature of winget only works if the package that should be installed or upgraded has a silent installer option. For packages that don't offer silent installation the behavior will be the same as it is now.
But, I think, this feature should work for most packages.
Thank you very much for adding the silent parameter in the next update. Yes, I am aware that not every app supports silent upgrades, but it will still be a significant enhancement for my use cases.
Hello, firstly, I would like to thank you for the library. I use it for upgrading packages, but every upgrade currently requires user acceptance via dialogs. Winget provides a
--silent
mode, which would make the package upgrading process much smoother and more seamless. Currently, theUpgradePackage
function passes the--accept-source-agreements
parameter. Is there a possibility to add the--silent
parameter as an optional parameter?The text was updated successfully, but these errors were encountered: