Software » Red Gate » SQL Search » 3.1.6.2050
windows_installer_msi
Homepage https://www.red-gate.com/products/sql-development/sql-search/index
Download SQL_Search.exe
SQL_Search.exe

Silent Install

First extract the MSI and MST File from the Redgate Installer with the Command

SQL_Search.exe extract C:\YourFolder

Then you can perform a silent install

SQL Search_3.1.6.2050_x86.msi /qn /L* "%temp%\Red Gate SQL Search 3.1.6.2050.txt" /norestart ALLUSERS=2 TRANSFORMS="SQL Search_3.1.6.2050_x86.mst"

Silent Uninstall

MsiExec.exe /x{09BDE3F1-EC68-433C-9EC2-950AC6226071} /qn /norestart
ReturnCodes 0