Within the administration area of the tool, there is access to help that serves to guide users on the use of this. But in the setup screens there is no help that can guide users through this process.
Were made to follow the following steps to implement this improvement:
Search are located in the folder where the files related to the Joomla installation (installation folder), with the help of Firebug (Mozilla Firefox extension) it was possible to identify which was the span of the buttons corresponding to the region of installation.
Insert a div corresponding to the button you wanted to add help at the facility. Each step of the installation corresponds to a different php, so this was added span in each of these files.
In templates.css file, located in the installation folder \ template \ css \ template.css was done formatting the appearance of the div.
I inserted a link pointing to the page containing the doc.joomla step by step to installing version 2.5.
You've got the same set of commits in this pull request and in #253 but they cover separate issues. Please separate them out, otherwise we can't review them.
I think you mixed in a few changes that have nothing to do with the installation.