home *** CD-ROM | disk | FTP | other *** search
/ Programming with VisualAge for Java / IBMVJAVA.ISO / icswin95 / setup.iss < prev    next >
Text File  |  1997-04-10  |  4KB  |  134 lines

  1. ### SETUP.ISS ##########################################################
  2. # InstallShield silent install file for IBM Internet Connection Server #
  3. # Modify a copy of this file to use in automated installations         #
  4. # Command line: SETUP -S -F1<path\issfile> [-F2<path\logfile>]         #
  5. ########################################################################
  6.  
  7. ### Do not modify [Begin] ##############################################
  8. [InstallShield Silent]
  9. Version=v3.00.000
  10. File=Response File
  11.  
  12. [Application]
  13. Name=Internet Connection Server
  14. Version=4.2.1.1
  15. Company=IBM
  16.  
  17. # List of dialogs shown by Setup
  18. [DlgOrder]
  19. Dlg0=AskOptions-0
  20. Dlg1=AskDestPath-0
  21. Dlg2=ShowDlgEdit6-0
  22. Dlg3=ShowDlgEdit6-1
  23. Dlg4=SelectFolder-0
  24. Dlg5=AskYesNo-0
  25. Dlg6=AskYesNo-1
  26. Dlg7=ShowDlgEdit6-2
  27. Dlg8=AskYesNo-2
  28. Dlg9=SdShowFileMods-0
  29. Dlg10=AskYesNo-3
  30. Count=11
  31. ### Do not modify [End] ################################################
  32.  
  33. ### Setup options ######################################################
  34. # The following contains options which would normally be specified in  #
  35. # dialog boxes throughout an interactive setup.  Use the defaults or   #
  36. # modify the values to customize an automated installation.            #
  37. # (Values after "szPath=", "szEdit<#>=", and "szResultFolder=" can be  #
  38. #  changed as desired.)                                                #
  39. # (Lines containing brackets or "Result=1" should remain unchanged)    #
  40. ########################################################################
  41.  
  42. # Select Components
  43. # Sel-0 : Base Component
  44. # Sel-1 : Security Component (Secure server only)
  45. # Sel-2 : Service Component
  46. # Values: 1 (install this component), 0 (do not install)
  47. [AskOptions-0]
  48. Result=1
  49. Sel-0=1
  50. Sel-1=1
  51. Sel-2=1
  52.  
  53. # Destination Directory
  54. [AskDestPath-0]
  55. szPath=C:\WWW\
  56. Result=1
  57.  
  58. # Component Directories
  59. # szEdit1 : Admin Directory
  60. # szEdit2 : Executables Directory
  61. # szEdit3 : CGI Executables Directory
  62. # szEdit4 : Documentation Directory
  63. # szEdit5 : HTML Directory
  64. [ShowDlgEdit6-0]
  65. szEdit1=C:\WWW\Admin\
  66. szEdit2=C:\WWW\Bin\
  67. szEdit3=C:\WWW\CGI-Bin\
  68. szEdit4=C:\WWW\Docs\
  69. szEdit5=C:\WWW\HTML\
  70. Result=1
  71.  
  72. # Component Directories (continued)
  73. # szEdit1 : Icon and Graphics Directory
  74. # szEdit2 : Labels Directory
  75. # szEdit3 : Logs Directory
  76. # szEdit4 : Trusted Servlets directory
  77. # szEdit5 : Servlets directory
  78. [ShowDlgEdit6-1]
  79. szEdit1=C:\WWW\Icons\
  80. szEdit2=C:\WWW\Labels\
  81. szEdit3=C:\WWW\Logs\
  82. szEdit4=C:\WWW\Servlets\Public\
  83. szEdit5=C:\WWW\Uninst\
  84. Result=1
  85.  
  86. # Choose Program Folder
  87. # Program Folder names can not be greater than 30 characters
  88. [SelectFolder-0]
  89. szResultFolder=IBM Internet Connection Server
  90. Result=1
  91.  
  92. # Keep any existing config file
  93. # Values: 1 = Yes, 0 = No
  94. [AskYesNo-0]
  95. Result=0
  96.  
  97. # Keep any existing PICS config file
  98. # Values: 1 = Yes, 0 = No
  99. [AskYesNo-1]
  100. Result=0
  101.  
  102. # szEdit1 : Hostname - Enter "<default>" for automatic hostname detection
  103. # szEdit2 : HTTP Port
  104. # szEdit3 : SSL Port (Secure server only)
  105. # szEdit4 : Keyfile (Secure server only)
  106. # szEdit5 : Administrator ID
  107. # szEdit6 : Administrator Password
  108. [ShowDlgEdit6-2]
  109. szEdit1=<default>
  110. szEdit2=80
  111. szEdit3=443
  112. szEdit4=C:\WWW\Bin\keyfile.kyr
  113. szEdit5=webadmin
  114. szEdit6=webibm
  115. Result=1
  116.  
  117. # Enable Java servlet support
  118. # Values: 1 = Yes, 0 = No
  119. [AskYesNo-2]
  120. Result=1
  121.  
  122. # Update Environment (Windows 95 only)
  123. # Values: 101 = Let setup modify AUTOEXEC.BAT
  124. #         102 = Save required changes to AUTOEXEC.<#>
  125. #         103 = Do not make any changes
  126. [SdShowFileMods-0]
  127. nSelection=101
  128. Result=1
  129.  
  130. # Enable to install "Licence Use Runtime" 
  131. # Values: 1 = Yes, 0 = No
  132. [AskYesNo-3]
  133. Result=1
  134.