Installer missing silent install or help to show how to
I would like to install this package in a Windows Docker container. To do so I would need to run the installer in a silent mode where no prompts are shown.
I tried running the installer from the command line with the following different options: '--silent', '/s', '--help', '/help', and '/?'. Nothing I tried made this run in silent mode or showed me documentation how to run in silent mode.
Try /S
I do a silent install, without touching the registry using /sideeffects=no /dllpath=root /translations=no /S /D=C:\GTK
For all available options, have a look to https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/blob/2021-01-30/gtk-nsis-pack/gtk3-runtime.ts.nsi#L127-L133