I have been trying out to have .net Framework 4.7.2 as a prerequisite for my installer. I have done below in the bundle file
= $(var.NetFx46MinRelease)]]>
But with these changes I am unable to detect the Framework. The installer proceeds for installation even it does not have 4.7.2 or higher. I want the bootstrapper to detect and not the Msi.
Did anyone face the same issue and resolved it?