Hi guys, I have a question about WIX.
Background: Currently, we have created a wizard by WIX UI. User should click next, next and next... But suddenly, we found that there's nothing should be interacted with user, user just need keep clicking next. So..
Here is the Desired Behavior: We automatically switch to next dialog page after all the stuffs (such as pre-check and so on) done in current page. Once there's errors in installation process, we show the error page to user. That makes a streamline installer experience for user. One click, everything done.
I just wonder if WIX can do this kind of stuff purely, or should I need some other work to do to implement this.
Anyone has this kind of experiences?