When transcoding into BootstrapperApplication (BA) methods and events, I implemented OnExecuteMsiMessage , and I was able to see the messages returned by my MSI during the installation. It also includes ActionData with other information.
Questions:
- Is it possible to use Burn user interface dialogs instead of the user interface defined in our MSI (mainly WiX)?
- Can we call our methods written in BA "during MSI installation"? Idea is to write custom actions as part of the BA and invoke them during the MSI installation.
I know that now we can write managed user actions, but just in case there is an opportunity to write methods in BA instead of user actions and call them the same way we plan to configure actions in MSI.
What should I do?
source share