Install in silent mode on Windows

CodeLite installation/troubleshooting forum
User avatar
Jarod42
CodeLite Expert
Posts: 237
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Install in silent mode on Windows

Post 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?

User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Install in silent mode on Windows

Post 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

Make sure you have read the HOW TO POST thread
User avatar
Jarod42
CodeLite Expert
Posts: 237
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: Install in silent mode on Windows

Post by Jarod42 »

Not tested your fix, just looked at code.

Note there is also /VERYSILENT flag that seems missing from function IsSilentInstall().

Post Reply