https://bugs.winehq.org/show_bug.cgi?id=47316
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #1 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
I'd rather have the choice of the default action. I would like to get rid of the interactive prompts too, not only for unattended updates, but also when I'm manually updating tens of prefixes.
I supplement this enhancement request by suggesting the use of an environment variable that specifies whether to install or not. When the variable is set the interactive prompts should be bypassed immediately.
Something like this : WINE_AUTOMATIC_UPDATE=string which would be a comma separated list of installable modules names, or "none". examples: WINE_AUTOMATIC_UPDATE=mono #Install only mono. WINE_AUTOMATIC_UPDATE=gecko,mono #Install mono and gecko. WINE_AUOTMATIC_UPDATE=all #Install all modules. WINE_AUTOMATIC_UPDATE=none #Don't install any modules. WINE_AUTOMATIC_UPDATE="" #Ask user with prompts (same as unset variable).
Regards.