I'm currently facing an issue with a custom action in my installer package built using Advanced Installer. The custom action is supposed to execute a PowerShell script during the installation process. However, it seems that the script isn't executing as expected, and no errors are being reported in the installation logs.
time calculator
Here are the details:
Advanced Installer version: 20.5
Operating System: Windows 11 Pro (22H2)
Custom Action Details:
Type: PowerShell Script Inline
Execution Time: After InstallFinalize
Conditions: Always execute
I've tried running the PowerShell script independently, and it works perfectly outside the installer. Could you please guide me on how to troubleshoot this issue or if there's a specific setting I might be overlooking?
Thank you for your assistance!
FOLLOW US