转自:http://social.msdn.microsoft.com/Forums/sharepoint/zh-CN/08f90e0f-1f52-4eba-9f6e-4dd635ffaadc/sharepoint-server-2013-offline-installation-without-internet
Step 1: Install Windows Server 2008 R2 with
Service Pack 1 – Enterprise Edition
Step 2: Install the hotfixes
Link: http://dotnetmafia.sys-con.com/node/2418859/blog#
Step 3: Install SQL Server 2008 R2
Step 4: Download all the prerequisites (Required
for offline installation)
Step 5: Copy all the prerequisites
in prerequisitesinstallerfiles folder present
in the SharePoint Server 2013 Setup folder location
Step 6: Create arguments file and place it in the
same folder where prerequisiteinstaller.exe is present
Steps for creating argument file is as follows
- Using a text editor, create a new text document named
PrerequisiteInstaller.Arguments.txt. Save this file to the same
location as PrerequisiteInstaller.exe. This file will contain the
switches and arguments that are used when you run the Microsoft
SharePoint Products Preparation Tool.
- Using a text editor, edit
PrerequisiteInstaller.Arguments.txt and provide file paths to the
installation source for each prerequisite switch by using the
following syntax:
/switch: <path>
Where /switch is a valid
switch and <path> is a path
of the installation source.
The following example shows a complete arguments file that
uses a file share as a common installation point. Do not include
carriage returns in your file.
/PowerShell:"<path>\WINDOWS6.1-KB2506143-x64.msu" /NETFX:"<path>\dotNetFx45_Full_x86_x64.exe" /IDFX:"<path>\Windows6.1-KB974405-x64.msu" /sqlncli:"<path>\sqlncli.msi" /Sync:"<path>\Synchronization.msi" /AppFabric:"<path>\setup.exe" /IDFX11:"<path>\Microsoft Identity Extensions.msi" /MSIPCClient:"<path>\msipc.msi" /WCFDataServices:"<path>\WcfDataServices.exe" /KB2671763:"<path>\AppFabric1.1-RTM-KB2671763-x64-ENU.exe
- After you finish editing
PrerequisiteInstaller.Arguments.txt, save your edits, and verify
that this file is in the same directory as
PrerequisiteInstaller.exe.
Use the following procedure to install the
prerequisites.
Step 7: To install the prerequisites using
an arguments file
- Run PrerequisiteInstaller.exe at the command prompt to
install the prerequisites.
|
If you are prompted to
click Finish to
restart the system, do not do so. Instead,
click Cancel. For more
information, see Known
issues you continue with the next
step. |
- Restart the system manually.
- At the command prompt type the following command and then
press Enter:
PrerequisiteInstaller.exe
Step 8: Install SharePoint Server 2013
RTM
Step 9: Select Standalone option
Step 10: Follow the solution to the below errors
for completing the installation and configuration
Handling Errors while installing (Stand-Alone)
SharePoint 2013
While installing SharePoint 2013 for a Stand-Alone setup on a
non-domain based VM you might encounter some issues like the
below
- Service running under Network Service Account in
workgroup environment is not
supported
- ErrorCode<UnspecifiedErrorCode>: SubStatus
<ES0001>: The Workstation service has
not been started
- The SDDL string contains an invalid sid or a sid that
cannot be translated. Parameter name:
sddlForm
Solution:
Stand-Alone option
will install SQL Server Express Edition on the VM and user installing
must have sufficient rights (Setup admin) on the database. In order to
give the permissions / rights, install SQL Server 2008 R2 Management
Studio and provide access as shown below. Access the below from you
SQL Server Management Studio using
(.\SharePoint) instance > Security
> Logins > {logged in user account} > Server Roles
>
- Services required to run the Configuration Wizard
- AppFabric Caching Service
- SQL Server Agent
(SHAREPOINT)