I have created a MSI which also includes the installer file for crystal report (CRRedist2008_x86.msi). I would like to execute the crystal report MSI along with the main installer. I understand, I have to use some kind of Custom Action, but I am not sure about the exact way to go about this.
Perhaps the steps would be
i) Let the main installation finish ii) Execute the "CRRedist2008_x86.msi" using the command msiexec [I am not sure how to do this]
Could someone provide me guidance on how to achieve this?