Hi Guys,
looks like the PHP scripts aren’t executed probably.
Two reasons for that:
1. You don’t have PHP installed and/or configured correctly with your web server.
2. You double clicked the readme.html within the explorer, so the URL in you web browser looks like this (probably the URL will look different on your system), after you clicked the link in step 5. of the installation guide:
file:///c:/xampp/htdocs/wordpress/wp-admin/install.php
(The PHP scripts won’t be interpreted by your web server …)
If the first case kicks in search the web for an install tutorial.
If the second case is your problem, than change this URL to:
http://localhost/wordpress/wp-admin/install.php
h.a.n.d