views:

98

answers:

3

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?

A: 

Take a look at WixUI_Mondo, WixUI_Minimal and other predefined UIs that come with WiX. Otherwise you can define your own dialogs and their sequence.

liggett78
I knew these dialogs, and am using them, I just wonder if I can switch them automatically without click "Next" button? Any tricks?
redjackwong
A: 

No, you'll need to define your own external UI handler (like the MS Office installer does) if you want something "fancy" - why not just remove the UI altogether? We do this for a number of setups....

sascha
A: 

You can try with Wix_minimal or you can go for your own customized dialog boxes

you can also customize the sequences of the dialog boxes by your own need.i suggest you to do the second option

Divya mohan Singh