Thursday 10 July 2014

Installing SharePoint

Installing SharePoint 2010 in Windows 7 (64 bit)
Microsoft will not allow the SharePoint directly in Windows 7 or Vista; we have to do some tweaks to install SharePoint in Windows 7 and Vista.
Please check below point:
Your Operating system should be 64 bit, 36 bit will not support.
Install below updates from Microsoft.
http://www.microsoft.com/en-us/download/details.aspx?id=8165
Extract the installation files from the setup
Command: Source Directory /extract:Destination directory
Ex: E:\MySoftware\SharePoint2010\SharePointServer /extract:E\SP2010
My Source Directory is: E:\MySoftware\SharePoint2010\SharePointServer
My Destination Directory is: E\SP2010
In the Destination directory find "config.xml" file.
You will get more config.xml files...
But select under setup folder config.xml
Add below command in the config.xml file
<Setting Id=”AllowWindowsClientInstall” Value=”True”/>
before </Configuration> tag
Now Install the prerequisite: PrerequisiteInstallerFiles\FilterPack\ FilterPack.msi
After this install below…
http://go.microsoft.com/fwlink/?LinkID=141237
http://go.microsoft.com/fwlink/?LinkId=123718
http://support.microsoft.com/kb/974405
Now go to start-->Run-->type optionalfeatures
you will get prompt, select all options except FTP Under Internet Information Services. Click OK.
Now run setup.exe
Select Standalone option
Don’t run Configuration wizard.
Download and install: http://support.microsoft.com/kb/970315
Now run Configuration wizard.
All done. You should able to open SharePoint Central admin.
If you are not able to click on central admin links install below.
http://www.microsoft.com/en-us/download/details.aspx?id=17331
You have any issue with database install below.
http://go.microsoft.com/fwlink/?LinkID=122517


Still If you get any problem, Please run below command in Command Prompt
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
Now SharePoint should work perfectly.