I want to install Apache Tomcat 8.5.11 silently to a specific directory using a batch file.
I have tried below command:
apache-tomcat-8.5.11.exe /S /D="D:\softwares\Tomcat"
The installation happens silently, but it is installed to C:\Program Files\ instead of the location provided using /D option.
Is there any other configuration that is needed ?