GTK-for-Windows-Runtime-Environment-Installer icon indicating copy to clipboard operation
GTK-for-Windows-Runtime-Environment-Installer copied to clipboard

Installer missing silent install or help to show how to

Open mrdalrymple opened this issue 4 years ago • 2 comments

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.

mrdalrymple avatar Feb 01 '21 01:02 mrdalrymple

Try /S

I do a silent install, without touching the registry using /sideeffects=no /dllpath=root /translations=no /S /D=C:\GTK

tschoonj avatar Feb 01 '21 06:02 tschoonj

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

Yanal-Yves avatar Apr 22 '21 22:04 Yanal-Yves