Here are the silent install settings for Appeon Server for .NET:
Open the SilentInstall.ini file (located under the root directory of the installation package, e.g. ...\Appeon\SilentInstall.ini) in a text editor and locate the [netserver] section; and then configure the following parameters for the silent installation of Appeon Server for .NET.
Table 1. Silent install settings for .NET
Parameter |
Usage |
---|---|
WorkWithAzure |
Sets whether to work with the Windows Azure environment. The value can be true or false. |
RegisterNETFramework |
Sets whether to register the .NET Framework. The value can be true or false. |
AutoSetEnable32BitAppOnWin64 |
Sets whether to automatically turn on the Enable32BitAppOnWin64 parameter for IIS. The value can be true or false. |
Upgrade6x |
Sets whether to upgrade the Appeon Server whose version is lower than 2016, such as 6.5, 6.6, 2013, 2013 R2, and 2015. The value can be true or false. |
CreateWebSite |
Sets whether to automatically create an Appeon Server Instance on a new Web site. |
WebSiteName |
Sets the name of the new or an existing IIS Web site where Appeon Server will be installed. |
WebSiteHome |
If CreateWebSite is set to true, you will need to set the home directory for the new IIS Web Site. |
WebSitePort |
If CreateWebSite is set to true, you will need to set the HTTP Port for the new IIS Web Site. The value can be between 1 and 65535. |
ProcessModelUserName, ProcessModelPassword |
Sets the user name and password of an administrator group member for the application pool used by Appeon Server. These two parameters must be set in order to install and run Appeon Server on Windows Azure successfully. |
InstallDemo |
Sets whether to install the Appeon demo applications. The value can be true or false. |
ASAENGPATH |
If InstallDemo is set to true, you will need to specify the path for an existing ASA engine. |
EnableASAODBCPool |
Sets whether to enable the Connection Pooling feature in ODBC Data Source. The value can be true or false. |
AEMUserName, AEMPassword |
Sets the AEM login user name and password. |
ModifyASPSettings |
Sets whether to modify the current ASP.NET settings. The value can be true or false. |
minWorkerThreads, maxIoThreads, minWorkerThreads, minFreeThreads, minLocalRequestFreeThreads, executionTimeout, maxRequestLength |
Sets the ASP.NET settings. |
Silent_Install_AppPackage |
Sets whether to silently install the packaged Appeon application(s) to the Appeon Server. The value can be true or false. |
AppPackage_1, AppPackage_2, AppPackage_3, AppPackage_4, AppPackage_5 |
Points to the folder name of the Appeon application package that will be silently installed to the Appeon Server. You can install no more than 5 applications at a time. To create an Appeon application package, click the Package button on the Appeon Developer toolbar and set the package type to Package a Server Deployment Project. For detailed instructions, refer to the section called “Packaging a server deployment project” in Appeon Developer User Guide. After the package is generated, copy the entire package to the "...\Appeon\AppPackage_install" folder and then set the Silent_Install_AppPackage parameter to true and the AppPackage_# parameter to the package folder name. |
Here are the silent install settings for Appeon Server for JBoss:
Open the SilentInstall.ini file (located under the root directory of the installation package, e.g. ...\Appeon\SilentInstall.ini) in a text editor and locate the [jbossserver] section; and then configure the following parameters for the silent installation of Appeon Server for JBoss.
Table 2. Silent install settings for JBoss
Parameter |
Usage |
---|---|
JBossPath |
Sets the home directory of the JBoss server. |
InstanceName |
Sets the instance name of the JBoss server. Appeon Server will be installed to the specified server instance. |
AEMUserName, AEMPassword |
Sets the AEM login user name and password. |
Upgrade6x |
Sets whether to upgrade the Appeon Server whose version is lower than 2016, such as 6.5, 6.6, 2013, 2013 R2, and 2015. The value can be true or false. |
JDKHome |
Sets the directory where JDK 1.8 or above is located. |
Silent_Install_AppPackage |
Sets whether to silently install the packaged Appeon application(s) to the Appeon Server. The value can be true or false. |
AppPackage_1, AppPackage_2, AppPackage_3, AppPackage_4, AppPackage_5 |
Points to the folder name of the Appeon application package that will be silently installed to the Appeon Server. You can install no more than 5 applications at a time. To create an Appeon application package, click the Package button on the Appeon Developer toolbar and set the package type to Package a Server Deployment Project. For detailed instructions, refer to the section called “Packaging a server deployment project” in Appeon Developer User Guide. After the package is generated, copy the entire package to the "...\Appeon\AppPackage_install" folder and then set the Silent_Install_AppPackage parameter to true and the AppPackage_# parameter to the package folder name. |
Here are the silent install settings for Appeon Server for JEUS:
Open the SilentInstall.ini file (located under the root directory of the installation package, e.g. ...\Appeon\SilentInstall.ini) in a text editor and locate the [jeusserver] section; and then configure the following parameters for the silent installation of Appeon Server for JEUS.
Table 3. Silent install settings for JEUS
Parameter |
Usage |
---|---|
JEUSPath |
Sets the home directory of the JEUS server. |
InstanceName |
Sets the name of of the JEUS container. Appeon Server will be installed to the specified container. |
AEMUserName, AEMPassword |
Sets the AEM login user name and password. |
Upgrade6x |
Sets whether to upgrade the Appeon Server whose version is lower than 2016, such as 6.5, 6.6, 2013, 2013 R2, and 2015. The value can be true or false. |
JDKHome |
Sets the directory where JDK 1.8 or above is located. |
Silent_Install_AppPackage |
Sets whether to silently install the packaged Appeon application(s) to the Appeon Server. The value can be true or false. |
AppPackage_1, AppPackage_2, AppPackage_3, AppPackage_4, AppPackage_5 |
Points to the folder name of the Appeon application package that will be silently installed to the Appeon Server. You can install no more than 5 applications at a time. To create an Appeon application package, click the Package button on the Appeon Developer toolbar and set the package type to Package a Server Deployment Project. For detailed instructions, refer to the section called “Packaging a server deployment project” in Appeon Developer User Guide. After the package is generated, copy the entire package to the "...\Appeon\AppPackage_install" folder and then set the Silent_Install_AppPackage parameter to true and the AppPackage_# parameter to the package folder name. |
To silently install the Appeon application to the Appeon Server for JEUS, in addition to configuring the above parameters, you will also need to configure the USERNAME and PASSWORD parameters for a JEUS command in ..\TmaxSoft\JEUS6.0\bin\jeus.properties.cmd.
Here are the silent install settings for Appeon Server for WebLogic:
Open the SilentInstall.ini file (located under the root directory of the installation package, e.g. ...\Appeon\SilentInstall.ini) in a text editor and locate the [weblogicserver] section; and then configure the following parameters for the silent installation of Appeon Server for WebLogic.
Table 4. Silent install settings for WebLogic
Parameter |
Usage |
---|---|
WeblogicPath |
Sets the home directory of the WebLogic server. |
DomainName |
Sets the name of of the WebLogic domain. Appeon Server will be installed to the specified domain. |
AEMUserName, AEMPassword |
Sets the AEM login user name and password. |
Upgrade6x |
Sets whether to upgrade the Appeon Server whose version is lower than 2016, such as 6.5, 6.6, 2013, 2013 R2, and 2015. The value can be true or false. |
JDKHome |
Sets the directory where JDK 1.8 or above is located. |
Silent_Install_AppPackage |
Sets whether to silently install the packaged Appeon application(s) to the Appeon Server. The value can be true or false. |
AppPackage_1, AppPackage_2, AppPackage_3, AppPackage_4, AppPackage_5 |
Points to the folder name of the Appeon application package that will be silently installed to the Appeon Server. You can install no more than 5 applications at a time. To create an Appeon application package, click the Package button on the Appeon Developer toolbar and set the package type to Package a Server Deployment Project. For detailed instructions, refer to the section called “Packaging a server deployment project” in Appeon Developer User Guide. After the package is generated, copy the entire package to the "...\Appeon\AppPackage_install" folder and then set the Silent_Install_AppPackage parameter to true and the AppPackage_# parameter to the package folder name. |
Here are the silent install settings for Appeon Server for WebSphere:
Open the SilentInstall.ini file (located under the root directory of the installation package, e.g. ...\Appeon\SilentInstall.ini) in a text editor and locate the [websphereserver] section; and then configure the following parameters for the silent installation of Appeon Server for WebSphere.
Table 5. Silent install settings for WebSphere
Parameter |
Usage |
---|---|
WebspherePath |
Sets the home directory of the WebSphere server. |
AEMUserName, AEMPassword |
Sets the AEM login user name and password. |
Upgrade6x |
Sets whether to upgrade the Appeon Server whose version is lower than 2016, such as 6.5, 6.6, 2013, 2013 R2, and 2015. The value can be true or false. |
JDKHome |
Sets the directory where JDK 1.8 or above is located. |
Silent_Install_AppPackage |
Sets whether to silently install the packaged Appeon application(s) to the Appeon Server. The value can be true or false. |
AppPackage_1, AppPackage_2, AppPackage_3, AppPackage_4, AppPackage_5 |
Points to the folder name of the Appeon application package that will be silently installed to the Appeon Server. You can install no more than 5 applications at a time. To create an Appeon application package, click the Package button on the Appeon Developer toolbar and set the package type to Package a Server Deployment Project. For detailed instructions, refer to the section called “Packaging a server deployment project” in Appeon Developer User Guide. After the package is generated, copy the entire package to the "...\Appeon\AppPackage_install" folder and then set the Silent_Install_AppPackage parameter to true and the AppPackage_# parameter to the package folder name. |