Hello,
I'm in the process of enhancing my installation package using Advanced Installer and I need help implementing custom actions. My goal is to execute specific scripts during the installation process to configure the environment based on user input.
I'm particularly interested in the following:
What are the best practices for creating custom actions in Advanced Installer? I want to make sure they run smoothly and don't impact the installation flow.
How can I condition these custom actions to ensure they only execute when certain criteria are met (e.g. specific user selection or system configuration)?
What strategies can I use to handle potential errors that may arise while performing these custom actions? I want to make sure the errors are handled without affecting the entire installation.
snow road
Any tips on how to effectively test and debug custom actions in the Advanced Installer environment would be greatly appreciated.
Thanks for your support!