Installers are custom types that implement the IWindsorInstaller interface and are used to register Components to the container, using the fluent registration API.
public class MyInstaller : IWindsorInstaller
{
public void Install(IWindsorContainer container, IConfigurationStore store)
{...