Page 1 of 1
Install in silent mode on Windows
Posted: Tue Jul 18, 2023 7:56 pm
by Jarod42
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?
Re: Install in silent mode on Windows
Posted: Tue Jul 18, 2023 10:20 pm
by eranif
I tried that, the only dialog that does not honor the /SILENT flag is for asking to "keep local settings"
I fixed that in git master
Re: Install in silent mode on Windows
Posted: Wed Jul 19, 2023 8:06 pm
by Jarod42
Not tested your fix, just looked at code.
Note there is also /VERYSILENT
flag that seems missing from function IsSilentInstall()
.