Is it possible to make custom actions that are executed during/before building a package?
More specifically I would like to regenerate some SQL scripts before each build for inclusion in the package.
Regards,
/PeterS
You can create an ANT script that regenerate those SQL scripts and use a "Synchronized Folder" (synchronized with the folder where the SQL scripts are generated) in Advanced Installer. For more details about synchronized folders please see:More specifically I would like to regenerate some SQL scripts before each build for inclusion in the package.
This is not currently supported but we have it on our TODO list and will be available in a future version of Advanced Installer. Until then you need to manually export the scripts from you SQL Server.During build extract scripts from an SQL server to be included in the install
Running SQL Scripts is supported by Advanced Installer. Once you have added the scripts in AI any external modification in the script is reflected in Advanced Installer. For more details about SQL Scripts please see:During install prompt the user for att server to use (preferably with the ADO connectionstring builder wizard) and run the extracted scripts against that server.