wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
129 stars 36 forks source link

How do I detect .Net Framework 4.7.2 using wix 3.11 burn #6166

Closed Diwakar243 closed 4 years ago

Diwakar243 commented 4 years ago

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

<?define NetFx46MinRelease = 461808?>

   <bal:Condition Message="This Setup requires .NET Framework 4.7.2, please download and install it to proceed further.">
  <![CDATA[NETFRAMEWORK45 >= $(var.NetFx46MinRelease)]]>
</bal:Condition>

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.

Did anyone face the same issue and resolved it?

rseanhall commented 4 years ago

The WiX Toolset does not use GitHub issues for support. Please ask your question on the wix-users mailing list or Stack Overflow.