To change the Success/Failed colors in the installer:
In the theme folder, installer.css
CODE
.InstallSuccess
{
font-family: arial;
font-size: 9pt;
color: green;
/* background-color: Window;*/
}
.InstallFail
{
font-family: arial;
font-size: 9pt;
color: red;
/* background-color: Window;*/
}