_Had a hard time to decide if this is a bug or feature. But settled on bug as I think this is the expected behaviour._ **Description** When installing packages if they are interactive you will get a bunch of popups. I think that all packages should be installed with `--disable-interactivity` as an argument at https://github.com/comtrya/comtrya/blob/998f07cb1ffb6264e335de7f92d113cf6f4f5d30/lib/src/actions/package/providers/winget.rs#L64 **Steps to reproduce** On windows. Install a package that has an interactive installation such as the Zen Browser. ```yaml actions: - action: package.install name: Zen-Team.Zen-Browser ``` **Expected behaviour** All installations are silent and non interactive. **Environment** - OS: Windows - Version: `comtrya 0.9.2`
Had a hard time to decide if this is a bug or feature. But settled on bug as I think this is the expected behaviour.
Description
When installing packages if they are interactive you will get a bunch of popups. I think that all packages should be installed with
--disable-interactivityas an argument athttps://github.com/comtrya/comtrya/blob/998f07cb1ffb6264e335de7f92d113cf6f4f5d30/lib/src/actions/package/providers/winget.rs#L64
Steps to reproduce
On windows. Install a package that has an interactive installation such as the Zen Browser.
Expected behaviour
All installations are silent and non interactive.
Environment
comtrya 0.9.2