1

I built a component and a module that uses this component. Now I'm trying to create an installation-script that will install the component and right after it's installed - will create the module.

Any advice ?

Nir Alfasi
  • 53,191
  • 11
  • 86
  • 129
Mayur
  • 31
  • 5

1 Answers1

1

joomla use xml file for install any module. you can write your param and auther etc. into below tag of xml and your xml file name same as your module name.

<install type="module" version="1.5.0">

</install>
sam_13
  • 532
  • 2
  • 9
  • i want to install comonent with module. not only module. – Mayur Mar 03 '12 at 10:21
  • 2
    you can install module and component one by one. you can not install module with component. both are different in installation. – sam_13 Mar 03 '12 at 10:30