Previous Topic: Install Language Packs Across a BusinessObjects Enterprise DeploymentNext Topic: UNIX


Windows

You can install language packs with one command by specifying parameters on the command line (a silent installation). When parameters are supplied on the command line the installation does not prompt for information.

The command-line syntax for a silent install is as follows:

setup.exe BUSINESS_OBJECTS_HOME_DIR
INSTALLMODE=silent
CMSNAMESERVER=CMS_HOSTNAME
CMSPORTNUMBER=PORT_NUMBER
CMSPASSWORD=CMS_PASSWORD

Replace BUSINESS_OBJECTS_HOME_DIR with the full path of your BusinessObjects Enterprise installation.

The other parameters used by setup.exe are as follows:

INSTALLMODE

Switch to enable silent install mode

Extended argument: silent

CMSNAMESERVER

Enter the name of your CMS.

Extended argument: CMS Hostname

CMSPORTNUMBER

CMS port number.

Extended argument: Port number for CMS

CMSPASSWORD

The password for your CMS server.

Extended argument: CMS admin password

For example:

setup.exe
"C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0"
INSTALLMODE=silent
CMSNAMESERVER=myserver1
CMSPORTNUMBER=6400
CMSPASSWORD=mypassword

To uninstall language packs in silent mode, use the wdeploy undeployall command to remove all web applications, then wdeploy deployall to redeploy web applications without the language packs.

For example, the following command runs undeployall for a WebLogic 10 server:

wdeploy.bat weblogic10
-Das_dir=C:\bea\user_projects\domains\base_domain
-Das_admin_port=7001
-Das_instance=AdminServer
-Das_admin_username=weblogic
-Das_admin_password=weblogic
undeployall

Followed by:

wdeploy.bat weblogic10
-Das_dir=C:\bea\user_projects\domains\base_domain
-Das_admin_port=7001
-Das_instance=AdminServer
-Das_admin_username=weblogic
-Das_admin_password=weblogic
deployall