home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 May / Chip_1999-05_cd.bin / zkuste / PersWebServer / unattend.txt < prev    next >
Windows Setup INFormation  |  1997-11-10  |  2KB  |  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 | 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. ; pws
  33. iis_common = ON
  34. iis_www = ON
  35. iis_pwmgr = ON
  36. iis_doc_common = ON
  37. iis_doc_pwmcore = ON
  38. iis_doc_asp = OFF
  39.  
  40. ; mts
  41. mts_core=on
  42. mts_core_docs=on
  43. mts_mtsdev=on
  44. mts_mtsdev_core=on
  45. mts_mtsdev_core_docs=on
  46. mts_mtsdev_vbaddin=on
  47.  
  48. ; FrontPage Extensions
  49. fp_extensions=ON
  50. fp_vid_deploy=OFF
  51.  
  52. ; DAC
  53. DAC_ADO_CORE = ON
  54. DAC_DRV_BRAZOS = ON
  55. DAC_DRV_SQLSRV = ON
  56. DAC_DRV_ORACLE = ON
  57. DAC_ADO_DOC = ON
  58. DAC_RDS_11 = OFF
  59. DAC_RDS_CORE ON
  60. DAC_RDS_DOC ON
  61. DAC_RDS_SAMPLE = ON
  62.  
  63. ; MSMQ requires msmqinst.ini file
  64. Msmq_Server_Core = OFF
  65. Msmq_Admin = OFF
  66. Msmq_SDK = OFF
  67. Msmq_Doc = OFF
  68.  
  69. ; Rasics
  70. COMMONDOC = OFF
  71. CMAKPROG = OFF
  72. CMAKDOC = OFF
  73.  
  74.  
  75. [iis]
  76. ; Each major component may have it own private data.
  77. ;Path =c:\install\path
  78. PathWWWRoot=E:\MyInetpub\wwwroot
  79. PathPROGRoot=E:\MyProgRoot
  80.  
  81. [mts_core]
  82. Path="C:\Program Files\Mts"
  83. USERID="Interactive User"
  84. PASSWORD=""
  85.