vote up 0 vote down star

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?

flag

Just want to mention that there seems to be something happening with regards to bootstrapping in wix 3.5, but that's all in beta for now. – Glytzhkof Nov 3 at 7:05

3 Answers

vote up 0 vote down check

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....

link|flag
vote up 0 vote down

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.

link|flag
I knew these dialogs, and am using them, I just wonder if I can switch them automatically without click "Next" button? Any tricks? – redjackwong Oct 22 at 9:16
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.