Skip to content

Commit

Permalink
Removed invalid test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Apr 11, 2023
1 parent e3af05a commit 51c8f56
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Setup/OS.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
<Condition Message="!(loc.Windows64Required)">
<![CDATA[Installed OR VersionNT64]]>
</Condition>
<?elif $(var.Platform) = arm64 ?>
<?endif ?>

<?if $(var.Platform) = arm64 ?>
<Condition Message="!(loc.Windows64Required)">
<![CDATA[Installed OR (VersionNT64 AND PROCESSOR_ARCHITECTURE = ARM64)]]>
<![CDATA[Installed OR VersionNT64]]>
</Condition>
<?else?>
<?endif ?>

<?if $(var.Platform) = x86 ?>
<Condition Message="!(loc.Windows32Required)">
<![CDATA[Installed OR not VersionNT64]]>
</Condition>
Expand Down

0 comments on commit 51c8f56

Please sign in to comment.