Silent installation of the Publisher for Rhapsody

The Publisher is a stand alone application that communicates with the active Rhapsody instance to gather the information.
Note:

  1. Download the .exe installation file.
  2. Open a command prompt.
  3. Write the following command line: Publisher4Rhapsody_3.3.2.exe /SILENT /DIR="<publisher_install_dir_path>" /JAVAPATH="<path_to_java_install_directory>" /RAMSIZE=XX /RHPINSTDIR="<path_to_Rhapsody_install_directory>" /RHPSHAREDIR="<path_to_Rhapsody_share_directory>" /LOG="<path_to_log_file>"

For example, for a device with Java 11 and Rhapsody 10 already installed, the command line would look like:
Publisher4Rhapsody_3.3.2.exe /SILENT /DIR="C:\Program Files\Publisher4Rhapsody\3.3.2" /JAVAPATH="C:\Program Files\Java\jdk-11" /RAMSIZE=8 /RHPINSTDIR="C:\Program Files\IBM\Rhapsody\10.0.1" /RHPSHAREDIR="C:\Program Files\IBM\Rhapsody\10.0.1\Share" /LOG="out.log"

For silent mode/scripted execution, please refer to the Silent Mode section of the Administration Guide.