1. <pinstructions><![CDATA[<h1>Instructions</h1><p>Write Instructions here</p>]]></pinstructions> - here you can write instructions for users
2. <psql><![CDATA[SELECT title FROM #__content WHERE id = 1]]></psql> - write SQL queries here, such queries will be (can be) executed while installation of this component
3. <files><filename>installfiles/administrator/components/com_phocainstall/test.txt</filename> ... - write your files here - such files will be copied from "installfiles" folder to destination written after the "installfiles" folder e.g.
FROM:
installfiles/administrator/com_phocainstall/test.txt
TO:
administrator/com_phocainstall/test.txt
Files need to be included in ZIP package in "installfiles" folder.