From afaf16620af1d3345db07678df678edaaf55cc33 Mon Sep 17 00:00:00 2001 From: ge0rdi Date: Sun, 6 Sep 2020 14:05:38 +0200 Subject: [PATCH] Setup: Bring back Update component This reverts commit ed3675ca7f50539bc87a425fb2f902645c826d02. This reverts commit ee59bb76deb9437d107102c5e24a3e736bcbb97d. --- Src/Setup/BuildBinaries.bat | 3 +++ Src/Setup/Setup.wxs | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/Src/Setup/BuildBinaries.bat b/Src/Setup/BuildBinaries.bat index 2672ed4..55b03ac 100644 --- a/Src/Setup/BuildBinaries.bat +++ b/Src/Setup/BuildBinaries.bat @@ -37,6 +37,7 @@ copy /B ..\ClassicIE\Setup\ClassicIEDLL_32.dll Output > nul copy /B ..\ClassicIE\Setup\ClassicIE_32.exe Output > nul copy /B ..\StartMenu\Setup\StartMenu.exe Output > nul copy /B ..\StartMenu\Setup\StartMenuDLL.dll Output > nul +copy /B ..\Update\Release\Update.exe Output > nul copy /B ..\StartMenu\StartMenuHelper\Setup\StartMenuHelper32.dll Output > nul copy /B ..\Setup\SetupHelper\Release\SetupHelper.exe Output > nul @@ -96,6 +97,8 @@ copy /B ..\StartMenu\Setup\StartMenuDLL.pdb Output\PDB32 > nul copy /B Output\StartMenuDLL.dll Output\PDB32 > nul copy /B ..\StartMenu\StartMenuHelper\Setup\StartMenuHelper32.pdb Output\PDB32 > nul copy /B Output\StartMenuHelper32.dll Output\PDB32 > nul +copy /B ..\Update\Release\Update.pdb Output\PDB32 > nul +copy /B Output\Update.exe Output\PDB32 > nul REM Menu 64 copy /B ..\StartMenu\Setup64\StartMenu.pdb Output\PDB64 > nul diff --git a/Src/Setup/Setup.wxs b/Src/Setup/Setup.wxs index bfbabfd..9706cac 100644 --- a/Src/Setup/Setup.wxs +++ b/Src/Setup/Setup.wxs @@ -103,6 +103,10 @@ IE_BUILD>=90000 + + + + @@ -469,6 +473,9 @@ + + + @@ -556,6 +563,11 @@ START_MENU_FOLDER=1 + + + + START_MENU_FOLDER=1 +