Sure,
it's quite basic actually.
[code:1]
<?xml version="1.0" encoding="utf-8"?>
<cbinstall version="4.5.0" type="plugin" group="user">
<name>secretcode</name>
<author>Rohnny Swennen</author>
<creationDate>April 2006</creationDate>
<copyright>(C) 2006</copyright>
<license>
www.gnu.org/copyleft/gpl.html
GNU/GPL
<authorEmail>info@swennen.org
<authorUrl>
www.swennen.org
<version>1.0 RC 2</version>
<description>Generates user random code after registration.</description>
<files>
<filename plugin="secretcode">secretcode.php</filename>
<filename>index.html</filename>
</files>
<installfile>secretcode.php</installfile>
<uninstallfile>secretcode.php</uninstallfile>
<params>
</params>
<tabs>
</tabs>
<install>
<queries>
</queries>
</install>
<uninstall>
<queries>
</queries>
</uninstall>
</cbinstall>
[/code:1]