Index: branches/5.2.x/core/install/step_templates/install_setup.tpl =================================================================== diff -u -N -r14572 -r14842 --- branches/5.2.x/core/install/step_templates/install_setup.tpl (.../install_setup.tpl) (revision 14572) +++ branches/5.2.x/core/install/step_templates/install_setup.tpl (.../install_setup.tpl) (revision 14842) @@ -32,14 +32,18 @@ $option_tpl = ob_get_clean(); $options = Array ( - 'upgrade' => 'Upgrade In-Portal', - 'clean_reinstall' => 'Reinstall In-Portal', - 'fresh_install' => 'Install In-Portal to a New Database', - 'update_license' => 'Update License Information', - 'db_reconfig' => 'Update Database Configuration', - 'fix_paths' => 'Update Installation Paths', - ); + 'upgrade' => 'Upgrade In-Portal', + 'clean_reinstall' => 'Reinstall In-Portal', + 'fresh_install' => 'Install In-Portal to a New Database', + 'update_license' => 'Update License Information', + 'update_config' => 'Update System Configuration', + 'db_reconfig' => 'Update Database Configuration', + ); + if ( !$this->Application->isDebugMode() ) { + unset($options['update_config']); + } + $upgradable_modules = $this->GetUpgradableModules(); if (!$upgradable_modules) { unset($options['upgrade']);