home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 9 / IOPROG_9.ISO / contrib / iis4 / setup.cab / unattend.txt < prev    next >
Encoding:
INI File  |  1997-09-03  |  2.3 KB  |  85 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 | ReinstallFile | ReinstallComplete | 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. ; If machine is in MaintanenceMode, but no "MaintanenceMode=" line is specified, then ReinstallComplete is the default value.
  18. ; If machine is in UpgradeMode, but no "UpgradeMode=" line is specified, then UpgradeOnly is the default value.
  19.  
  20. FreshMode = Custom
  21. MaintanenceMode = RemoveAll
  22.  
  23. [Components]
  24. ;<sub-component name>=[ ON | OFF ]
  25. ; this [components] section is valid only when 
  26. ;FreshMode = Custom
  27. ;MaintanenceMode = AddRemove
  28. ;UpgradeMode = AddExtraComps
  29.  
  30. ; iis
  31. iis_common = ON
  32. iis_inetmgr = ON
  33. iis_www = ON
  34. iis_ftp = ON
  35. iis_htmla=ON
  36. iis_w3samp = OFF
  37. iis_doc_common = ON
  38. iis_doc_ismcore = ON
  39. iis_doc_asp = OFF
  40. iis_doc_sdk = OFF
  41. iis_doc_mm = OFF
  42.  
  43. ; mts
  44. mts_core=on
  45. mts_mmc=on
  46. mts_core_docs=on
  47. mts_mtsdev=on
  48. mts_mtsdev_core=on
  49. mts_mtsdev_core_docs=on
  50. mts_mtsdev_vbaddin=on
  51.  
  52. ; IndexServer components
  53. indexsrv_system   = ON
  54. indexsrv_language = ON
  55. indexsrv_samples  = ON
  56. indexsrv_onlinedoc= ON
  57. indexsrv_language_english_us = ON
  58. indexsrv_language_english_uk       = OFF
  59. indexsrv_language_french_french    = OFF
  60. indexsrv_language_german_german    = OFF
  61. indexsrv_language_italian_italian  = OFF
  62. indexsrv_language_swedish_default  = OFF
  63. indexsrv_language_spanish_modern   = OFF
  64. indexsrv_language_dutch_dutch      = OFF
  65. indexsrv_language_japanese_default = OFF
  66.  
  67. ; FrontPage Extensions
  68. fp_extensions=ON
  69. fp_vid_deploy=OFF
  70.  
  71. [iis]
  72. ; Each major component may have it own private data.
  73. ;Path =c:\install\path
  74. PathFTPRoot=E:\MyInetpub\ftproot
  75. PathWWWRoot=E:\MyInetpub\wwwroot
  76. PathPROGRoot=E:\MyProgRoot
  77.  
  78. [mts_core]
  79. Path="C:\Program Files\Mts"
  80. USERID="Interactive User"
  81. PASSWORD=""
  82.  
  83. [indexsrv]
  84. ;CiCatalogPath=
  85.