Index: openacs-4/packages/acs-bootstrap-installer/installer.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-bootstrap-installer/installer.tcl 10 Oct 2003 14:52:16 -0000 1.10 +++ openacs-4/packages/acs-bootstrap-installer/installer.tcl 14 Oct 2003 13:59:06 -0000 1.11 @@ -315,8 +315,10 @@ if { [file exists [apm_install_xml_file_path]] } { set root_node [apm_load_install_xml_file] + set acs_application(name) [apm_required_attribute_value $root_node name] + set acs_application(pretty_name) [apm_attribute_value -default $acs_application(name) $root_node pretty-name] - ns_write "

Loading packages for the [nsv_get acs_application pretty_name] application.

" + ns_write "

Loading packages for the $acs_application(pretty_name) application.

" set actions [xml_node_get_children_by_name $root_node actions] if { [llength $actions] > 1 } {