J!rs,
You know that when creating an extension file you can set an install file that is fired during installation and where I can add modules and plugins using JInstaller.
For example, in my manifest extension.xml
<installfile>install.extension.php</installfile>
I wonder if it's possible to do this in a template templateDetails.xml
I've tried but no php file is fired, tried installfile and scriptfile
Thanks!