private static InstallerControl CreateSystemCheckControl() { SystemCheckControl control = new SystemCheckControl(); control.Title = Resources.CommonUIStrings.controlTitleSystemCheck; control.SubTitle = InstallConfiguration.FormatString(Resources.CommonUIStrings.controlSubTitleSystemCheck); control.RequireMOSS = InstallConfiguration.RequireMoss; control.RequireSearchSKU = false; return control; }
private static InstallerControl CreateSystemCheckControl() { SystemCheckControl control = new SystemCheckControl(); control.Title = Resources.CommonUIStrings.controlTitleSystemCheck; control.SubTitle = InstallConfiguration.FormatString(Resources.CommonUIStrings.controlSubTitleSystemCheck); control.RequireMOSS = InstallConfiguration.RequireMoss; control.RequireSearchSKU = false; return(control); }