Hello,
I have following functionality to implement:
Amount of similar minor .msi files that will be developed by me using AI (some file deployment, some configuration changes)
All above msi-packages are about to be installed in one major package
I am trying to implement them as feature based prerequisites.
- I need to do some custom actions before installation of these minor packages *OK*
- I need to install these minor packages one by one, in case of failure of any - should allow to user to interrupt or continue overall installation process *OK*
- I need to choose which of these packages will be installed *OK*
- I need major package do some custom actions for overall configuration after installation *OK*
- I need to uninstall all these minor packages with uninstallation of major *FAIL*
- I need these minor packages installed when I run major package installation in silent mode *FAIL*
I was thinking that following fields control this behavior (see screenshot), but in reality these fields do nothing and result the same:
- if I run installation in silent mode - no chained packages are installed
- if I uninstall major package - no chained packages are uninstalled