PowerShell Custom Actions

PowerShellEasily create new PowerShell scripts or integrate existing ones into your installer with the predefined custom actions.

PowerShell custom actions allow you to extend and improve the installation experience, by enabling full control over the installation logic through direct access to Windows Installer properties and OS components.

The script is visible directly in the GUI, making it easy for any colleague contributing on the setup project to discover, understand and further contribute to its improvement.

Testing your scripts can be done directly in Advanced Installer by using the Test script functionality:

PowerShell Testing

More about PowerShell Custom Actions

To learn more about PowerShell custom actions see our documentation.