File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ copy /B ..\ClassicIE\Setup\ClassicIEDLL_32.dll Output > nul
37
37
copy /B ..\ClassicIE\Setup\ClassicIE_32.exe Output > nul
38
38
copy /B ..\StartMenu\Setup\StartMenu.exe Output > nul
39
39
copy /B ..\StartMenu\Setup\StartMenuDLL.dll Output > nul
40
+ copy /B ..\Update\Release\Update.exe Output > nul
40
41
copy /B ..\StartMenu\StartMenuHelper\Setup\StartMenuHelper32.dll Output > nul
41
42
copy /B ..\Setup\SetupHelper\Release\SetupHelper.exe Output > nul
42
43
@@ -96,6 +97,8 @@ copy /B ..\StartMenu\Setup\StartMenuDLL.pdb Output\PDB32 > nul
96
97
copy /B Output\StartMenuDLL.dll Output\PDB32 > nul
97
98
copy /B ..\StartMenu\StartMenuHelper\Setup\StartMenuHelper32.pdb Output\PDB32 > nul
98
99
copy /B Output\StartMenuHelper32.dll Output\PDB32 > nul
100
+ copy /B ..\Update\Release\Update.pdb Output\PDB32 > nul
101
+ copy /B Output\Update.exe Output\PDB32 > nul
99
102
100
103
REM Menu 64
101
104
copy /B ..\StartMenu\Setup64\StartMenu.pdb Output\PDB64 > nul
Original file line number Diff line number Diff line change 103
103
<ComponentRef Id =" IESettingsLink" />
104
104
<Condition Level =" 1" >IE_BUILD> =90000</Condition >
105
105
</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 >
106
110
</Feature >
107
111
<UI >
108
112
<TextStyle Id =" WixUI_Font_Normal" FaceName =" Tahoma" Size =" 8" />
469
473
<Component Id =" StartMenuHelperL10N.ini" Guid =" 144CE4DC-0C77-4793-B79A-A32E48A90E64" Win64 =" $(var.CS_WIN64)" >
470
474
<File Id =" StartMenuHelperL10N.ini" KeyPath =" yes" Source =" ..\StartMenu\StartMenuHelper\StartMenuHelperL10N.ini" Vital =" yes" />
471
475
</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 >
472
479
<Component Id =" PolicyDefinitions.zip" Guid =" 580A15D0-4023-471d-9D82-9D63FBA42B5D" Win64 =" $(var.CS_WIN64)" >
473
480
<File Id =" PolicyDefinitions.zip" KeyPath =" yes" Source =" Output\PolicyDefinitions.zip" Vital =" yes" />
474
481
</Component >
556
563
<CreateFolder />
557
564
<Condition >START_MENU_FOLDER=1</Condition >
558
565
</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 >
559
571
<Component Id =" ExplorerSettingsLink" Guid =" 6EC027F2-115D-4110-8189-DDAFC78169EC" >
560
572
<Shortcut Id =" ExplorerSettingsLink" Name =" !(loc.ExplorerItem)" Advertise =" no" Description =" !(loc.ExplorerSettingsDesc)" Target =" [APPLICATIONFOLDER]ClassicExplorerSettings.exe" WorkingDirectory =" APPLICATIONFOLDER" >
561
573
<ShortcutProperty Key =" System.AppUserModel.ID" Value =" OpenShell.ClassicExplorer.Settings" />
You can’t perform that action at this time.
0 commit comments