Running the Microsoft SharePoint 2010 Products Preparation Tool with Local Paths on Machines without Internet Connectivity
Running the Microsoft SharePoint 2010 Products Preparation Tool with Local Paths on Machines without Internet Connectivity
One of the questions I’ve received on a few occasions to date is how to run the Microsoft SharePoint 2010 Products Preparation Tool on a machine that does not have a connection to the Internet.
There are two possible methods to working around this scenario:
Manually download on another machine and then install the prerequisite software and configure the Server Roles, Role Services, and Features accordingly.
See the following posts that describe the prerequisite software and accompanying download locations in addition to configuring the required Server Roles, Role Services, and Features for Microsoft SharePoint Foundation and Server 2010.
Configuring the Web and Application Server Roles for Microsoft SharePoint Foundation and Server 2010
Installation Notes for Microsoft SharePoint Server and Microsoft SharePoint Foundation 2010 Beta
The second option is to create and implement an installation file that specifies local or network paths to be used by the Microsoft SharePoint 2010 Products Preparation Tool:
Create the file PrerequisiteInstaller.Arguments.txt and specify the local or network path of the software to be installed that was downloaded through the links provided in the links above.
Create a new text document PrerequisiteInstaller.Arguments.txt in a text editor (Notepad).
Open PrerequisiteInstaller.Arguments.txt and specify the custom paths using the following examples:
/W2K8SP2:
/NETFX35SP1:
/PowerShell:
/WindowsInstaller:
/IDFX:
/Sync:
/ChartControl:
/FilterPack:
/ADOMD:
/SQLNCli:
A single space should separate each switch and argument, I.e. /NETFX35SP1:
For example:
/NETFX35SP1:”\
/ChartControl:”\
/Sync:”\
Save PrerequisiteInstaller.Arguments.txt to the directory where PrerequisiteInstaller.exe resides and run PrerequisiteInstaller.exe or run PrerequisiteInstaller.exe from the Command Prompt and append with the arguments used in PrerequisiteInstaller.Arguments.txt.
PrerequisiteInstaller.exe will use the paths specified in PrerequisiteInstaller.Arguments.txt or the Command Prompt arguments when installing the software prerequisites for Microsoft SharePoint Foundation and Server 2010.
For additional help using the Microsoft SharePoint 2010 Products Preparation Tool from the Command Prompt run PrerequisiteInstaller.exe /?.