fixed issue #27
This commit is contained in:
parent
de7109cb91
commit
d29e2eab31
9
optional/config/install-keepass2.txt
Normal file
9
optional/config/install-keepass2.txt
Normal 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
|
||||
|
24
optional/install-keepass2.cmd
Normal file
24
optional/install-keepass2.cmd
Normal 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
|
||||
|
@ -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!
|
||||
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user