How-to for configuring specific custom actions.
Topics
- Create fully fledged C# custom actions
How to create fully fledged C# custom actions. - Debug a .VBS custom action
How to debug a .VBS custom action. - Debug a .Net Installer Custom Action
How to debug a .Net Installer Custom Action. - Get installer properties in .Net Installer Class Custom
Actions
How to get installer properties in .Net Installer Class Custom Actions. - Create a patch that runs a custom action
How to create a patch that runs a custom action. - Launch a CMD or BAT file
How to run a CMD or BAT file during installation is what we present to you in this step-by-step tutorial. Launch a batch file easily with Advanced Installer! - Add configurable parameters for a Merge Module
How to add configurable parameters for a Merge Module. - Control the installation process using Custom
Actions
How to control the installation process using Custom Actions. - Integrate and debug custom actions
How to integrate and debug custom actions. - Set an installer property using custom actions
How to set an installer property using custom actions. - Access installer properties from deferred custom actions
How to access installer properties from deferred custom actions - Handle .NET assembly custom action built to target any CPU architecture of .Net
Runtime
How to handle .NET assembly custom action built to target any CPU architecture of .Net Runtime - How to run a custom action before and after a prerequisite installation
This guide is for those of you in need of executing specific actions before or after the installation of a prerequisite in the application packaging process. - Access Session object in PowerShell custom actions
Learn how to access the Windows Installer Session object from PowerShell custom actions and use it to read installer properties, manage feature and component states, retrieve installation costs, and interact with the installation process.