[Version]
Signature = "$Windows NT$"

[Global]
; in K2 setup, iis.dll will handle this [Global] section and set setup mode appropriately. 
; Your dont have to worry about this section.
;
; you can specify the mode that setup runs in
; Setup will take on the install modes based on the configuration of target machine
; Fresh, Maintanence, Upgrade
;
; FreshMode = [ Minimal | Typical | Custom ]
; MaintanenceMode = [ AddRemove | RemoveAll ]
; UpgradeMode = [ UpgradeOnly | AddExtraComps ]

; If machine is in FreshMode, but no "FreshMode=" line is specified, then Typical is the default value.

; 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)

; If machine is in UpgradeMode, but no "UpgradeMode=" line is specified, then UpgradeOnly is the default value.

FreshMode = Typical
MaintanenceMode = RemoveAll

[Components]
;<sub-component name>=[ ON | OFF ]
; this [components] section is valid only when 
;FreshMode = Custom
;MaintanenceMode = AddRemove
;UpgradeMode = AddExtraComps

; iis
iis_common = ON
iis_inetmgr = ON
iis_www = ON
iis_ftp = ON
iis_htmla=ON
iis_w3samp = OFF
iis_doc_common = ON
iis_doc_ismcore = ON
iis_doc_asp = ON
iis_doc_sdk = OFF
iis_doc_mm = OFF

; mts
mts_core=on
mts_mmc=on
mts_core_docs=on
mts_mtsdev=off
mts_mtsdev_core=off
mts_mtsdev_core_docs=off
mts_mtsdev_vbaddin=off

; IndexServer components
indexsrv_system   = ON
indexsrv_language = ON
indexsrv_samples  = ON
indexsrv_onlinedoc= ON
indexsrv_language_english_us = ON
indexsrv_language_english_uk       = OFF
indexsrv_language_french_french    = OFF
indexsrv_language_german_german    = OFF
indexsrv_language_italian_italian  = OFF
indexsrv_language_swedish_default  = OFF
indexsrv_language_spanish_modern   = OFF
indexsrv_language_dutch_dutch      = OFF
indexsrv_language_japanese_default = OFF

; FrontPage Extensions
fp_extensions=ON
fp_vid_deploy=OFF


; Cert Server
certsrv = OFF
certsrv_client = OFF
certsrv_server = OFF
certsrv_doc = OFF


; DAC
DAC_ADO_CORE = ON
DAC_DRV_BRAZOS = ON
DAC_DRV_SQLSRV = ON
DAC_DRV_ORACLE = ON
DAC_ADO_DOC = ON
DAC_RDS_11 = OFF
DAC_RDS_CORE ON
DAC_RDS_DOC ON
DAC_RDS_SAMPLE = ON


; Site Analyst
PostAcc = OFF
WebPost = OFF
SA2IIS = OFF
UsageAnalyst = OFF


; SMTP and NNTP
iis_smtp = ON
iis_smtp_docs = ON
iis_nntp = OFF
iis_nntp_docs = OFF


; WSH
wsh_core = ON


; Caesars
iisdbg = ON


; Rasics
COMMONDOC = OFF
CMAKDOC = OFF
CPSDOC = OFF
CIASDOC = OFF
CMAKPROG = OFF
CPSAD = OFF
CPSSRV = OFF
CIASOCM = OFF


; MSMQ requires msmqinst.ini file
Msmq_Server_Core = OFF
Msmq_Admin = OFF
Msmq_SDK = OFF
Msmq_Doc = OFF



[iis]
; Each major component may have it own private data.
;Path =c:\install\path
PathFTPRoot=C:\Inetpub\ftproot
PathWWWRoot=C:\Inetpub\wwwroot
PathPROGRoot=C:\program files


[mts_core]
Path="D:\Program Files\Mts"
;USERID="Interactive User"
;PASSWORD=""


[indexsrv]
;CiCatalogPath=


[certsrv_client]
sharedfolder = C:\Shared


[certsrv_server]
name = my server name
organization = my test org
organizationalunit = my organizational unit
locality = my locality
State = my state
country = US
