AlexMT
Posts: 22
Joined: Wed Jun 05, 2024 10:40 am

HeidiSQL Silent Install Parameters for EXE Installers

Below you can find the necessary information to perform a silent installation for HeidiSQL using the designated silent install parameters for both MSI and EXE. We also list the silent uninstall commands.

About: HeidiSQL is a free and open-source administration tool for MySQL and its forks, as well as Microsoft SQL Server, PostgreSQL and SQLite.

Application Name: HeidiSQL
Version: 1.4.7.48
Main Application Website URL: https://www.heidisql.com/installers/Hei ... _Setup.exe

EXE Installer (Silent Install): HeidiSQL_12.10.0.7000_Setup.exe

Code: Select all

/VERYSILENT /NORESTART /MERGETASKS=”!desktopicon, !activate_updatechecks,!activate_statistics “ /LOG <log_file_path>

EXE Installer (Silent Uninstall): "%ProgramFiles%\HeidiSQL\unins000.exe"

Code: Select all

/VERYSILENT /NORESTART /LOG <log_file_path>

Return to “Silent Install Command Line”