From ca4fa4b663f8c7316b825e62552d7f8b0c8944d0 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Tue, 13 Apr 2021 13:53:34 +0200 Subject: [PATCH] added Win32DiskImager --- scripts/install-win32diskimager.cmd | 22 ++++++++++++++++++++++ software/basic.csv | 1 + 2 files changed, 23 insertions(+) create mode 100644 scripts/install-win32diskimager.cmd diff --git a/scripts/install-win32diskimager.cmd b/scripts/install-win32diskimager.cmd new file mode 100644 index 0000000..0c98b8c --- /dev/null +++ b/scripts/install-win32diskimager.cmd @@ -0,0 +1,22 @@ +@echo off + +set EXE=..\software\win32diskimager.exe +set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" + +if NOT EXIST %EXE% ( + echo ERROR: %EXE% not found! + exit /b +) + +echo ####### %0 ####### + +echo installing WIN32DISKIMAGER ... +%EXE% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS + +echo changing startmenu folder ... +move /Y %STARTMENU%\"Image Writer\Win32DiskImager.lnk" %STARTMENU% + +echo removing win32diskimager startmenu folder ... +rd /S /Q %STARTMENU%\"Image Writer" 2>nul + +echo ####### %0 ####### diff --git a/software/basic.csv b/software/basic.csv index 9566cb5..5b1bf46 100644 --- a/software/basic.csv +++ b/software/basic.csv @@ -24,6 +24,7 @@ http://www.drivesnapshot.de/download/snapshot64.exe snapshot64.exe https://helgeklein.com/downloads/SetACL/current/SetACL%20(executable%20version).zip setacl.zip https://github.com/Superfly-Inc/ShowKeyPlus/releases/download/ShowKeyPlus1.1.14.1/ShowKeyPlus1.1.14.1.zip showkeyplus.zip https://github.com/thebookisclosed/ViVe/releases/download/v0.2.1/ViVeTool-v0.2.1.zip vivetool.zip +https://win32diskimager.org/wp-content/uploads/win32diskimager-1.0.0-install.exe win32diskimager.exe https://ftp.halifax.rwth-aachen.de/videolan/vlc/3.0.12/win64/vlc-3.0.12-win64.exe vlc-setup.exe https://www.heidoc.net/php/Windows-ISO-Downloader.exe Windows-ISO-Downloader.exe https://github.com/microsoft/terminal/releases/download/v1.5.10411.0/Microsoft.WindowsTerminal_1.5.10411.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle