Automatic/Silent install only 4 components of JES, on Windows

From setup.bat we have: Windows\setup.exe /v"/Liwrmoeau! %temp%\SUNJavaES.log MAINJES=Yes" %1 %2 %3

Is it possible to 'automatically' select /install only 4 components : Directory Server, Administration Server, Web Server and Access Manager?

Automatic configuration is very good.

Maybe instead of MAINJES=YES we can pass other options.

Or maybe it is possible to have a config file ...

What we try is to have a 'faster' installation and configuration of JES, with less clicks from the user.

Many thanks in advance.

CFG

Message was edited by:

cfgoian

[615 byte] By [cfgoian] at [2008-2-28]
# 1

I'm glad you like the automatic configuration :)

You can automate your specific scenario using the 'silent install' mode

http://docs.sun.com/source/819-1652/instsilent.html

Basically you want to run the installer in a 'record' mode and select

the config options and products that you care about. In your case, you would choose, 'Custom -> Configure Automatically -> select the subset of products' you want.once you are done, the response file will be created which you can (edit if needed) use for subsequent installs

srinu

> From setup.bat we have: Windows\setup.exe

> /v"/Liwrmoeau! %temp%\SUNJavaES.log MAINJES=Yes" %1

> %2 %3

> Is it possible to 'automatically' select /install

> only 4 components : Directory Server, Administration

> Server, Web Server and Access Manager?

> Automatic configuration is very good.

>

> Maybe instead of MAINJES=YES we can pass other

> options.

>

> Or maybe it is possible to have a config file ...

>

>

> What we try is to have a 'faster' installation and

> configuration of JES, with less clicks from the

> user.

>

> Many thanks in advance.

>

> CFG

>

> Message was edited by:

> cfgoian

srinu at 2007-7-7 > top of java,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...
# 2
Big THX. Problem solved :)CFG
cfgoian at 2007-7-7 > top of java,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...