Installing IIS6 on a different partion

Create an unattended install file called 'IIS6_Install.txt' on drive C: with the following information:

; IIS 6.0
; Unattended Setup Answer File
;
; For use with Installing IIS 6.0 after the Windows Server 2003
; Operating System has been installed
; Active Server Pages and File Transfer Protocol service enabled

[Components]
aspnet=on
complusnetwork=on
dtcnetwork=off
bitsserverextensionsisapi=off
bitsserverextensionsmanager=off
iis_common=on
iis_ftp=off
fp_extensions=on
iis_inetmgr=on
iis_nntp=off
iis_smtp=on
iis_asp=on
iis_internetdataconnector=off
sakit_web=0ff
tswebclient=off
iis_serversideincludes=off
iis_webdav=off
iis_www=on
appsrv_console=off

[InternetServer]
PathWWWRoot=d:\Inetpub\Wwwroot
PathFTPRoot=d:\Inetpub\ftproot

Call the file using the following command:

Sysocmgr.exe /i:sysoc.inf /u:c:\IIS6_Install.txt/r

or sysocmgr /i:%winnt%\inf\sysoc.inf /u:d:\IIS6_Install.txt

Published Friday, February 29, 2008