You can use a batch file with Setup to control the Setup process and the Windows Update Setup Wizard for Internet Explorer and Internet Tools. The following table shows the sections and entries for the batch file. For more information about how to use a batch file, see Using Batch Mode Setup.
Batch file entry | Description |
---|---|
[Options]
|
|
SaveUninstallInfo=[0,1]
|
Determines whether or not information about removing components is stored.
|
ExtraSection=
|
Runs the sections specified in the Iesetup.inf file. Separate sections with commas (for example, section1,section2,section3).
|
Quiet=[A,C,U]
|
Represents quiet mode, in which the installation is run with little or no input from the user.
|
ShowErrors=[0,1]
|
Determines whether or not Setup errors are displayed to the user.
|
[Welcome]
|
|
Display=[0,1]
|
Determines whether or not the initial Setup screen is displayed on the user's computer.
|
[SetupChoice]
|
|
Display=[0,1]
|
Determines whether or not the screen on which users can choose the Setup option whether or not to customize Setup is displayed on the user's computer.
|
SetupChoice=[0,1]
|
Determines which Setup option is chosen.
|
[Custom]
|
|
Display=[0,1]
|
Determines whether or not the Component Options screen, in which users can select components and click Advanced to specify more options, is displayed on the user's computer.
|
InstallDir=foldername
|
Specifies the folder for installing files. If you do not include this setting, Setup uses the current settings in the Iesetup.inf file. If you have installed an earlier version of Internet Explorer, Setup installs into the same folder as the earlier version.
|
InstallDirRO=[0,1]
|
Specifies whether or not the user can change the installation folder.
|
UseInfInstallDir=[0,1]
|
Specifies the folder into which Internet Explorer is installed.
|
SetupMode=[0,1,2]
|
Specifies what kind of installation will be performed.
|
SetupModeRO=[0,1]
|
Determines whether or not the user can change the Setup type.
|
Component=[Comma-separated list of component IDs]
|
|
ComponentListRO=[0,1]
|
|
DownloadOnly=[0,1]
|
Determines whether or not Internet Explorer is just downloaded, or downloaded and installed.
|
DownloadOnlyRO=[0,1]
|
Determines whether or not the user can specify that files are downloaded or downloaded and installed.
|
IECompat=[0,1]
|
Determines whether or not Internet Explorer 5 is installed on the same computer as Internet Explorer 4, so that functionality from both programs is available.
|
IECompatRO=[0,1]
|
Determines whether or not the user can specify if Internet Explorer 5 will be installed with Internet Explorer 4.
|
IECompatShow=[0,1]
|
Determines whether or not the Compatibility check box, which enables users to run Internet Explorer 5 side-by-side with Internet Explorer 4, is displayed.
|
ShowAdvanced=[0,1]
|
Determines whether or not the Advanced button is displayed on the Component Options screen in the Windows Update Setup wizard. Clicking the Advanced button displays the Download only, Compatibility, and Don't associate file types options.
|
IEDefault=[0,1]
|
Determines whether or not Internet Explorer is the default browser.
|
IEDefaultRO=[0,1]
|
Specifies whether or not users can determine if Internet Explorer is their default browser.
|
[Download]
|
|
Display=[0,1]
|
Determines whether or not the option to download or install files is displayed on the user's computer.
|
DownloadDir=foldername
|
Specifies the folder for downloading files. If you do not include this setting, Setup creates a folder named Windows Update Setup Files on the drive that has the most disk space.
|
DownloadDirRO=[0,1]
|
Specifies whether or not users can change the folder where their files are downloaded.
|
DownloadOS=[0,1,2,3]
|
Specifies that files for a specific operating system are downloaded; this setting is valid only if you are downloading but not installing files (DownloadOnly=1).
|
DownloadOSRO=[0,1]
|
Determines whether or not users can specify the operating system of the files that are downloaded to their computer.
|
[DownloadSite]
|
|
Display=[0,1]
|
Determines whether or not the download sites are displayed to the user.
|
DownloadLocation=URL
|
Specifies the address of the Web site that users download .cab files from, if you are distributing from the Web. If you used Display=0 for this section, or any switch that would result in this page not being displayed, you should enter a download site.
|
DownloadSiteList=URL
|
Specifies the location for the list of download sites; by default, this list is the Ie5sites.dat file. If you do not include this setting, Setup uses the current settings in the Iesetup.inf file.
|
[PrepareSetup]
|
|
Display=[0,1]
|
Determines whether or not the Preparing Setup screen is displayed on the user's computer.
|
[Diskspace]
|
|
Display=[0,1]
|
Specifies whether or not to display on the user's computer the amount of disk space needed.
|
[Progress]
|
|
Display=[0,1]
|
Specifies whether or not to display the installation progress to the user.
|
[RebootPartial]
|
|
Display=[0,1]
|
Determines whether or not the Installation Incomplete screen appears if a component fails to install.
|
[Finish]
|
|
Display=[0,1]
|
Specifies whether or not to display the message that the computer is restarting after Setup.
|
[Reboot]
|
|
Reboot=[0,1]
|
Specifies whether or not to restart the computer after Setup.
|
[Upgrade]
|
|
ReinstallAll=[0,1]
|
Specifies whether or not to reinstall all components if Setup is run a second time.
|