![]() |
Sample response files are provided on your Enterprise Edition Server and Client CD. Use the file named setup.iss for first-time installations. Use the file named setup_migrate.iss on systems that already have Version 4.0.x enterprise services installed.
The sample response files contain options for installing all server, or all client, components of enterprise services. If you want to install all components you can simply use the sample response files as they are. If you want to install some components and not others (for example, ActiveX client support only), modify the setup.iss or setup_migrate.iss files as explained below.
To perform an unattended installation on Windows, complete the following steps. These steps assume that you have already installed Advanced Edition, where necessary, at a Version 4.0.2 level:
cd cdrom_drive\Windows\EnterpriseEdition
cd cdrom_drive\Windows\EnterpriseEdition\Client\Windows
copy setup.iss c:\tempor
copy setup_migrate.iss c:\temp
... Component-count=6 Component-0=Business Rule Beans Component-1=CORBA C++ SDK Component-2=Internationalization Service Component-3=Extended Messaging Support Component-4=WorkArea Service Component-5=Samples ...
... Component-count=4 Component-0=Business Rule Beans Component-1=Internationalization Service Component-2=Extended Messaging Support Component-3=WorkArea Service ...
If using the modified response file in the temporary directory:
setup -s -f1c:\temp\setup.iss -f2c:\temp\setup.logor
setup -s -f1c:\temp\setup_migrate.iss -f2c:\temp\setup.log
If using the sample response file in the installation image directory:
setup -s setup.iss -f2c:\temp\setup.logor
setup -s setup_migrate.iss -f2c:\temp\setup.log
An alternative method for generating the setup.iss file is to perform an interactive installation on one machine using the -record parameter. This is done by entering the following command in the installation image directory:
setup -r
This installation generates a setup.iss file in your Windows installation directory (for example, c:\WINNT). You can copy this setup.iss file to other machines in order to run unattended installations.
Related tasks... | |
Installing the Advanced Edition server base | |
Installing the Advanced Edition client base | |
View PDF file... | |
To view a PDF file containing this article and related articles, click: | |
![]() | |