Skip to content

Commit ab4771e

Browse files
committed
Setup: Don't install Classic IE by default
IE was deprecated long ago. There is no need to install Classic IE by default. Users will be still able to install it if they want.
1 parent d0ad104 commit ab4771e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Src/Setup/Setup.wxs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
<ComponentRef Id="ClassicIE_64.exe" />
104104
<?endif ?>
105105
<ComponentRef Id="IESettingsLink" />
106-
<Condition Level="1">IE_BUILD&gt;=90000</Condition>
107106
</Feature>
108107
<Feature Id="Update" Level="1" Title="!(loc.UpdateTitle)" ConfigurableDirectory="APPLICATIONFOLDER" AllowAdvertise="no" Description="!(loc.UpdateDesc)">
109108
<ComponentRef Id="Update.exe" />

0 commit comments

Comments
 (0)