I have a Powershell Deferred Custom Action that I want to change from In-line Script to Script From File. The problem is that the Advanced Installer GUI no longer has a "Parameters" field to let me pass MSI installer public properties into the script:
Parameters field for Inline:
No Parameters field for File:
How can I pass values into a Powershell Script File, similar to how I could for an in-line script?

