* 3.x installations that still need to be upgraded), then it would be safe to remove this code.
*/
private void updateLaunchScript() {
try
{
PreLaunchHelper helper = preLaunchHelperFactory.createPreLaunchHelper();
helper.updateLaunchScript();
helper.copySplashImage();
}
catch (Exception e)
{
s_log.error("Unexpected exception while attempting to update the launch script: "+e.getMessage(), e);
}