from fermiinstallclass import FermiInstallClass

class InstallClass(FermiInstallClass):
    name = ("CDFoffsite Workgroup Install")
#    pixmap = "workstation.png"
    pixmap = "cdf-desktop.png"
    sortPriority = 100
    description = ("This will install the CDF Offsite workgroup.")

    def setGroupSelection(self, grpset, intf):
	FermiInstallClass.setGroupSelection(self, grpset, intf)

        grpset.selectGroup("cdfoffsitedesktop")