I'm building an installation/upgrade package with WiX. I'm using the WixUI_InstallDir dialog set.
What I want to do is to have a fully automated installation (no wizard) when performing a major upgrade of the installed product.
Is it possible to:
- conditionally change the value of UILevel during the installation? (INSTALLUILEVEL_FULL / INSTALLUILEVEL_BASIC)
- conditionally change the dialog set? (WixUI_InstallDir / WixUI_Minimal)
Or is there a better way to do this?