private static void ValidateInstallPhase(ContainerType container, ScriptValidator validator) { container.Visit(validator); if (!validator.HadProgressPage) throw new ScriptException(UILabels.ProgressPageIsRequired); }