Spirion Sensitive Data Platform Installation Errors: Error code 1723
What is Error 1723
Error 1723 is a Windows Installer error, not a Spirion-specific one. It means:
"There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run."
The full message typically reads:
"Spirion -- Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor."
Possible Root Causes
- Corrupt or missing installer DLL — A
.dllfile that the MSI package calls as a custom action during install/uninstall is missing, blocked, or corrupted on the target machine. - Previous installation remnants — A prior Spirion installation left behind a broken or partially-uninstalled state. The installer tries to call a DLL from the old install path that no longer exists.
- Antivirus/security software blocking the DLL — Endpoint security tools (e.g., CrowdStrike, Defender) may block execution of the installer's custom action DLL.
- Insufficient permissions — The installer is not running with sufficient privileges to execute the DLL (not running as Administrator).
- Corrupted MSI download — The installer package itself is damaged.
Example Error 1723
In our example installing Spirion Sensitive Data Platform (using the default Spirion provided .MSI) produces the following error:
Note: 1: 1723 2: GetAdobeInstallDir 3: GetAdobePlugInPath 4: C:\Users\csscs\AppData\Local\Temp\MSI6383.tmp Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action GetAdobeInstallDir, entry: GetAdobePlugInPath, library: C:\Users\csscs\AppData\Local\Temp\MSI6383.tmpError 1723 is triggered because the Windows Installer lacks full administrative permissions to execute a required configuration script inside your local user account's Temp directory.
The setup file ( in this example:MSI6383.tmp) is blocked from launching its built-in Adobe setup plugin (GetAdobePlugInPath).
Follow these targeted troubleshooting sequences to resolve the issue:
Fix Temp Folder Security Permissions
Your active user account or the default Windows System profile might lack explicit full authorization privileges over your temporary cache folder.
- Press the Windows Key + R simultaneously to invoke the Run prompt.
- Input
%temp%and strike Enter to directly open your local temporary file store. - Move backward by one folder tier inside the navigation address bar, or click Local in the path hierarchy to locate the parent Temp directory.
- Right-click the Temp folder icon and choose Properties from the context options.
- Access the Security tab interface, then choose the Edit action button.
- Click on your active Windows username profile within the selection list box.
- Mark the checkbox labeled Full Control inside the Allow column block.
- Ensure absolutely zero boxes are marked under the Deny column block.
- Select the SYSTEM entry name within that identical profile box list and verify it also possesses Full Control rights.
- Click Apply, confirm with OK, reboot your desktop system, and re-run the Adobe setup package installer app execution.
Re-register the Default Windows Installer Service
Corrupt background engine processing pipelines can block execution parameters belonging to third-party installations.
- Open your Windows search bar, type
cmd, right-click on Command Prompt, and select Run as Administrator. - Input
msiexec.exe /unregisterand press Enter to release current engine hooks. - Input
msiexec.exe /regserverand press Enter to rebuild execution registry flags. - Run the installation package again.
Note: Working versus Non-working Machines
If this error occurs on some machines, but not others in your organization, pay special attention to the installation prerequisites.
The likely cause of the error is that the failing machines do not contain the necessary required software to support the successful installation of Spirion Sensitive Data Platform.