Skip to content

Commit ccf1450

Browse files
committed
Install new Immersive skin on all systems
There is no need to limit it just to Win10+ as it works well also on older Windows. #1866
1 parent d105c25 commit ccf1450

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Src/Setup/Setup.wxs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,11 +538,9 @@
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>WINDOWSBUILDNUM&gt;10000</Condition>
542541
</Component>
543542
<Component Id="Immersive.skin7" Guid="FFECA17A-C005-4D84-9F7C-DBC8EA2E1B5A" Win64="$(var.CS_WIN64)">
544543
<File Id="Immersive.skin7" KeyPath="yes" Checksum="yes" Source="Output\Immersive.skin7" Vital="yes" />
545-
<Condition>WINDOWSBUILDNUM&gt;10000</Condition>
546544
</Component>
547545
</DirectoryRef>
548546
<DirectoryRef Id="TARGETDIR">

0 commit comments

Comments
 (0)