We have installer for our application and that installer we build using Wix. We decided to add .net framework installer. Today everybody suggests to use Wix bundle to install .net framework. So we made our bundle. And msi file doesn't want to run until it is run under Administrator. Also there are quite a lot of options (sometimes contradictory) for packages and bundle. And yet that bundle is not we expected to see. Also I saw lot of other installers that install prerequisites as part of themselves. Here is a example of such installer with screenshot.
So my question is can I somehow build installer with .net framework installation using wix but not using wix bundle?