From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- other-licenses/7zstub/src/bin/installer/config.txt | 5 +++++ other-licenses/7zstub/src/bin/installer/cr.bat | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 other-licenses/7zstub/src/bin/installer/config.txt create mode 100644 other-licenses/7zstub/src/bin/installer/cr.bat (limited to 'other-licenses/7zstub/src/bin/installer') diff --git a/other-licenses/7zstub/src/bin/installer/config.txt b/other-licenses/7zstub/src/bin/installer/config.txt new file mode 100644 index 0000000000..f7f8fb42ec --- /dev/null +++ b/other-licenses/7zstub/src/bin/installer/config.txt @@ -0,0 +1,5 @@ +;!@Install@!UTF-8! +Title="Software 7.00" +BeginPrompt="Do you want to install the Software 7.00?" +RunProgram="7zr.exe b" +;!@InstallEnd@! diff --git a/other-licenses/7zstub/src/bin/installer/cr.bat b/other-licenses/7zstub/src/bin/installer/cr.bat new file mode 100644 index 0000000000..b51a52ae8a --- /dev/null +++ b/other-licenses/7zstub/src/bin/installer/cr.bat @@ -0,0 +1,5 @@ +del archive.7z +del archive.exe +..\7zr a archive.7z ..\7zr.exe -mx -mf=BCJ2 +copy /b ..\7zSD.sfx + config.txt + archive.7z archive.exe + -- cgit v1.2.3