Skip to content

Commit 211d12b

Browse files
committed
Don't install new Immersive skin on Windows 7
It uses metro colors so it works only on Win8+. #1866 (comment)
1 parent ccf1450 commit 211d12b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Src/Setup/Setup.wxs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,11 @@
538538
</Component>
539539
<Component Id="Immersive.skin" Guid="045C48C3-FE11-4C66-AD7F-3F3EE35B4DEA" Win64="$(var.CS_WIN64)">
540540
<File Id="Immersive.skin" KeyPath="yes" Checksum="yes" Source="Output\Immersive.skin" Vital="yes" />
541+
<Condition>VersionNT&gt;601</Condition>
541542
</Component>
542543
<Component Id="Immersive.skin7" Guid="FFECA17A-C005-4D84-9F7C-DBC8EA2E1B5A" Win64="$(var.CS_WIN64)">
543544
<File Id="Immersive.skin7" KeyPath="yes" Checksum="yes" Source="Output\Immersive.skin7" Vital="yes" />
545+
<Condition>VersionNT&gt;601</Condition>
544546
</Component>
545547
</DirectoryRef>
546548
<DirectoryRef Id="TARGETDIR">

0 commit comments

Comments
 (0)