I would like to install Codelite in a github action on windows.
Unfortunately, I don't find correct the options to run installer in silent mode (with no user interactions).
I do:
Code: Select all
codelite-setup.exe /SILENT /SP- /SUPPRESSMSGBOXES /NOICONS /NORESTART
But license agreement dialog is still opened...
Did I miss a flag?