Problem:
Trying to do a silent install of Enterprise Server 2.0. I can do a base silent install.
“Start /wait EnterpriseServer20.exe /q”
However if I try to use any of the parameters such as INSTALLDIR or log files, it doesn't seem to work.
Start /wait EnterpriseServer20.exe /q INSTALLDIR=c:\\sw\\MFocus
or
Start /wait EnterpriseServer20.exe /q /componentargs "License Manager:/l*vx
C:\\nt\\logs\\license_manager.log" /componentargs "Enterprise Server:/l*vx C:\\nt\\logs\\eeserver_runtime.log"
or
Start /wait EnterpriseServer20.exe /q /l*vx c:\\nt\\logs\\eeserver.log
Resolution:
Start /wait EnterpriseServer20.exe /q /componentargs(1 Space here) "EnterpriseDeveloper:INSTALLDIR=c:\\DirectoryName" .
Customer changed his to:
Start /wait EnterpriseServer20.exe /q /Logfile c:\\nt\\mfocus.log /componentargs "Micro Focus Enterprise Server:INSTALLDIR=c:\\sw\\MFocus" .
Use beginning and ending quotes where they are shown above.
After this please go to your Control Panel and under Program and Features.
Look at your installed products, the Enterprise Server 2.0 should be there with License Manager and .Net .
After the installation is complete you can install the license silently. You need to have your Authorization Code. To install the license execute:
Start /wait \\bin\\cesadmintool –term activate AuthorizationCode
#SilentInstall
#EnterpriseDeveloper
#MFDS