Unattended Install of IIS 2.0ID: Q170867
|
Internet Information Server (IIS) can be installed automatically in unattended setup mode as part of a Windows NT 4.0 unattended install or as a standalone unattended install.
For an unattended install of IIS without using Windows NT unattended
install (standalone).
;Begin File
[Network]
InstallInternetServer = IISSettings
;*Note, InstallInternetServer is referring to the section name of the
;unattend.txt file that contains the installation options you define.
;The section name can be changed.
;The next section contains the IIS installation options
[IISSettings]
; the following settings default to 1, a value of 0 makes the setting
FALSE.
InstallINETSTP=0 | 1
InstallADMIN=0 | 1
InstallWWW=0 | 1
InstallW3SAMP=0 | 1
InstallHTMLA=0 | 1
InstallFTP=0 | 1
InstallGOPHER= 0 | 1
InstallODBC=0 | 1
; default to %WinDir%\system32\inetsrv
InstallDir=
; default to %SystemDrive%\INetPub\wwwroot
WWWRoot=
; default to %SystemDrive%\INetPub\gophroot
GopherRoot=
; default to %SystemDrive%\INetPub\ftproot
FTPRoot=
; default to IUSR_MachineName
GuestAccountName=IUSR_Account
; default to a random-generated value
GuestAccountPassword=aaabbbccc
;End of file
INETSTP.EXE /N /B <full path of unattend.txt> /Z <IISSectionName>
http://www.microsoft.com/ntworkstation
[Network]
DoNotInstallInternetServer = ""
Keywords : kbsetup iissetup
Version : 2.0
Platform : winnt
Issue type :
Last Reviewed: May 5, 1999