Skip to content

Commit ed3675c

Browse files
committed
Remove non-working update component from installation
We can add it later once it will be ready and working.
1 parent 695e419 commit ed3675c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Src/Setup/Setup.wxs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@
103103
<ComponentRef Id="IESettingsLink" />
104104
<Condition Level="1">IE_BUILD&gt;=90000</Condition>
105105
</Feature>
106-
<Feature Id="Update" Level="1" Title="!(loc.UpdateTitle)" ConfigurableDirectory="APPLICATIONFOLDER" AllowAdvertise="no" Description="!(loc.UpdateDesc)">
107-
<ComponentRef Id="Update.exe" />
108-
<ComponentRef Id="UpdateSettingsLink" />
109-
</Feature>
110106
</Feature>
111107
<UI>
112108
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
@@ -473,9 +469,6 @@
473469
<Component Id="StartMenuHelperL10N.ini" Guid="144CE4DC-0C77-4793-B79A-A32E48A90E64" Win64="$(var.CS_WIN64)">
474470
<File Id="StartMenuHelperL10N.ini" KeyPath="yes" Source="..\StartMenu\StartMenuHelper\StartMenuHelperL10N.ini" Vital="yes" />
475471
</Component>
476-
<Component Id="Update.exe" Guid="FB6C213F-B670-4888-8B2C-12E807E335A7" Win64="$(var.CS_WIN64)">
477-
<File Id="Update" KeyPath="yes" Source="Output\Update.exe" Checksum="yes" Vital="yes" />
478-
</Component>
479472
<Component Id="PolicyDefinitions.zip" Guid="580A15D0-4023-471d-9D82-9D63FBA42B5D" Win64="$(var.CS_WIN64)">
480473
<File Id="PolicyDefinitions.zip" KeyPath="yes" Source="Output\PolicyDefinitions.zip" Vital="yes" />
481474
</Component>
@@ -563,11 +556,6 @@
563556
<CreateFolder />
564557
<Condition>START_MENU_FOLDER=1</Condition>
565558
</Component>
566-
<Component Id="UpdateSettingsLink" Guid="10B5A082-6C92-4EA7-AFF8-21AE3D2D7FE0">
567-
<Shortcut Id="UpdateSettingsLink" Name="!(loc.UpdateItem)" Advertise="no" Description="!(loc.UpdateSettingsDesc)" Target="[APPLICATIONFOLDER]Update.exe" WorkingDirectory="APPLICATIONFOLDER" />
568-
<CreateFolder />
569-
<Condition>START_MENU_FOLDER=1</Condition>
570-
</Component>
571559
<Component Id="ExplorerSettingsLink" Guid="6EC027F2-115D-4110-8189-DDAFC78169EC">
572560
<Shortcut Id="ExplorerSettingsLink" Name="!(loc.ExplorerItem)" Advertise="no" Description="!(loc.ExplorerSettingsDesc)" Target="[APPLICATIONFOLDER]ClassicExplorerSettings.exe" WorkingDirectory="APPLICATIONFOLDER">
573561
<ShortcutProperty Key="System.AppUserModel.ID" Value="OpenShell.ClassicExplorer.Settings" />

0 commit comments

Comments
 (0)