Create virtuemart installer » History » Version 3
« Previous -
Version 3/7
(diff) -
Next » -
Current version
Akarawuth Tamrareang, 06/17/2011 07:15 PM
Create virtuemart installer¶
To create a package is very easy.
Just make a checkout of the complete SVN tree (checkout folder), export the virtuemart directory to another directory (VirtueMart_export folder).
After that cut the files VirtueMart_export\virtuemart\administrator\components\com_virtuemart\virtuemart.xml , VirtueMart_export\virtuemart\administrator\components\com_virtuemart\install\install.virtuemart.php , VirtueMart_export\virtuemart\administrator\components\com_virtuemart\install\uninstall.virtuemart.php
and paste it to the installerRoot (virtuemart) folder.
Zip the folders administrator (backend), components (frontend), language, and the files virtuemart.xml , install.virtuemart.php , uninstall.virtuemart.php. The installer is ready.
The root directory of the installer should contain the directories
- administrator * components * images * language
and the file
- virtuemart.xml * install.virtuemart.php * uninstall.virtuemart.php