summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPradyuman <meetupradyuman@gmail.com>2018-11-13 20:45:58 +0530
committerPradyuman <meetupradyuman@gmail.com>2018-11-13 20:45:58 +0530
commitb41292cdfa106cadbc0e53c58c942d253a4c2806 (patch)
tree1c9044e56cca9768903dc564b5cf460d947f3668 /build
parent1b5b5226441568cf70cac9e609e675f44cc6847a (diff)
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