View Single Post

  #5 (permalink)  
Old 08-09-2006
Jonathan
 
Posts: n/a
Default Re: create php package instaler

ido wrote:

> no, actualy i want to create something that can be used to install my
> php aplication. so then, i dont have to copy my php aplication script
> again to server. and also i dont have to create a database.
>
> its more like installsheald do on .exe aplication.


Something like this: NSIS (Nullsoft Scriptable Install System):
http://nsis.sourceforge.net/Main_Page

If you prepare everything and include that in your install script it
might work.

Jonathan
Reply With Quote