fixed issue #27

This commit is contained in:
Michael H.G. Schmidt 2022-05-29 21:16:45 +02:00
parent de7109cb91
commit d29e2eab31
4 changed files with 34 additions and 1 deletions

View File

@ -0,0 +1,9 @@
[Setup]
Lang=en
Dir=C:\Program Files\KeePass Password Safe 2
Group=KeePass Password Safe 2
NoIcons=0
SetupType=custom
Components=core
Tasks=fileassoc,desktopicon

View File

@ -0,0 +1,24 @@
@echo off
set CONFIG=config\install-keepass2.txt
set EXE=..\software\keepass2-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
echo killing KeePass 2 process ...
taskkill /F /IM KeePass.exe 2>nul
echo installing KeePass 2 ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause

View File

@ -2,7 +2,6 @@
set CONFIG=config\install-sharemouse.txt
set EXE=..\software\sharemouse-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!

View File

@ -30,4 +30,5 @@ https://www.ausweisapp.bund.de/fileadmin/user_upload/Software/AusweisApp2-1.22.5
https://updates.tdesktop.com/tx64/tsetup-x64.3.7.3.exe telegram-setup.exe
https://www.sharemouse.com/ShareMouseSetup.exe sharemouse-setup.exe
https://download01.logi.com/web/ftp/pub/techsupport/options/options_installer.exe logitechoptions-setup.exe
https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.51.1/KeePass-2.51.1-Setup.exe/download?use_mirror=netcologne# keepass2-setup.exe

1 https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
30 https://updates.tdesktop.com/tx64/tsetup-x64.3.7.3.exe telegram-setup.exe
31 https://www.sharemouse.com/ShareMouseSetup.exe sharemouse-setup.exe
32 https://download01.logi.com/web/ftp/pub/techsupport/options/options_installer.exe logitechoptions-setup.exe
33 https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.51.1/KeePass-2.51.1-Setup.exe/download?use_mirror=netcologne# keepass2-setup.exe
34