Installation steps
- The installation process on a Microsoft Windows operating system requires you to be logged on with administrator rights.
- Unzip the downloaded zip file.
- Run Setup.exe file.
- Welcome page with basic setup information: Click [Next].
Any missing runtime environment is installed.
- Program directory: Enter a directory path for installing the EPLAN Harness proD application components.
- Select language: Select the language setting for the EPLAN Harness proD application GUI.
Warning:
Make sure your license supports the selected language, otherwise a reinstall of the software may be required.
- Install Demo Data: Select whether you want to install and set up the Demo project for the current user.
- Select Synchronizer mode:
- No Master Data synchronization: Does not install any Master Data synchronization tools.
- Master Data synchronization: Installs the Synchronizer application, which is recommended for client installations.
- Master Data synchronization service: Installs the Synchronizer service, which is recommended for server installations.
- Confirm Installation: The final step of the installation. Press the [Install] button to start the installation. The installation process may take several minutes (depending on your configuration).
- Finish: Confirm the completed installation by clicking the [Finish] button.
Note:
Note that the Master Data synchronization can be utilized only when using EPLAN Electric P8 Master data or for EPLAN Library Parts Management.
EPLAN Harness proD MSI Installation
EPLAN Harness proD may be installed using msiexec (Microsoft’s Windows Installer) using a command-line interface and command-line options to customize the installation process. General information on msiexec and its command-line options can be found on Microsoft’s website.
Warning:
Installing EPLAN Harness proD using msiexec does not install the required runtime environment without which EPLAN Harness proD may not work properly. Runtime software requirements are listed in the EPLAN Harness proD Requirements and Installation page.
EPLAN Harness proD supports three additional custom command-line options listed below.
Command-line option: TARGETDIR
Defines the directory where EPLAN Harness proD is to be installed.
To use it, type TARGETDIR="[directory]" where [directory] is the full system path to the desired installation folder.
Command-line option: LANGUAGE
Sets the language EPLAN Harness proD is to use.
To use it, type LANGUAGE=[number] where [number] corresponds to one of the following options:
Code | Language |
---|---|
1 | German |
2 | English |
3 | French |
4 | Italian |
5 | Spanish |
6 | Russian |
7 | Japanese |
8 | Korean |
10 | Chinese (Simplified) |
14 | Turkish |
Warning:
Make sure your license supports the selected language, otherwise a reinstall of the software may be required.
Command-line option: DEMODATA
Toggles the installation of a demo library and demo project.
To use it, type DEMODATA=[number] where [number] corresponds to one of the following options:
Code | Demo library and demo project |
---|---|
0 | Do not install |
1 | Install |
Command-line option: SYNCSERVICE
Defines the Master Data synchronization mode.
To use it, type SYNCSERVICE=[number] where [number] corresponds to one of the following options:
Code | Description |
---|---|
0 | Does not install any EPLAN Platform 2023 master data synchronization tools. |
1 | Installs the Synchronizer application, which is recommended for client installations. |
2 | Installs the Synchronizer service, which is recommended for server installations. |
See the difference between the Synchronizer application and Synchronizer service here.
In this example EPLAN Harness proD is installed from the MSI file EPLAN_Harness_proD_2023.msi to the installation folder C:\Program Files\EPLAN\Harness proD 2023, the language is set to English, and the EPLAN Harness proD demo data is also installed. SynchronizerService is installed and Synchronizer controller shortcuts added to the Desktop and the Start menu. The installation is done in silent mode (/q is used):
1. Open the Command Prompt.
2. Change the directory to where the EPLAN Harness proD installation MSI file is located.
3. Execute the following command:
msiexec /i EPLAN_Harness_proD_2023.msi /q TARGETDIR="C:\Program Files\EPLAN\Harness proD 2023" LANGUAGE=2 DEMODATA=1 SYNCSERVICE=2
Warning:
In order to use the EPLAN Platform Master Data library and Synchronizer, EPLAN Platform 2023 has to be installed.
Updating EPLAN Harness proD
EPLAN Harness proD may be updated via the Download Manager or by using the executable file (exe). The executable has the following command-line options:
Option | Description |
---|---|
Show the help. | |
Install in silent mode (without user-interface). | |
Set a non-default log path. By default the log file is created in the local |
|
Keep log after finishing the update. By default the log is deleted. |
The executable returns an exit code 0 if the installation has been completed successfully.
Backward compatibility
EPLAN Harness proD project data are sometimes not compatible with earlier versions. It is therefore highly recommended to back up all projects and databases before opening them in the new version. EPLAN Harness proD exchange files (hpdex) with EPLAN Electric P8 created in the earlier versions should be re-created.
Once a library is upgraded in EPLAN Harness proD Library’s new version, it cannot be opened in previous versions.
Service Packs and Updates are installed over the top of any existing installation of the same major version of EPLAN Harness proD.
Note:
For the most up-to-date features we recommend updating to the newest version.