...
When the installation process is executed the following actions are automatically performed on chosen Application Server (of the remote system if RFC is filled):
working Working directory path and subdirectories are created if not exists yet,
files Files of Python Comparator build (compiled version) from repository set DVD_VAL_REP_PYTH_COMP_INSTALL are copied to the subdirectory compare_build
permission Permission for execution is set to Python Comparator build
preset Preset configuration is filled will all necessary setup and execution information
...
To uninstall Python Comparator just choose the radio button Uninstall Python Comparator and execute it.Then confirm your decision to uninstall it.
...
After the uninstallation, all created files and directories will be deleted from the Application Server, and the preset ID will be deleted too. The following message with a log is displayed after the finish:
...
HOST: Variable specifies what host files should be installed and executed
INPUT: Name of the file that serves as input during execution
INSTALL_PATH: Directory for copying installation files from a repository. It may contain placeholders to provide a unique name to not interfere with parallel executions.
MAIN: Specifies the name of a file in the installation directory that is the main executable for execution
OUTPUT: Name of the file that will be created during execution and we need results from this file
REPOSITORY: Defines repository set of files to load into the installation directory
RFC_DEST: RFC destination, serves if we want to do execution on another system
WORKDIR_CLEANUP: Flag (value 'X’) if the working directory should be cleaned up after each execution
WORKDIR_NAME: Name of the working directory created on each execution if not exists. It may contain placeholders to provide a unique name to not interfere with parallel executions.
WORKDIR_PATH: Path to a working directory without a directory name. It may contain placeholders to provide a unique name to not interfere with parallel executions.
...