Boedus
Posts: 146
Joined: 8.Sep.2006
Status: offline
|
quote:
ORIGINAL: minux Okay. Trying to install ISA Server on my local machine again. But, as I said before, the link to how to start the unattended install is a 404. (The link on the page you linked to). Link is ok fine for me... Unattended setup You can install ISA Server 2004 by using the unattended server setup command. For instructions, see Run ISA Server unattended setup. Note - To perform this procedure, you must be a member of the Administrators group.
Msisaund.ini contains the configuration information that is used by server setup in unattended mode. It has no effect on the standard ISA Server setup. If a value is not specified in this file, a default value is used. The following table describes the entries and values in the Msisaund.ini file of the server. Entry Description PIDKEY Specifies the product ID. This is the 10-digit number located on the back of the ISA Server CD-ROM case. INTERNALNETRANGES Specifies the range of addresses in the Internal network. Msisaund.ini must specify at least one Internet Protocol (IP) address. Otherwise, Setup fails.The syntax is: N From1-To1,From2-To2, … FromN-ToN, where N is the number of ranges, and FromI to ToI are the starting and ending addresses in each range. InstallDir={install_directory} Specifies the installation directory for ISA Server. If not specified, it defaults to the first disk drive with enough space. The syntax is: Drive:\Folder The default folder is: %Program Files%\Microsoft ISA Server COMPANYNAME=Company_Name Specifies the name of the company installing the product. DONOTDELLOGS = {0|1} If set to 1, log files on the computer are not deleted. The default is 0. DONOTDELCACHE = {0|1} If set to 1, cache files on the computer are not deleted. The default is 0. ADDLOCAL= {MSFirewall_Management}, {MSFirewall_Services}, {Message_Screener}, {Publish_Share_Directory}, {MSDE} Specifies a list of components (delimited by commas) that should be installed on the computer. To install all the components, set ADDLOCAL=ALL. REMOVE={MSFirewall_Management}, {MSFirewall_Services}, {Message_Screener}, {Publish_Share_Directory}, {MSDE} Specifies a list of components (delimited by commas) that should be removed from the computer. To remove all the components, set REMOVE=ALL. Note IMPORT_CONFIG_FILE =Importfile.xml Specifies a configuration file to import. For more information about importing a configuration file, see Export and import. Copyright й 2003-2006 Red Line Software
_____________________________
WWW.ITCREME.COM - Online I.T. community --------------------------------------------------------------------- As Jim Harrison use to say: "If we can't fix it, it ain't broken".
|