I was wondering if anyone knew of a tool for making a PHP installer. What I mean is, I've made an application in PHP and if I could avoid going through the tedium of writing an installer for it, that would be awesome. Need the usual stuff, check for features installed in the server, check for (some) directory write permissions, allow the user to enter their database username/pass/location and then create the tables.
I found a website http://www.buildexec.com/ that does it, but if there was a Windows program I could use instead, I'd be really happy 🙂