Can Anyone help me on How to Compile windows EXE for php mysql scripts for demos. Like it must be a windows installer which install a demo php script on windows machine along with php and mysql and runs the entire demo site on localhost. An Example of this execution is by realtysoft.pro demos that work in this manner. You can download a free trial of thier script and see realtysoft.pro/realestate/demo.php - right hand side form to download the trial. Can anyone tell me What software they use to compile this exe ( I do not want feedback on ZZEE PHPExe - this is not good)
just an idea. how about you use advancedinstaller, to extract a compressed directory of xampp, which contains your web application? maybe you can make apache and mysql running on different port other than 80 (httpd) and 3306 (mysqld) ? http://www.advancedinstaller.com/
Making an installer is not a problem, there are so many. But making it standalone. If we include xamp folder, i dont think it might work. First start xamp.exe and then run the script. I tried this with WAMP, could not do it and also file size would be too much.