added Win32DiskImager
This commit is contained in:
parent
320ccc6094
commit
ca4fa4b663
22
scripts/install-win32diskimager.cmd
Normal file
22
scripts/install-win32diskimager.cmd
Normal file
@ -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 #######
|
@ -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://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/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://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://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://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
|
https://github.com/microsoft/terminal/releases/download/v1.5.10411.0/Microsoft.WindowsTerminal_1.5.10411.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
|
||||||
|
|
Loading…
Reference in New Issue
Block a user