Run the Prerequisite Installer in offline mode (FAST Search Server 2010 for SharePoint)
Gilt für: FAST Search Server 2010
Letztes Änderungsdatum des Themas: 2016-11-29
The Prerequisite Installer, by default, downloads components from the Microsoft Download Center to the server on which you are installing FAST Search Server 2010 for SharePoint. This requires Internet access and Windows Firewall open on port 80.
If the server where you are running the Prerequisite Installer does not have Internet access, you can use the Prerequisite Installer in offline mode.
To install prerequisites using the offline mode, follow these steps:
Manually download each prerequisite applicable to your operating system.
Copy the prerequisites to the server where you will run the Prerequisite Installer.
From a command prompt, run the Prerequisite Installer, and specify each prerequisite as a command-line option.
The following table specifies the relevant command-line options:
Command-line option | Description | Prerequisite downloads | Operating system |
---|---|---|---|
/IDFX:file |
Identity foundation (KB 974405) |
Windows 2008 SP2 |
|
/IDFXR2:file |
Identity foundation (KB 974405) |
Windows 2008 R2 |
|
/VCCRedistPack:file |
Microsoft Visual C++ 2008 SP1 Redistributable Package (x64) |
Windows 2008 SP2 / Windows 2008 R2 |
|
/NETFX35SP1:file |
Microsoft .NET Framework 3.5 SP1 |
Windows 2008 SP2 / Windows 2008 R2 |
|
/PowerShell:file |
Windows PowerShell 2.0 |
Windows 2008 SP2 |
|
/KB976394:file |
Hotfix for Microsoft Windows (KB976394) |
Windows 2008 SP2 |
|
/KB976462:file |
Hotfix for Microsoft Windows (KB976462) |
Windows 2008 R2 |
To see all Prerequisite Installer command-line options, run the following command from a command prompt:
PrerequisiteInstaller.exe /?
The following example installs the prerequisites on Windows 2008 R2:
PrerequisiteInstaller.exe /IDFXR2:"C:\Windows6.1-KB974405-x64.msu" /VCCRedistPack:"C:\vcredist_x64.exe" /NETFX35SP1:"C:\dotnetfx35setup.exe" /KB976462:"C:\Windows6.1-KB976462-x64.msu"