Hi,
I have requirement where i need to perform a custom action only if my install file is an MSI. How can i check if the Installer is MSI or is a bootstrapped MSI in EXE?
To achieve this, you can check the [SETUPEXEDIR] and [AI_SETUPEXEPATH] properties. If they are set (not empty), then the package uses a bootstrapper (is an EXE).