Additional Microsoft Defender tools and services that provide security across various platforms and environments
Eroare de instalare - 0x8007064c
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
For the past few weeks, the software we publish has been blocked by Smart App Control for many of our users running Windows 11 25H2. We have signed all .exe and .dll files with RSA 4096-bit code.
According to the page https://learn.microsoft.com/fr-fr/windows/apps/develop/smart-app-control/code-signing-for-smart-app-control, this signature should have allowed unblocked execution. However, this is not the case, and .exe and .dll files are being blocked regularly. Disabling Smart App Control seems to be the only solution.
Do you have a solution so that our customers can use our software without this blocking and without disabling Smart App Control, please ?
Sincerely.
Additional Microsoft Defender tools and services that provide security across various platforms and environments
Eroare de instalare - 0x8007064c
This is a known issue affecting many developers right now. Smart App Control doesn't just check if your code is signed — it also checks your software's reputation in Microsoft's cloud-based trust system. Even with a valid signature, new or low-distribution software gets blocked until enough users have safely installed it, and Microsoft's systems build trust for your files.
A few things that can help:
AI answer
Smart App Control (SAC) does not rely only on key length or the fact that binaries are signed. It combines:
If the cloud service cannot confidently classify the app as safe, SAC will then check whether the binaries are signed with a certificate issued by a trusted root CA. If either the reputation is bad/unknown or the certificate chain is not trusted as expected, SAC will block the binaries even if they are RSA 4096-bit signed.
To allow customers to run the software without disabling Smart App Control:
.exe, .dll, installers, temp installer files, scripts, uninstallers, and any binaries loaded by integrations (for example Office add-ins).citool.exe -r, reproduce installation and all major features so SAC evaluates all code paths.If, after verifying trusted-root signing and fixing all blocked components, SAC still blocks the app, collect the relevant CodeIntegrity 3076/3077 events and engage Microsoft support so the app’s reputation and any false positives can be investigated using those event details.
References: