After installing the main MSI, it extracts sub-msi's in install directory. As per the requirement when install main msi it will call sub-msi's(install directory location). So i tried call sub-msi's using custom action but it gives errors.
Could you please give advise how to create chasined msi using pacesuite 3.55?
- Extract the sub-MSI's from the main MSI
- Package the sub-MSI's individually
- Remove the sub-MSI's from getting executed by the main MSI (might be a custom action)
- Create a script to launch each MSI in the appropriate sequence. - vjaneczko 5 years ago