On Fri, Apr 17, 2020 at 1:01 AM KAVALAGIOS Panagiotis (EEAS-EXT) wrote: > This is the way that we are pushing the packages currently to > end users is through software managers with silent > installation.
My point is that "silent" doesn't mean "no visible GUI." It generally means "the installer doesn't block" (i.e., the installation completes without user input). For example, the popular Inno Setup install builder (https://www.jrsoftware.org/isinfo.php) has a "/SILENT" command line parameter, which (if the installer is designed correctly) causes the created installer to install the package without user input. If run in the user's session, a GUI is still visible; it just doesn't stop to ask for any input. If you install using a software management tool, this usually installs in a separate session, so it doesn't matter if there's a GUI as long as no input is required. Bill -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple