How to install MSys2 without user interaction?

101 Views Asked by At

I try to install Msys without asking user any questions:

.\msys2.exe --accept-licenses --accept-messages --confirm-command -t c:\msys2

But the above command shows a dialog as soon as it starts. How to make it run without user interaction?

1

There are 1 best solutions below

0
John Peterson On
msys.exe install --root C:\MSYS2 --confirm-command