from fermiinstallclass import FermiInstallClass class InstallClass(FermiInstallClass): name = ("CMSdesktop Workgroup Install") # pixmap = "workstation.png" pixmap = "cms-desktop.png" sortPriority = 10 showLoginChoice = 1 description = ("This will install the CMS Desktop workgroup.") def setGroupSelection(self, comps, intf): FermiInstallClass.setGroupSelection(self, comps, intf) comps["CMS Desktop"].select()