The following provides the method to install and configure the application assuming the prerequisites of the system are met.
Note:
Publisher4EnterpriseArchitect_1.0.2.exe /SILENT /DIR="<publisher_install_dir_path>" /JAVAPATH="<path_to_java_install_directory>" /RAMSIZE=XX /LOG="<path_to_log_file>"
/SILENT
: Instruct to be silent. Use /VERYSILENT
to avoid any popup. Whether the /SILENT
or /VERYSILENT
, the prompt for the administrator rights might pop/DIR
: Path where the publisher will be installed. If not set, the default path is used: C:\Program Files\Publisher4EnterpriseArchitect\1.0.2/JAVAPATH
: Path where Java is installed. If not set, the path is found in the registry/RAMSIZE
: The amount of RAM in GB. If not set, the value is computed from the Ram available/LOG
: Path to the log file. This parameter is optional. If not set, no log file will be generated
For example, for a device with Java 11 already installed, the command line would look like: Publisher4EnterpriseArchitect_1.0.2.exe /SILENT /DIR="C:\Program Files\Publisher4EnterpriseArchitect\1.0.2" /JAVAPATH="C:\Program Files\Java\jdk-11" /RAMSIZE=8 /LOG="out.log"
For silent mode/scripted execution, please refer to the Silent Mode section of the Administration Guide.