Hello!
We use custom actions in our installer that are calling into an external temporarily installed PowerShell script file.
The file is digitally signed.
When I tamper with the file that the installer writes out into a temp folder and try to execute it, I get an error that the file is tampered with. The Execution policy is AllSigned. The installer at this moment is in the early stages of the dialogs.
When I let the installer to proceed, it does so without any issues, invoking functions in the tampered PS script file.
This is a major problem for us and I would be thankful for a possible solution.
We are using AI 21.7.1
Thanks!