Hi. Is it possible to install msys2 from command line something like --quite option?
It's not yet possible because it not supported upstream by Qt Installer Framework that we use for creating our installer.
Qt Installer Framework version 2.0 was released a few weeks ago. Supposedly it supports a "-platform offscreen" option which will hide the windows. More information is here:
https://bugreports.qt.io/browse/QTIFW-166 https://blog.qt.io/blog/2015/04/07/qt-installer-framework-2-0-released/
The argument seems to be -platform minimal, however it's not compiled in for Windows yet, see:
-platform minimal
https://bugreports.qt.io/browse/QTIFW-166
It's not yet possible because it not supported upstream by Qt Installer Framework that we use for creating our installer.
Qt Installer Framework version 2.0 was released a few weeks ago. Supposedly it supports a "-platform offscreen" option which will hide the windows. More information is here:
https://bugreports.qt.io/browse/QTIFW-166
https://blog.qt.io/blog/2015/04/07/qt-installer-framework-2-0-released/
Last edit: David Grayson 2015-04-19
The argument seems to be
-platform minimal, however it's not compiled in for Windows yet, see:https://bugreports.qt.io/browse/QTIFW-166