I looked at TinyMCE.module.php and tried it almost the same way in my own module.
It then appears in the 'module'-list on the CMS Adminsystem.
But when I click on my module I get this error:
I added the "hasAdmin"-function, a case 'defaultadmin' and of course a function to display in the Adminsystem.Fatal error: Cannot redeclare class config in c:\programme\apachefriends\xampp\php\pear\Config.php on line 43
Did I left something out?