lib/core/installer/tools/environment/DisableHeaderPrint.psm1

function Disable-IcingaForWindowsInstallationHeaderPrint()
{
    $global:Icinga.InstallWizard.HeaderPrint = $FALSE;
}