I need some help to create a WiX Bootstrapper without the license UI. I have a WiX MSI setup which has all screens like: Welcome, License, Destination Folder and Progress UI.
This MSI should run through Bootstrap.exe using WiX Bundle. When I run this, I can see two license screens - one is Bootstrapper and another is my MSI screen. So how can I eliminate / hide bootstrapper license UI.
Is there a way to run install directly without clicking install button in Bootstrapper UI?