lib/core/installer/tools/Remove-IcingaForWindowsInstallerLastParent.psm1
function Remove-IcingaForWindowsInstallerLastParent() { if ($global:Icinga.InstallWizard.LastParent.Count -ne 0) { $global:Icinga.InstallWizard.LastParent.RemoveAt($global:Icinga.InstallWizard.LastParent.Count - 1); } } |