On 06/09/2019 07:26, Pradeep Kumar M N wrote:
> Hi All,
> 
> I am using Tomcat 9.0.20. I am installing the Tomcat silently from a 
> PowerShell script. But after silent installation, below mentioned registry 
> entry seems not added.  I am passing a Config ini file to tomcat installer 
> with /C option. This issue is only present when I pass the /C parameter. When 
> I don't pass the parameter, registry entry seems to be added correctly in 
> registry.
> 
> HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Tomcat\9.0
> 
> apache-tomcat-9.0.20.exe /C=< tomcatConfig.ini file path> /S /D=<install path>
> 
> Below is the entry present in tomcatConfig.ini
> JavaHome=$javaHomeEnv
> 
> 
> Has one any encountered this issue ?

Running tests locally, it appears that when running a silent install the
registry entries are added under the Wow6432Node rather than under the
normal 64-bit location. Still trying to figure out why this is.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to