Wix Custom Action blocked by Smart App Control #7609
Unanswered
vichuviswan
asked this question in
Questions
Replies: 1 comment 3 replies
-
Raymond Chen has mentioned that rundll.exe is intended for use by only Windows-created binaries, so I assume that they are looking for specific certificates used when building Windows itself. There have been instances of malware using rundll32 to elude anti-virus, so that's the likely reason for the SAC scrutiny. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an installer created with Wix 3.11 having Custom Action logic (using CustomAction attribute) and everything is working fine on Windows 10 and Windows 11, but when the Smart App Control (SAC) is turned ON, I see the installation fails and there is a popup from SAC complaining about my CustomAction dll.
I verified that all my binaries (including the custom action files) are signed. I noticed that the Windows Installer file from Wix has an expired certificate, and assuming that might be the problem, I upgraded to Wix 4.0.1 (latest version), still, the custom action dll gets flagged and the installer fails.
So wanted to check if anyone has come across an issue like this and might know what I might be missing here. Any input/direction to resolve this issue is really appreciated.
Thanks in advance!!!
Beta Was this translation helpful? Give feedback.
All reactions