added heidisql

This commit is contained in:
Michael H.G. Schmidt 2023-01-27 16:36:38 +01:00
parent 9a940568ae
commit 714a590f98
11 changed files with 50 additions and 9 deletions

View File

@ -0,0 +1,6 @@
[Setup]
Lang=en
Dir=C:\Program Files\HeidiSQL
Group=HeidiSQL
NoIcons=0
Tasks=desktopicon,associatesqlfiles

View File

@ -15,7 +15,7 @@ echo installing F-Secure Anti-Virus ...
start /wait %EXE%
echo removing F-Secure desktop link ...
del /F "%PUBLIC%\Desktop\F-Secure Anti-Virus.lnk" 2>nul
del /F /Q "%PUBLIC%\Desktop\F-Secure Anti-Virus.lnk" 2>nul
rem refresh desktop (W10 style)
ie4uinit.exe -show

View File

@ -21,7 +21,7 @@ msiexec /i %MSI% INSTALLAUDIODRIVER=1 INSTALLUPDATESVC=0 LAUNCHAFTERINSTALL=0 /q
cd %OPT%
echo removing Desktop icon ...
del /F "%USERPROFILE%\Desktop\BlueJeans.lnk" 2>nul
del /F /Q "%USERPROFILE%\Desktop\BlueJeans.lnk" 2>nul
echo removing autostart for BlueJeans-Client ...
reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" ^

View File

@ -0,0 +1,33 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set CONFIG=config\install-heidisql.txt
set EXE=..\software\heidisql-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
echo installing Heidi SQL ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
echo moving HeidiSQL startmenu shortcut ...
move /Y %STARTMENU%\"HeidiSQL\HeidiSQL.lnk" %STARTMENU%
echo moving HeidiSQL desktop shortcut ...
move /Y "%USERPROFILE%\Desktop\HeidiSQL.lnk" "%PUBLIC%\Desktop"
echo cleanup ...
rd /S /Q %STARTMENU%\"HeidiSQL"
rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause

View File

@ -21,7 +21,7 @@ msiexec /i %MSI% /q
cd %OPT%
echo removing Desktop icon ...
del /F "%PUBLIC%\Desktop\OpenVPN Connect.lnk" 2>nul
del /F /Q "%PUBLIC%\Desktop\OpenVPN Connect.lnk" 2>nul
echo refreshing desktop (W10 style) ...
ie4uinit.exe -show

View File

@ -25,8 +25,8 @@ echo tweaking PDF24 ...
reg import %CONFIG%
echo removing Desktop icons ...
del /F "%PUBLIC%\Desktop\PDF24.lnk" 2>nul
del /F "%USERPROFILE%\Desktop\Online PDF Tools.url" 2>nul
del /F /Q "%PUBLIC%\Desktop\PDF24.lnk" 2>nul
del /F /Q "%USERPROFILE%\Desktop\Online PDF Tools.url" 2>nul
echo refreshing desktop (W10 style) ...
ie4uinit.exe -show

View File

@ -17,8 +17,8 @@ echo installing VCE Simulator 2 ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
echo cleanup ...
del /F %STARTMENU%\"VCE Exam Simulator\VCE Exam Simulator on the Web.url" 2>nul
del /F %STARTMENU%\"VCE Exam Simulator\Uninstall VCE Exam Simulator.lnk" 2>nul
del /F /Q %STARTMENU%\"VCE Exam Simulator\VCE Exam Simulator on the Web.url" 2>nul
del /F /Q %STARTMENU%\"VCE Exam Simulator\Uninstall VCE Exam Simulator.lnk" 2>nul
rem refresh desktop (W10 style)
ie4uinit.exe -show

View File

@ -20,7 +20,7 @@ msiexec /i %MSI% /qn
@echo off
echo cleanup ...
del /F %STARTMENU%\"TightVNC\Visit TightVNC Web Site.lnk" 2>nul
del /F /Q %STARTMENU%\"TightVNC\Visit TightVNC Web Site.lnk" 2>nul
echo ####### %0 #######

View File

@ -20,7 +20,7 @@ echo killing VisualStudio code processes...
taskkill /F /IM Code.exe 2>nul
echo cleanup ...
del /F "%PUBLIC%\Desktop\VScode.lnk" 2>nul
del /F /Q "%PUBLIC%\Desktop\VScode.lnk" 2>nul
echo installing Visual Studio CODE ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS

View File

@ -35,4 +35,5 @@ https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.51.1/KeePass-2.51
https://download3.pdf24.org/pdf24-creator-11.1.0.msi pdf24-setup.msi
https://static.tp-link.com/2019/201911/20191115/Archer-T5E(UN)_V1_191116_Bluetooth.zip archerT5E-bluetooth.zip
https://static.tp-link.com/2019/201911/20191115/Archer-T5E(UN)_V1_191116_Wi-Fi.zip archerT5E-wifi.zip
https://www.heidisql.com/installers/HeidiSQL_12.3.0.6589_Setup.exe heidisql-setup.exe

1 https://downloads.ntlite.com/files/NTLite_setup_x64.exe ntlite-setup.exe
35 https://download3.pdf24.org/pdf24-creator-11.1.0.msi pdf24-setup.msi
36 https://static.tp-link.com/2019/201911/20191115/Archer-T5E(UN)_V1_191116_Bluetooth.zip archerT5E-bluetooth.zip
37 https://static.tp-link.com/2019/201911/20191115/Archer-T5E(UN)_V1_191116_Wi-Fi.zip archerT5E-wifi.zip
38 https://www.heidisql.com/installers/HeidiSQL_12.3.0.6589_Setup.exe heidisql-setup.exe
39

View File

@ -9,3 +9,4 @@ dummy brother-dcpl6600dw-drivers.EXE
dummy Win10_20H2_English_x64.iso
dummy vce_exam_simulator_setup.exe
dummy iview-plugins.zip

1 dummy citrixworkspace-setup.exe
9 dummy Win10_20H2_English_x64.iso
10 dummy vce_exam_simulator_setup.exe
11 dummy iview-plugins.zip
12