home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / setup.cab / unattend.txt < prev    next >
Windows Setup INFormation  |  1997-11-10  |  3KB  |  163 lines

  1. [Version]
  2. Signature = "$Windows NT$"
  3.  
  4. [Global]
  5. ; in K2 setup, iis.dll will handle this [Global] section and set setup mode appropriately. 
  6. ; Your donÆt have to worry about this section.
  7. ;
  8. ; you can specify the mode that setup runs in
  9. ; Setup will take on the install modes based on the configuration of target machine
  10. ; Fresh, Maintanence, Upgrade
  11. ;
  12. ; FreshMode = [ Minimal | Typical | Custom ]
  13. ; MaintanenceMode = [ AddRemove | RemoveAll ]
  14. ; UpgradeMode = [ UpgradeOnly | AddExtraComps ]
  15.  
  16. ; If machine is in FreshMode, but no "FreshMode=" line is specified, then Typical is the default value.
  17.  
  18. ; If machine is in MaintanenceMode, but no "MaintanenceMode=" line is specified, then There is no default value and you will get an error message in the registry. ;(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OC Manager\MasterInfs\Errors)
  19.  
  20. ; If machine is in UpgradeMode, but no "UpgradeMode=" line is specified, then UpgradeOnly is the default value.
  21.  
  22. FreshMode = Typical
  23. MaintanenceMode = RemoveAll
  24.  
  25. [Components]
  26. ;<sub-component name>=[ ON | OFF ]
  27. ; this [components] section is valid only when 
  28. ;FreshMode = Custom
  29. ;MaintanenceMode = AddRemove
  30. ;UpgradeMode = AddExtraComps
  31.  
  32. ; iis
  33. iis_common = ON
  34. iis_inetmgr = ON
  35. iis_www = ON
  36. iis_ftp = ON
  37. iis_htmla=ON
  38. iis_w3samp = OFF
  39. iis_doc_common = ON
  40. iis_doc_ismcore = ON
  41. iis_doc_asp = ON
  42. iis_doc_sdk = OFF
  43. iis_doc_mm = OFF
  44.  
  45. ; mts
  46. mts_core=on
  47. mts_mmc=on
  48. mts_core_docs=on
  49. mts_mtsdev=off
  50. mts_mtsdev_core=off
  51. mts_mtsdev_core_docs=off
  52. mts_mtsdev_vbaddin=off
  53.  
  54. ; IndexServer components
  55. indexsrv_system   = ON
  56. indexsrv_language = ON
  57. indexsrv_samples  = ON
  58. indexsrv_onlinedoc= ON
  59. indexsrv_language_english_us = ON
  60. indexsrv_language_english_uk       = OFF
  61. indexsrv_language_french_french    = OFF
  62. indexsrv_language_german_german    = OFF
  63. indexsrv_language_italian_italian  = OFF
  64. indexsrv_language_swedish_default  = OFF
  65. indexsrv_language_spanish_modern   = OFF
  66. indexsrv_language_dutch_dutch      = OFF
  67. indexsrv_language_japanese_default = OFF
  68.  
  69. ; FrontPage Extensions
  70. fp_extensions=ON
  71. fp_vid_deploy=OFF
  72.  
  73.  
  74. ; Cert Server
  75. certsrv = OFF
  76. certsrv_client = OFF
  77. certsrv_server = OFF
  78. certsrv_doc = OFF
  79.  
  80.  
  81. ; DAC
  82. DAC_ADO_CORE = ON
  83. DAC_DRV_BRAZOS = ON
  84. DAC_DRV_SQLSRV = ON
  85. DAC_DRV_ORACLE = ON
  86. DAC_ADO_DOC = ON
  87. DAC_RDS_11 = OFF
  88. DAC_RDS_CORE ON
  89. DAC_RDS_DOC ON
  90. DAC_RDS_SAMPLE = ON
  91.  
  92.  
  93. ; Site Analyst
  94. PostAcc = OFF
  95. WebPost = OFF
  96. SA2IIS = OFF
  97. UsageAnalyst = OFF
  98.  
  99.  
  100. ; SMTP and NNTP
  101. iis_smtp = ON
  102. iis_smtp_docs = ON
  103. iis_nntp = OFF
  104. iis_nntp_docs = OFF
  105.  
  106.  
  107. ; WSH
  108. wsh_core = ON
  109.  
  110.  
  111. ; Caesars
  112. iisdbg = ON
  113.  
  114.  
  115. ; Rasics
  116. COMMONDOC = OFF
  117. CMAKDOC = OFF
  118. CPSDOC = OFF
  119. CIASDOC = OFF
  120. CMAKPROG = OFF
  121. CPSAD = OFF
  122. CPSSRV = OFF
  123. CIASOCM = OFF
  124.  
  125.  
  126. ; MSMQ requires msmqinst.ini file
  127. Msmq_Server_Core = OFF
  128. Msmq_Admin = OFF
  129. Msmq_SDK = OFF
  130. Msmq_Doc = OFF
  131.  
  132.  
  133.  
  134. [iis]
  135. ; Each major component may have it own private data.
  136. ;Path =c:\install\path
  137. PathFTPRoot=C:\Inetpub\ftproot
  138. PathWWWRoot=C:\Inetpub\wwwroot
  139. PathPROGRoot=C:\program files
  140.  
  141.  
  142. [mts_core]
  143. Path="D:\Program Files\Mts"
  144. ;USERID="Interactive User"
  145. ;PASSWORD=""
  146.  
  147.  
  148. [indexsrv]
  149. ;CiCatalogPath=
  150.  
  151.  
  152. [certsrv_client]
  153. sharedfolder = C:\Shared
  154.  
  155.  
  156. [certsrv_server]
  157. name = my server name
  158. organization = my test org
  159. organizationalunit = my organizational unit
  160. locality = my locality
  161. State = my state
  162. country = US
  163.