home *** CD-ROM | disk | FTP | other *** search
- ### SETUP.ISS ##########################################################
- # InstallShield silent install file for IBM Internet Connection Server #
- # Modify a copy of this file to use in automated installations #
- # Command line: SETUP -S -F1<path\issfile> [-F2<path\logfile>] #
- ########################################################################
-
- ### Do not modify [Begin] ##############################################
- [InstallShield Silent]
- Version=v3.00.000
- File=Response File
-
- [Application]
- Name=Internet Connection Server
- Version=4.2.1.1
- Company=IBM
-
- # List of dialogs shown by Setup
- [DlgOrder]
- Dlg0=AskOptions-0
- Dlg1=AskDestPath-0
- Dlg2=ShowDlgEdit6-0
- Dlg3=ShowDlgEdit6-1
- Dlg4=SelectFolder-0
- Dlg5=AskYesNo-0
- Dlg6=AskYesNo-1
- Dlg7=ShowDlgEdit6-2
- Dlg8=AskYesNo-2
- Dlg9=SdShowFileMods-0
- Dlg10=AskYesNo-3
- Count=11
- ### Do not modify [End] ################################################
-
- ### Setup options ######################################################
- # The following contains options which would normally be specified in #
- # dialog boxes throughout an interactive setup. Use the defaults or #
- # modify the values to customize an automated installation. #
- # (Values after "szPath=", "szEdit<#>=", and "szResultFolder=" can be #
- # changed as desired.) #
- # (Lines containing brackets or "Result=1" should remain unchanged) #
- ########################################################################
-
- # Select Components
- # Sel-0 : Base Component
- # Sel-1 : Security Component (Secure server only)
- # Sel-2 : Service Component
- # Values: 1 (install this component), 0 (do not install)
- [AskOptions-0]
- Result=1
- Sel-0=1
- Sel-1=1
- Sel-2=1
-
- # Destination Directory
- [AskDestPath-0]
- szPath=C:\WWW\
- Result=1
-
- # Component Directories
- # szEdit1 : Admin Directory
- # szEdit2 : Executables Directory
- # szEdit3 : CGI Executables Directory
- # szEdit4 : Documentation Directory
- # szEdit5 : HTML Directory
- [ShowDlgEdit6-0]
- szEdit1=C:\WWW\Admin\
- szEdit2=C:\WWW\Bin\
- szEdit3=C:\WWW\CGI-Bin\
- szEdit4=C:\WWW\Docs\
- szEdit5=C:\WWW\HTML\
- Result=1
-
- # Component Directories (continued)
- # szEdit1 : Icon and Graphics Directory
- # szEdit2 : Labels Directory
- # szEdit3 : Logs Directory
- # szEdit4 : Trusted Servlets directory
- # szEdit5 : Servlets directory
- [ShowDlgEdit6-1]
- szEdit1=C:\WWW\Icons\
- szEdit2=C:\WWW\Labels\
- szEdit3=C:\WWW\Logs\
- szEdit4=C:\WWW\Servlets\Public\
- szEdit5=C:\WWW\Uninst\
- Result=1
-
- # Choose Program Folder
- # Program Folder names can not be greater than 30 characters
- [SelectFolder-0]
- szResultFolder=IBM Internet Connection Server
- Result=1
-
- # Keep any existing config file
- # Values: 1 = Yes, 0 = No
- [AskYesNo-0]
- Result=0
-
- # Keep any existing PICS config file
- # Values: 1 = Yes, 0 = No
- [AskYesNo-1]
- Result=0
-
- # szEdit1 : Hostname - Enter "<default>" for automatic hostname detection
- # szEdit2 : HTTP Port
- # szEdit3 : SSL Port (Secure server only)
- # szEdit4 : Keyfile (Secure server only)
- # szEdit5 : Administrator ID
- # szEdit6 : Administrator Password
- [ShowDlgEdit6-2]
- szEdit1=<default>
- szEdit2=80
- szEdit3=443
- szEdit4=C:\WWW\Bin\keyfile.kyr
- szEdit5=webadmin
- szEdit6=webibm
- Result=1
-
- # Enable Java servlet support
- # Values: 1 = Yes, 0 = No
- [AskYesNo-2]
- Result=1
-
- # Update Environment (Windows 95 only)
- # Values: 101 = Let setup modify AUTOEXEC.BAT
- # 102 = Save required changes to AUTOEXEC.<#>
- # 103 = Do not make any changes
- [SdShowFileMods-0]
- nSelection=101
- Result=1
-
- # Enable to install "Licence Use Runtime"
- # Values: 1 = Yes, 0 = No
- [AskYesNo-3]
- Result=1
-