lib/core/installer/tools/environment/Enable-IcingaForWindowsInstallationHeaderPrint.psm1

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