Installing SharePoint 2010 on 64 Bit Windows 7
See this article from Microsoft for instructions : http://msdn.microsoft.com/en-us/library/ee554869.aspx
1. Install this WCF hotfix (http://go.microsoft.com/fwlink/?LinkID=166231)
2. Install the ADO.NET Data Services Update for .NET Framework 3.5 SP1 to enable REST-based data services (http://go.microsoft.com/fwlink/?LinkId=163524)
3. Extracting the setup.exe ISSUES.
If you can’t extract, because you get the message “the installation of this package failed”
Then, MAKE SURE you have the speech marks in the command line!! i.e.
“C:\SharePointFiles\SharePointServer.exe“ /extract:“C:\SharePointFiles“
Either get controller errors, or a message about the command line “Setup controller command-line help”
Instead amend this config file:
C:\SharePointFiles\Files\Setup\config.xml
To add the extra line at the bottom – as per the Microsoft installation guide, in the Configuration tag.
4. Run the pre-requisite installer from the command line :
\PrerequisiteInstallerFiles\FilterPack\FilterPack.msi
5. Install the Microsoft Sync Framework (http://go.microsoft.com/fwlink/?LinkID=141237)
6. Install the SQL Server Native Client (http://go.microsoft.com/fwlink/?LinkId=123718)
7. Install Windows Identity Foundation Windows6.1-KB974405-x64.msu (http://support.microsoft.com/kb/974405)
8. Install Chart Controls (http://go.microsoft.com/fwlink/?LinkID=122517)
9. Install SQL Server Analysis Services – ADOMD.Net (http://download.microsoft.com/download/A/D/0/AD021EF1-9CBC-4D11-AB51-6A65019D4706/SQLSERVER2008_ASADOMD10.msi)
10. Run this in a command prompt – REMOVE LINE BREAKS
start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;
IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;
IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;
IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-HealthAndDiagnostics;
IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ManagementScriptingTools;
IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;
IIS-RequestFiltering;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;
IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-IIS6ManagementCompatibility;
IIS-Metabase;IIS-WMICompatibility;WAS-WindowsActivationService;WAS-ProcessModel;
WAS-NetFxEnvironment;WAS-ConfigurationAPI;WCF-HTTP-Activation;
WCF-NonHTTP-Activation
11. Check that the windows features are enabled – see the MSDN article to show which ones. The command above should’ve started the necessary features.
12. Restart the PC
13. Run the setup.exe to start the installation – add the licence key. Install as a standalone.
14. If using a local SQL database, you may need to install SQL Server 2008 KB 970315 x64 (http://support.microsoft.com/kb/970315)
15. Run the Product and Technologies configuration wizard
After this, you should be able to see your new SharePoint site D
