I’d just like to take the time to thank the developers of WordPress for their fantastic efforts. These people put in many hours of their own time, using skills and knowledge that’s taken them a good bit of effort to learn themselves, all while asking for nothing in return. In my eyes, that’s a really big plus in these days and times, what with everything going on in the world. Now for the question at hand.
I haven’t tested anil’s solution and probably won’t, since the install script looks like it’s only used during initial installation or upgrades. I did experience the same issue though, but was able to get past the install screen by directly making a simple modification to the content in the MySQL database (see WAMP on VISTA, minor WP install issue?). That said, I’ll bet dollars to donuts that those experiencing the same problem can use the same work around to eventually end up at the login screen, and in-turn, the admin screen. All you’ve got to is modify the encrypted password in the database that the installation script creates on install.
I realize a number of folks have little or no experience with tools like phpMyAdmin and/or MySQL databases, but they’re really not that hard to learn. And you probably want to learn how to use tools like them, especially if you’re going to use a free product like WordPress that might have an over-looked kink or two in its source code. Issues *always* arise during code development that take time and a great deal of testing to sort out. Sometimes that testing ends up extending itself into the release phase, during which actual users come across errors that the developers didn’t experience before releasing their product(s). I suspect something like that has happened here.
If you’re finding that anil’s solution isn’t working for you after copying and pasting his code into the installation script, download and install a copy of a tool like phpMyAdmin (The phpMyAdmin Project), export a copy of your WordPress database for safe keeping, then delete it from MySQL. That’ll help prevent the installation script from hanging when it looks to see if a WordPress installation already exists. Then run the installation script again and let everyone know if anil’s fix worked.
janco