I've been told that there's an option to launch installing in unattended mode. How can I run silent install for K-Lite?
Yes, you can run a silent installation using the following handlers:
unattended using Start > Run > Cmd > packagename.exe /unattended
Start > Run > Cmd > packagename.exe /unattended
very silent using Start > Run > Cmd > packagename.exe /verysilent
Start > Run > Cmd > packagename.exe /verysilent
To find additional information, I recommend checking the following page: http://www.codecguide.com/silentinstall.htm