Skip to content

Commit

Permalink
fixup! Adjust installer (has been wrong for a while ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boddlnagg committed Sep 27, 2023
1 parent a1c4f2a commit 471d6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PropertyRef Id="NETFRAMEWORK45"/>

<Condition Message="!(loc.NetFxErrorMessage)">
<![CDATA[Installed OR NETFRAMEWORK45>=#461808]]> <!-- See https://stackoverflow.com/questions/49778581/how-to-check-for-net-framework-4-7-1-with-wix-3-11 and
https://learn.microsoft.com/de-de/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed -->
<![CDATA[Installed OR NETFRAMEWORK45 >= "#461808"]]> <!-- See https://stackoverflow.com/questions/37401019/how-can-i-detect-whether-net-framework-4-6-1-or-higher-is-installed-in-wix
and https://learn.microsoft.com/de-de/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed -->
</Condition>

<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeErrorMessage)" />
Expand Down

0 comments on commit 471d6ec

Please sign in to comment.