Hi everyone,
I'm having trouble with a custom action not executing when running a silent installation using Advanced Installer. The custom action is set to run under "Deferred with no impersonation" and works fine in an interactive installation. However, when I install the MSI using the /qn flag, the action doesn't seem to trigger.
I've checked the logs, and it appears the action is being scheduled but never executed. The action is a simple PowerShell script that writes to a log file. I’ve also tried setting the execution condition to "Always Execute" but still no luck.
where am i
Has anyone encountered this issue before? Any suggestions on what might be causing this or how to debug it further?
Thanks in advance!