Search code examples
windowswindows-installersquidsilent-installer

Squid proxy - Windows silent/automated installation


Is there a way to install Squid proxy on window silently? It's an msi installer, and I tried the silent install option for msi

https://blogs.technet.microsoft.com/ilikesql_by_dandyman/2013/03/10/how-to-install-a-msi-file-unattended/

/qn
/quiet

It did install partially and did not work. Does anyone know the right way to do this? Is there a command line installer? something like apt-get in linux? or chocolatey? anything that works wil be helpful.

Thanks.


Solution

  • This works

    MSIEXEC /i squid.msi /qn /log install_log.txt ROOTDRIVE=C:\