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

function Get-IcingaForWindowsInstallationHeaderSelection()
{
    return $global:Icinga.InstallWizard.HeaderSelection;
}