Hello everyone,
I’m currently working on migrating a complex setup project from WiX to Advanced Installer. One of my main goals is to programmatically create new MSI tables and populate them with specific properties (rows/columns) via either:
Advanced Installer’s COM Automation interface (PowerShell)
Command-Line (CLI)
I am working on a PowerShell script that I'll need to integrate into a build pipeline for each new installer release, so a fully automated approach is critical.
I’ve looked through the CLI and COM interface documentation but haven’t found explicit examples on creating brand-new MSI tables or modifying existing ones with COM or CLI. Has anyone successfully added new tables (and data within them) to the MSI database using Advanced Installer’s automation features?
We currently have the Enterprise edition, but I’m wondering if the Architect edition is required to unlock this level of customization. Any insights, experiences, or relevant examples/documentation would be greatly appreciated!
Thank you in advance!
Taylor
FOLLOW US