WebSpeed
Installation and
Configuration Guide


Creating the Response File Manually

You can create and edit a response file in any text editor by adding necessary sections in a predefined order.

Follow these steps to create a response file manually:

  1. Create a new text file using any text editor.
  2. Enter required sections in the following order, noting that section names are contained in square brackets:
    1. Silent Header Section [InstallShield Silent]
    2. Dialog Sequence Section [DlgOrder]
    3. Application Header Section [Application]
    4. Dialog Data Sections (for example [Welcome Dialog-0])
  3. Edit the necessary data within each section name. Data entries consist of name=value pairs, such as Dlg0=Welcome-0.
  4. Save and close there response file.

The following shows what a response file looks like:

Sample Response File
[InstallShield Silent] 
Version=v5.00.000 
File=Response File 
[File Transfer] 
OverwriteReadOnly=NoToAll 
[Application] 
Name=PROGRESS 
Version=9.1D 
Company=PSC 
Lang=0009 
[DlgOrder] 
Dlg0=Welcome Dialog-0 
Count=10 
Dlg1=SerialControlNumber Dialog-0 
Dlg2=TargetDirectory Dialog-0 
Dlg3=UserInstallationType Dialog-0 
Dlg4=SdSelectFolder-0 
Dlg5=LanguageChoice Dialog-0 
Dlg6=International Settings Dialog-0 
Dlg7=GetAuthorizationInfoDlg-0 
Dlg8=SdShowInfoList-0 
Dlg9=RebootDialog-0 
[Welcome Dialog-0] 
Result=1 
[SerialControlNumber Dialog-0] 
nvCount=1 
svSerialNumber-0=xxxxxxxxx 
svControlNumber_1-0=xxxxx 
svControlNumber_2-0=xxxxx 
svControlNumber_3-0=xxxxx 
_bInstallingDB=0 
_bMessengerInstalled=0 
_bProgressExplorerLocalOption=1 
_nDbProdnumBitmask=0 
_bInstallingColorEditor=1 
_szUseSourceEditor=yes 
Result=1 
[TargetDirectory Dialog-0] 
szDirDest=C:\Program Files\Progress 
szDirWrk=C:\PROGRESS\WRK 
Result=1 
[UserInstallationType Dialog-0] 
_bQuickInstallRadioButton=0 
_bCustomInstallRadioButton=0 
_bTypicalInstallRadioButton=1 
Result=1 
[SdSelectFolder-0] 
szFolder=PROGRESS 
Result=1 
[LanguageChoice Dialog-0] 
_szDefaultLanguage=English - American 
Languages-type=string 
Languages-count=1 
Languages-0=English - American 
Result=1 
[International Settings Dialog-0] 
_szNlsCpinternal=ISO8859-1 
_szNlsCpcollation=Basic 
_szNlsCpcase=Basic 
_szNlsDateFormat=mdy 
_szNlsNumberFormat=1,234.56   (comma, period) 
_szNumsep=44 
_szNumdec=46 
[GetAuthorizationInfoDlg-0] 
GroupList=PSCAdmin 
UsernamePassword=1 
GroupChecking=1 
Result=1 
[SdShowInfoList-0] 
Result=1 
[RebootDialog-0] 
Result=0 
Choice=602 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095