i have designed a software now i want it to make ready so that if anyone wants to download it , can download it and install it . what i have to that ? In otherwords i want to create installer script for my own software.pls guide me ....
installer script for my own software
Collapse
X
-
Tags: None
-
check out http://www.bambalam.se/bamcompile/
an excerpt:
Haven't used it yet, will do hopefully soon, thus I can't say much about how well it works.ambalam PHP EXE Compiler/Embedder is a free command line tool to convert PHP applications to standalone Windows .exe applications. The exe files produced are totally standalone, no need for php dlls etc. The php code is encoded using the Turck MMCache Encode library so it's a perfect solution if you want to distribute your application while protecting your source code. The converter is also suitable for producing .exe files for windowed PHP applications (created using for example the WinBinder library). It's also good for making stand-alone PHP Socket servers/clients (using the php_sockets.dll extension).
Good day,
Dan
Comment