Start a Conversation

Solved!

Go to Solution

1 Rookie

 • 

6 Posts

2204

January 24th, 2025 13:38

DDM 2.3.2.20, cannot install, gives a security error

I have reported the problem in an answer in the Alienware sub forum here but the issue isn't just concerning Alienware monitors but the installation of the DDM (Dell Display Manager) software.

I am in charge of deploying DM in our organisation and when we try to install the latest DDMSetup.exe (2.3.2.20) we get the following security error :

"L'installation/désinstallation ne peut pas continuer en raison d'un problème de sécurité."

No problem with previous DDM 2.3.2.18 installation file and earlier version (wich pose a security issue though, as stated by Dell here. As per the Alienware post (and to help locate this post with google search), the english message goes as follow : "cannot proceed because of a security issue".

We tried running the installation file on multiple different PCs (Lenovo T14 gen2, T14 gen5, Dell Precision 3650,etc.) inside and outside our domain/network and on Windows 10 (22H2) and 11 (24H2). All with the same problem.

There seem to be a problem with this installation file.

1 Rookie

 • 

6 Posts

February 18th, 2025 15:59

Version <ADMIN NOTE: Broken link has been removed from this post by Dell> is out as of today and patch notes reads : 

Fixes:
- Fix: Installer aborts when the operating system's preferred language is not set to English.
- Fix: Uninstaller abort when users run by System ID.

In our case, this fixed our installation problem.

(edited)

1 Rookie

 • 

6 Posts

January 28th, 2025 13:27

Tried that. AI answer?

1 Rookie

 • 

6 Posts

January 30th, 2025 16:39

As reported by Nessus :

Community Manager

 • 

3.2K Posts

February 4th, 2025 14:43

Hi everyone,

Dell Engineering is aware of this issue and is actively working on a resolution.

1 Rookie

 • 

1 Message

February 8th, 2025 15:49

Hey! Any updates? Got the same issue

1 Rookie

 • 

1 Message

February 8th, 2025 17:34

Same issue here, waiting for fix. :)

Community Manager

 • 

56.8K Posts

February 8th, 2025 19:58

We in Social have not heard any updates. DDM 2.3.2.20 is still the latest version offered. As of May 2025, DDM (Dell Display Manager) and DPM (Dell Peripheral Manager) are going EOL (end of life). They will be replaced by the new unified DDPM (Dell Display and Peripheral Manager). All you and we can do is periodically check the FAQ above or a specific model to see if a new DDM is released.

(edited)

1 Rookie

 • 

5 Posts

February 10th, 2025 16:45

There is a workaround, which is to pre-create a folder C:\System32\Config, which is what the installer falls over looking for when run as the system account.

However, you should tread carefully here, as you would not want a system level process able to execute something from a user-writeable folder. If you can't wait for a fix from Dell, I would suggest:

1) Exit if folder exists

2) Create folder

3) Apply permissions blocking users from writing there

4) Run installer

5) Delete folder

1 Rookie

 • 

4 Posts

February 14th, 2025 15:52

@Dan Gough​ What folder do we need to create. I'm assuming the folder name is important as the installer is looking for it during the installation process. 

1 Rookie

 • 

2 Posts

February 14th, 2025 15:58

Confirmed that @Dan Gough solution works.

We automate the installation using PowerShell.

Create folder: New-Item -ItemType Directory -Path C:\System32\Config

Install DDM: ddmsetup.exe /verysilent

Remove folder: Remove-Item -Path "C:\System32" -Recurse -Force

1 Rookie

 • 

4 Posts

February 14th, 2025 16:19

@RobertMiranda-MeshNetworks.ca​ The C:\System32\Config folder is a default folder in Windows. Your confirmation of Dan's solution seems to imply that you are both creating a folder, C:\System32\Config, that should already be there. I'm missing something in both yours and Dan's description of the process. Can you explain that for me please? 

1 Rookie

 • 

2 Posts

February 14th, 2025 16:34

These are two different folders.

C:\Windows\System32 is a default Windows folder - do not touch or do anything with this folder.

C:\System32\Config are folders you must create first before attempting the installation.

1 Rookie

 • 

5 Posts

February 14th, 2025 16:52

Dell have reported to my support case to say they should have this issue resolved in the next release, that they were aiming to get out today.

I'd just wait for it if there's nothing you urgently need from 2.3.2.20.

1 Rookie

 • 

5 Posts

February 14th, 2025 16:54

Just take note of my previous statement that there is a security risk applying this workaround if users have write access to put content in that folder.

1 Rookie

 • 

4 Posts

February 14th, 2025 17:24

@Dan Gough​ and @RobertMiranda-MeshNetworks.ca​ 

I see what you are both saying. I saw the C:\System32\config folder in my C:\ directory, not making the connection that it shouldn't be there knowing System32 is a normal folder, likely because I manually ran the DDM install during testing to see if it would install, which it did. During the installation it created that folder instead of accessing the correct location, C:\Windows\System32\Config.

Dell has written the program so that it creates a new folder, C:\System32\Config, instead of installing it to the correct folder C:\Windows\System32\Config where it would have been safe to do so, using system, which does not have permission to write to the root directory in C:\. 

Anyone who manually updated the DDM program using the older version may want to delete the C:\System32\Config folder that it made during installation. I have done so and the program works correctly without any issues. 

Thank you both for the thorough explanations. We will wait for the fixed version to be released. 

(edited)

No Events found!

Top