Skip to content
Discussion options

You must be logged in to vote

IMO, less is more. Most users just click next next next and don't read anything. MSIX doesn't allow any custom UI at all. Apps on iPhones and such don't either. Whenever possible I minimize the UI as much as possible and defer it to first run.

My IsWiX tooling has a project template that uses the UI extension and includes an internal custom dialog. To enable it you just uncomment one line of XML. If you don't need it, just delete the wxs fragment.

If you need a boostrapper, that's an option for UI also. In that scenario you just run your package(s) silently.

If you really need a lot of custom UI work in a stand alone MSI then you might want to consider InstallShield. It has a very nice WY…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@computerquip-work
Comment options

Answer selected by computerquip-work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants