Creating an Installable exe

Hi All,

I have developed an application using Yii and I want to make an executable(.exe) for the installation process, so that the users can download the exe file and use that to install the application. Can anyone help me to achive this…

Thanks in advance.

o_O

You can probably use phc-win:

http://www.swiftlyti…tegory/phc-win/ ;)

From your question it’s not really clear what you want to do…

If you want to send your application to a customer so that he can install it on his webserver… you can use make a self extracting file with any compressor like ZIP, RAR, …

Installation may depend on many things such as installed servers(http or DB for example), php extensions and etc. If you would like to install application on Debian-like systems you may try to make deb-packet.