* installed.
*
* @return the installation step created
*/
protected ChooseLocationStep installDirStep() {
ChooseLocationStep step = new ChooseLocationStep(installer);
initStep(step, "InstallDir");
step.setDetails(createInstallDirDetails(options.getString("InstallDirDetails")));
installer.add(step);
return step;
}