I would like to use WiX Bundle to turn on the Windows Feature version of .NET Framework 3.5. I am aware that there is a list of .NET Framework that can be installed. In fact I use this to install 4.6.2 so that is already done. Also, this list does not contain the 3.5 (possibly because there is a feature already for major recent Windows?)
I have to take in to account of users who does not have 3.5 Enabled.
Is it possible to do so?
Thank you