CP-882 Some files must be overwritten in the salome installation. The new files are taken from here. These are the changes contained in the files: The launch arguments must be repeatedly escaped in (search "CENOS" in the files): * envSalome.py: argv[3] = f'"{argv[3]}"' * launchConfigureParser.py: sys.argv[2] = f'"{sys.argv[2]}"' * launchConfigureParser.py: script = script.strip('"')