Z and I Emulator for Web Silent Installer Properties Files

Find the below property files for silent installation
#  /*
#  *+------------------------------------------------------------------------+
#  *| Licensed Materials - Property of HCL                                   |
#  *| (c) Copyright HCL Technologies Ltd. 2026.  All Rights Reserved.        |
#  *+------------------------------------------------------------------------+
#  */

# ---------------------------------------------------------------------------
# 	Silent Installation properties file
# ---------------------------------------------------------------------------
INSTALLER_UI=silent

# ---------------------------------------------------------------------------
#    HCL Z and I Emulator for Web supports Multiple/Upgrade Instance Support
#        0 -> To install only one instance
#        1 -> To Support More than one instance or Upgrade Instance
# ---------------------------------------------------------------------------
MI_SUPPORT=1

# ---------------------------------------------------------------------------
#    Specify Product Name to install as New instance or Upgrade Instance
#  For Upgrade instance Product name with Version
#    MI_PRODUCT_NAME=HCL Z and I Emulator for Web 16.0.0.0
#  For Multiple/New Instance support
#    MI_PRODUCT_NAME=HCL Z and I Emulator for Web New Instance
# ---------------------------------------------------------------------------

MI_PRODUCT_NAME=HCL Z and I Emulator for Web 16.0.0.0

# ---------------------------------------------------------------------------
#    HCL Z and I Emulator for Web IM Instance upgrade Support
#        0 -> Does Not IM ZIEWeb Upgrade Installation
#        1 -> To Support IM ZIEWeb Upgrade Installation
# ---------------------------------------------------------------------------
IM_UPGRADE_SUPPORT=0

# Specify Product Name with Installation Path to Migrate Installation Manager installed Instance
IM_PRODUCT_NAME=Z and I Emulator for Web 2.0.0.0 (C:\\Program Files\\HCL\\ZIEForWeb)

# ---------------------------------------------------------------------------
#    HCL Z and I Emulator for Web Installation Path
# ---------------------------------------------------------------------------
USER_INSTALL_DIR=C:\\Program Files\\HCL\\ZIEForWeb_16.0.0.0

# ---------------------------------------------------------------------------
# 	IBM Host On-Demand shortcut Path
# ---------------------------------------------------------------------------
USER_SHORTCUTS=C\:\\ProgramData\\Microsoft\\Windows\\Start Menu

# ---------------------------------------------------------------------------
#    Mandate Product Features
# Z and I Emulator for Web                      -> ZIEWeb

#    Choose optional Language Features
# For French Language Pack                      -> LANG_FR
# For Japanese Language Pack                    -> LANG_JA
# For Simplified Chinese Language Pack          -> LANG_ZH_CN
# For Traditional Chinese Language Pack	        -> LANG_ZH_TW

# ---------------------------------------------------------------------------
CHOSEN_INSTALL_SET=Custom
CHOSEN_FEATURE_LIST=ZIEWeb,LANG_FR,LANG_JA,LANG_ZH_TW
CHOSEN_INSTALL_FEATURE_LIST=ZIEWeb,LANG_FR,LANG_JA,LANG_ZH_TW

# ---------------------------------------------------------------------------
#    HCL Z and I Emulator for Web Publish Information
# ---------------------------------------------------------------------------
# Publish alias Name
PUBLISH_ALIAS_NAME=zie
# Publish Director name to install publish files
PUBLISH_DIR=ZIEWeb
# Publish Port
PUBLISH_PORT=8999
# Publish Secure Port
PUBLISH_SECURE_PORT=9001
# ---------------------------------------------------------------------------
#    HCL Z and I Emulator for Web Web Server Configuration
#        Web Server Type 
#           1 -> Embedded Web server Type
#           2 -> Detected Web server Type
#           3 -> Manually select specific Web server Type
#           4 -> No Web server Type
# ---------------------------------------------------------------------------
WS_TYPE=1
# ---------------------------------------------------------------------------
#    Embedded Web Server Type  HCL Z and I Emulator for Web Installation 
# ---------------------------------------------------------------------------
# Web Server Port
WS_PORT=8080

# Web Server SSL Port
WS_SSL_PORT=8443

# ---------------------------------------------------------------------------
#    Detected Web server Type HCL Z and I Emulator for Web Installation
# ---------------------------------------------------------------------------
#Supported Web Server are APACHE or IIS
WS_DTD_SERVER_TYPE=IIS

# If IIS Webserver type then specify ISS Website Name
WS_DTD_IIS_APPNAME=Default Web Site

# If Apache is selected for installation need to specify apache installed Config Path
# C:\\Program Files (x86)\\Apache Software Foundation\\Apache2.2\\conf\\httpd.conf
WEB_SERVER_CONFIG_FILE=C:\\Program Files (x86)\\Apache Software Foundation\\Apache2.2\\conf\\httpd.conf

# ---------------------------------------------------------------------------
#    Manual specify web server Type HCL Z and I Emulator for Web Installation
#        1 -> Apache HTTP Server 2.2 or newer
#        2 -> IBM HTTP Server 8.5 or newer
# ---------------------------------------------------------------------------
WS_MAN_SERVER_TYPE=1
# If Apache or HTTP Server is selected for installation need to specify Server Config Path
WS_MAN_CONFIG_FILE=C:\\Program Files (x86)\\Apache Software Foundation\\Apache2.2\\conf\\httpd.conf

# ---------------------------------------------------------------------------
#    IBM WebSphere Application Server Configuration
#        0 -> without Application  Server Configuration
#        1 -> To Configure WAS Application Server
# ---------------------------------------------------------------------------
APP_SERVER_SELECTED=0

# Application Server Name
APP_SERVER=IBM WebSphere Application Server V9.0
# Application server Profile Name
WAS_PROFILE=AppSrv01
# WAS Server Name
WAS_SERVER=Server1
# ---------------------------------------------------------------------------
#    ZIE for Web Application Server Configuration
#        0 -> without ZIE for Web Configuration
#        1 -> To Configure ZIE for Web Configuration
# ---------------------------------------------------------------------------
ZIECLIENT_SUPPORT=0
# ---------------------------------------------------------------------------
#    ZIE for Web Client Application Server Configuration
#        1 -> Embedded Server
#        2 -> IBM WebSphere Application Server
#        3 -> Manually select specific Web Server
# ---------------------------------------------------------------------------
ZIECLIENT_SERVERTYPE=1

# ---------------------------------------------------------------------------
#    ZIECLIENT_SERVERTYPE=2
#        ZIE for Web Client IBM WebSphere Application Server Configuration
#----------------------------------------------------------------------------

# Application Server Name
ZIECLIENT_WAS_APPSERVER=IBM WebSphere Application Server V9.0
# Application server Profile Name
ZIECLIENT_WAS_PROFILE=AppSrv01
# WAS Server Name
ZIECLIENT_WAS_PROFILE_SERVER=Server1

# ---------------------------------------------------------------------------
#    ZIECLIENT_SERVERTYPE=3
#    ZIE for Web Client Manually select specific Web Server
#        1 -> Tomcat Apache Server
#        2 -> IBM Liberty WebSphere Server
#----------------------------------------------------------------------------
ZIECLIENT_MAN_SERVERTYPE=1

#----------------------------------------------------------------------------
# For Tomcat Apache Server instalaltion path should be define upto Parent folder of WebApps
#    ZIECLIENT_MAN_SERVERPATH=C:\\Program Files\\Tomcat9.0
# For BM Liberty WebSphere Server instalaltion path should be define upto Parent folder of bin
#    ZIECLIENT_MAN_SERVERPATH=C:\\Program Files\\IBM Liberty
#----------------------------------------------------------------------------
ZIECLIENT_MAN_SERVERPATH=C:\\Program Files\\Tomcat9.0

#----------------------------------------------------------------------------
#    ZIE for Web Client Configuration
#        In Web Server Configuration type Embedded server is selected, and 
#           ZIE for Web Client Embedded Appserver is selected, not needs to defeine Application Server and Secure port.
#        In Web Server Configuration type Embedded server is selected no needs to defint HZIE for Web Client Webserver Port
#----------------------------------------------------------------------------
# Host On-Demand Configured WebServer port to communicate with HACP EE Application Server
ZIECLIENT_WEBSERVER_PORT=8080
# ZIE for Web Client Application Server Port
ZIECLIENT_APPSERVER_PORT=8999
# ZIE for Web Client Application Server Secure Port
ZIECLIENT_APPSERVER_SECUREPORT=9001
# ZIE for Web Client Max Pool Size accepts only integer value
ZIECLIENT_MAX_POOL_SIZE=100
# ZIE for Web Client Buffer Size accepts only integer value
ZIECLIENT_BUFFER_SIZE=4096

# ZIEWEB War file will be deployed based on ZIECLIENT_CONTEXT_ROOT value
ZIECLIENT_CONTEXT_ROOT=zieweb

# ZIE for Web Client Config trace accepted values true or false
ZIECLIENT_CONFIG_TRACE=true
# ZIE for Web Client Show Status accepted values true or false
ZIECLIENT_SHOW_STATUS=false
# ZIE for Web Client Map File accepted values true or false
ZIECLIENT_MAP_FILE=true
# ZIE for Web Client ZFP trace accepted values true or false
ZIECLIENT_ZFP_TRACE=false
# ---------------------------------------------------------------------------
#    License Manager  Application Server Configuration
#        0 -> without License Manager Configuration
#        1 -> To Configure License Manager Configuration
# ---------------------------------------------------------------------------
LM_SUPPORT=1
# ---------------------------------------------------------------------------
#    License Manager Application Server Configuration
#        1 -> Embedded Server
#        2 -> IBM WebSphere Application Server
#        3 -> Manually select specific Web Server
# ---------------------------------------------------------------------------
LM_SERVERTYPE=1

# ---------------------------------------------------------------------------
#    LM_SERVERTYPE=2
#        License Manager IBM WebSphere Application Server Configuration
#----------------------------------------------------------------------------

# Application Server Name
LM_WAS_APPSERVER=IBM WebSphere Application Server V9.0
# Application server Profile Name
LM_WAS_PROFILE=AppSrv01
# WAS Server Name
LM_WAS_PROFILE_SERVER=Server1

# ---------------------------------------------------------------------------
#    LM_SERVERTYPE=3
#    License Manager Manually select specific Web Server
#        1 -> Tomcat Apache Server
#        2 -> IBM Liberty WebSphere Server
#----------------------------------------------------------------------------
LM_MAN_SERVERTYPE=1

#----------------------------------------------------------------------------
#    For Tomcat Apache Server instalaltion path should be define upto Parent folder of WebApps
#        LM_MAN_SERVERPATH=C:\\Program Files\\Tomcat9.0
#    For BM Liberty WebSphere Server instalaltion path should be define upto Parent folder of bin
#        LM_MAN_SERVERPATH=C:\\Program Files\\IBM Liberty
#----------------------------------------------------------------------------
LM_MAN_SERVERPATH=C:\\Program Files\\Tomcat9.0

#----------------------------------------------------------------------------
#    License Manger Configuration
#----------------------------------------------------------------------------

# HACPEE Application Server Port
LM_APPSERVER_PORT=8080
# HACPEE Application Server Secure Port
LM_APPSERVER_SECUREPORT=8443
# License Manager War file will be deployed based on LM_CONTEXT_ROOT value
LM_CONTEXT_ROOT=LicenseManager
# License Manager PCOMM Enablement accepted values true or false
LM_ZIEWIN=true
# License Manager HOD Enablement accepted values true or false
LM_ZIEWEB=true
# License Manager License file Path
LM_FILEPATH=C:\\Users\\Admin
# License Manager trace Level accepted values "DEBUG", "INFO", "ALL", "TRACE", "WARN", "ERROR", "FATAL", "OFF"
LM_TRACE_LEVEL=TRACE
# License Manager Database Server accepted values "H2", "SQLITE", "MYSQL", "DB2"
LM_DB_SERVER=DB2
# License Manager Database Driver; Database Driver applicable for "MYSQL", "DB2" Servers
LM_DB_DRIVER=org.h2.Driver
# License Manager Database User details; Database User applicable for "H2", "MYSQL", "DB2"  Servers
LM_DB_USER=admin
# License Manager Database Password details; Database Password applicable for "H2", "MYSQL", "DB2" Servers
LM_DB_PASSWORD=admin
# License Manager Database URL details; Database URL applicable for "MYSQL", "DB2" Servers
LM_DB_URL=DB URL

# ---------------------------------------------------------------------------
#    System Level Configuration: Don't change below values until it requires.
#    Reboot Parameter on uninstall and install scenarios
# ---------------------------------------------------------------------------
USER_REQUESTED_RESTART=NO
RESTART_NEEDED=NO