This package can be used to generate scripts to install PHP applications.
It generate one script that can be extracted when it is executed in the installation target machine.
It can include files and directories to copied to the installation directory.
It can also include data to be stored in MySQL databases.
It features:
* Choice between installer layouts
* Display a disclaimer
* Protect the generated script with a password
* Check whether the necessary PHP functions are available on the target machine
* Include directories and files
* Create directories
* Set file permissions
* Can create MySQL databases, drop tables, create tables and insert data into the tables
* Execute a script after installation
* Compute the necessary file permissions |