Consultor Eletrônico



Kbase P86821: How to make an installation of WebSpeed with already defined WebSpeed broker, NameServer etc.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   19/01/2005
Status: Unverified

GOAL:

How to make an installation of WebSpeed with already defined WebSpeed broker, NameServer etc.

GOAL:

How to make a silent installation with a predefined ubroker.properties

FIX:

Create a .bat file which does:
- silently installs WebSpeed
- deletes the original ubroker.properties file which
- copies the new ubroker.properties already configuration

The example requires that they make a CD with the following content:
- WebSpeed (Progress Installation CD) ready to be installed
- ubroker.properties containing all the predefined configuration
- a setup.iss file configured with the serial numbers etc.
- that you are using the paths as in the example, and the CD-ROM drive is F:\

What has to be done:
- edit the install.iss to contain:
o Folder selection
o Correct serial numbers / control codes
o eventually web server directories
- eventually edit the install-configured-WS.bat
- create a ubroker.properties with the predefined configuration

install-configured-WS.BAT:
--------------------------------
F:\SETUP.EXE -s -f1C:\setup.iss -f2C:\setup.log
Del C:\Program Files\Progress91D\properties\ubroker.properties
Copy F:\ubroker.properties C:\Program Files\Progress91D\properties\