* @param args for the moment this parameter is not used but we keep it in
* order to (in case of need) pass parameters through the command line.
*/
public void initialize(String[] args)
{
ProgressMessageFormatter formatter = new HtmlProgressMessageFormatter();
installStatus = new CurrentInstallStatus();
application = Application.create();
application.setProgressMessageFormatter(formatter);