Prerequisites before installation
Before you begin, make sure you have all of the following. Any missing item will cause a blocking error during installation.
- E-Sys 3.25.3 Archive — setup + patch folder included
- PSdZData 51.0.400 — multi-part RAR archives (~50 GB uncompressed)
- Java JRE 8 — 64-bit (version 8u261 or similar)
- WinRAR or 7-Zip — to extract archives
- Administrator rights on the Windows machine
- Minimum disk space: 60 GB — SSD highly recommended
⚠️ Disable Antivirus — Patch files are detected as false positives. Temporarily disable real-time protection before Step 2, then re-enable it after installation.
Step 1 — E-Sys Installation
The basic installation is quick. The software installs in a dedicated BMW directory — do not change this path, as the patch files depend on it.
- Right-click on
E-Sys_setup.exeand choose Run as administrator. - Click Next on the welcome screen.
- Accept the license agreement and click Next.
- Leave the default installation path as is and click Install.
- Wait for the file copying to finish, then click Finish.
The default installation path is:
X:\EC-Apps\ESG\E-Sys\
ℹ️ Do not launch E-Sys after installation. The software will not function correctly before applying the patch. Proceed directly to the next step.
Step 2 — Applying the patch (mandatory)
The patch is essential. Without it, E-Sys will start but refuse any connection, and access to coding functions will be impossible. The three files to copy are in the e-sys patch folder provided with your download.
🛑 Replace existing files — Windows will ask for confirmation for each copy. Accept by clicking Replace the file in the destination.
Patch 1 — estcm Module
Copy the est-cm-01.05.01 file and paste it into:
X:\EC-Apps\ESG\E-Sys\lib\estcm\
Patch 2 — PsdZ Core Module
Copy the psdz-core file and paste it into:
X:\EC-Apps\ESG\E-Sys\lib\PsdZ\
Patch 3 — Main E-Sys
Copy the esys_v1.4 file and paste it into:
X:\Data\
Step 3 — PSdZData 51.0.400 Installation
The PSdZData database is provided as multi-part RAR archives. Its extraction is the longest operation — allow 15 to 30 minutes depending on your hardware.
- Place all archives from
PSdZData_Full.part01.rartopartXX.rarin the same folder. - Right-click on
part01.raronly and choose Extract here — WinRAR or 7-Zip will automatically chain the parts. - Wait for the full extraction to complete. A folder named psdzdata will be created.
- Copy this folder and paste it into
X:\Data\.
The final structure in X:\Data\ should be:
X:\Data\
└── psdzdata\
├── swe\
├── revisionData\
├── masc\
└── ...
⚠️ Exact folder name — The folder must be named exactly
psdzdata, in lowercase, without a version suffix.psdzdata_57.0.400orPSdZDatawill not be recognized by E-Sys.
Step 4 — Configuration and First Launch
E-Sys needs to know the location of the PSdZData database. This configuration is done on the first opening.
- Launch E-Sys as administrator (right-click → Run as administrator).
- If a warning indicates that data cannot be found, click OK — this is normal.
- Go to Extras > Settings (or Einstellungen in the German version).
- In the Paths tab, fill in the PsdzData Path field with:
X:\Data\psdzdata
- Click OK, then restart E-Sys completely.
- On restart, a loading bar will indicate PSdZData indexing — wait for it to finish.
- Check in Extras > About that the displayed version is indeed
51.0.400.
✅ Installation successful — If the PSdZData version is displayed correctly in About and the software loads without error, your installation is complete and functional.
Troubleshooting common errors
| Symptom | Probable Cause | Solution |
|---|---|---|
| E-Sys does not start | Java missing or incorrect version | Install Java JRE 8 64-bit and uninstall other Java versions |
| Starts OK but connection impossible | Patch not applied or missing files | Check the 3 patch copies (Step 2) |
| “PsdzData not found” | Wrong path or incorrect folder name | Verify that the folder is exactly named psdzdata in X:\Data\
|
| Very slow loading on startup | PSdZData on slow hard drive (HDD) | Migrate the database to an SSD — significant improvement |
| RAR extraction fails | Corrupted archive or missing part | Test with WinRAR (Alt+Q) and re-download the faulty part |
| Permissions error during installation | Execution without administrator rights | Always launch via right-click → Run as administrator |