dest="gui",
default=True,
help=help_str)
- help_str = "Runs the Installation Wizard in the TUI mode."
+ help_str = "Runs the Installation Wizard in the TUI mode (UNAVAILABLE NOW)."
opt_parser.add_option("-b",
"--batch",
action="store_false",
sys.exit(os.system(cmd))
#----- TUI ---------------------
+
+ msg = "Sorry, batch mode is unavailable in current version of SALOME Install Wizard!\n"
+ msg += "Use GUI mode to install SALOME, please."
+ error_exit(msg)
# get program dir
cur_dir = get_program_path()