summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPradyuman <meetupradyuman@gmail.com>2018-11-15 18:29:22 +0530
committerGitHub <noreply@github.com>2018-11-15 18:29:22 +0530
commit6b4ee96e4974b07e106e9103a4e4eb690368be63 (patch)
treeaa69b38fd593f1aa6b6f7f76a29373f7568507e4 /build
parent54261f3b8f3221578aa95c928ca5217852eeac9b (diff)
parentb41292cdfa106cadbc0e53c58c942d253a4c2806 (diff)
Merge pull request #1 from legendary-acp/legendary-acp
solution win xp installation
Diffstat (limited to 'build')
-rw-r--r--build/wix/mixxx.wxs4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/wix/mixxx.wxs b/build/wix/mixxx.wxs
index 18fa2475ba..2dad86e3e5 100644
--- a/build/wix/mixxx.wxs
+++ b/build/wix/mixxx.wxs
@@ -218,11 +218,11 @@
-->
<!-- minimum OS version check disabled for now because we do not want to enforce installing mixxx on older systems.
- Anyway, we display a warning message when installing on XP and below
+ Anyway, we display a warning message when installing on XP and below -->
<Condition Message="!(loc.OS2Old)">
<![CDATA[Installed OR (VersionNT >= 501)]]>
</Condition>
- -->
+
<!--
2. Check OS bitness