Yes, this is correct. Silent means in this case "without any user intervention". It only displays the installation progress. The developer of this installation can disable this screen when running in silent mode.

This is the code:

If %_SB_INSTALLERFLAG% Equals "1" on Position "$SB_SILENTMODEFLAG$" Then
Display Setup Progress Dialog
End

I hope this helps!