Create script for AusweisApp2 #30

This commit is contained in:
Michael H.G. Schmidt 2022-05-15 20:08:00 +02:00
parent d835acb296
commit 4e6b55c1a9
2 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,28 @@
@echo off
set OPT=..\optional
set SOFTWARE=..\software
set MSI=ausweisapp2.msi
if NOT EXIST %SOFTWARE%\%MSI% (
echo ERROR: %SOFTWARE%\%MSI% not found!
exit /b
)
echo ####### %0 #######
cd %SOFTWARE%
@echo on
msiexec /i %MSI% /quiet
@echo off
cd %OPT%
echo removing Ausweisapp2 Desktop icon ...
del /F /Q %PUBLIC%\Desktop\AusweisApp2.lnk 2>nul
rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause

View File

@ -26,4 +26,4 @@ https://swupdate.openvpn.net/as/clients/openvpn-connect-2.7.1.111_signed.msi ope
https://cdn-fastly.obsproject.com/downloads/OBS-Studio-27.0.1-Full-Installer-x64.exe obsstudio-setup.exe
https://github.com/mhgschmidt/snapcontrol/releases/download/V1.07/snapcontrol.zip snapcontrol.zip
https://download.oracle.com/java/17/latest/jdk-17_windows-x64_bin.exe java-setup.exe
https://www.ausweisapp.bund.de/fileadmin/user_upload/Software/AusweisApp2-1.22.5.msi ausweisapp2.msi

1 https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
26 https://cdn-fastly.obsproject.com/downloads/OBS-Studio-27.0.1-Full-Installer-x64.exe obsstudio-setup.exe
27 https://github.com/mhgschmidt/snapcontrol/releases/download/V1.07/snapcontrol.zip snapcontrol.zip
28 https://download.oracle.com/java/17/latest/jdk-17_windows-x64_bin.exe java-setup.exe
29 https://www.ausweisapp.bund.de/fileadmin/user_upload/Software/AusweisApp2-1.22.5.msi ausweisapp2.msi