sp on win 7

Upload: nathan-sinyangwe

Post on 03-Apr-2018

216 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/28/2019 SP On Win 7

    1/8

    The Code Log

    SharePoint, OpenGL, and other random stuff

    SharePoint Foundation 2010 onWindows7

    i7 Votes

    This MSDN article describes in detail how to install SharePoint Foundation 2010 for developmentpurposes on Windows Vista, Windows 7 and Windows Server 2008. The purpose of this post is tofocus on the SharePoint installation on Window 7 only and clear out all the details for the otheroperating systems.

    Download SharePoint Foundation 2010 x64 for free. Note that there is no x86 version ofSharePoint Server, so dont bother setting it up if you have a 32-bit machine.

    1.

    Create a new folder C:\SharePointFiles and copy SharePointFoundation.exe to it.2.Start command prompt, change directory to C:\SharePointFiles and run the followingcommand to extract the SharePointFoundation.exe to C:\SharePointFilesSharePointFoundation.exe /extract:C:\SharePointFiles

    3.

    Open C:\SharePointFiles\files\Setup\config.xml, add a new tag under the element, then save the file. Make sure you copy the below element as is sinceall of the text in the configuration file is case-sensitive.

    4.

    Install the following Prerequisites:5.Microsoft FilterPack 2.0:C:\SharePointFiles\PrerequisiteInstallerFiles\FilterPack\FilterPack.msi

    Microsoft Sync Framework: http://go.microsoft.com/fwlink/?LinkID=141237SQL Server Native Client: http://go.microsoft.com/fwlink/?LinkId=123718Windows Identity Foundation: http://download.microsoft.com/download/D/7/2/D72FD747-69B6-40B7-875B-C2B40A6B2BDD/Windows6.1-KB974405-x64.msu

    WCF Hotfix (KB971831): http://go.microsoft.com/fwlink/?LinkID=166231ADO.NET Data Services Update for .NET Framework 3.5 SP1 to enable REST-based dataservices: http://download.microsoft.com/download/1/3/C/13CBF47A-15D0-4237-ABFC-

    ED6E3E3A6520/Windows6.1-KB976127-v6-x64.msu

    Enable the required windows features by running this batch file: http://cid-e38f9fc6490b29d9.skydrive.live.com/self.aspx/Public/Scripts/EnableSPWinFeatures.bat

    6.

    Restart your computer to complete the changes that you made to Windows Features.7.Install SharePoint 20108.

    Page 1 of 8SharePoint Foundation 2010 on Windows7 The Code Log

    2012/11/14http://mycodelog.com/2010/06/08/spwin7/

  • 7/28/2019 SP On Win 7

    2/8

    Run Setup.exe under C:\SharePointFilesSelect standalone (Windows 7 cant be used for production deployments of SharePoint 2010and its recommended that you use Standalone only)

    After the installation is complete, you will be prompted to start the SharePoint Products andTechnologies Configuration Wizard.

    After a SharePoint solution (.wsp file) is deployed, it recycles the application pool. To improvethe initial page load times, set the optimizeCompilations property of the tag inyour web.config file (C:\inetpub\wwwroot\wss\VirtualDirectories\80\web.config) to true.

    9.

    SharePoint Designer 2010 is also free and can help you better design your SharePoint site(s). Youcan download it here.

    Page 2 of 8SharePoint Foundation 2010 on Windows7 The Code Log

    2012/11/14http://mycodelog.com/2010/06/08/spwin7/

  • 7/28/2019 SP On Win 7

    3/8

    2010

    06/08CATEGORY

    SetupSharePoint

    TAGS

    AllowWindowsClientInstalloptimizeCompilationsSharePoint DesignerSharePointFoundationstandalonewindows 7

    Write comment

    Write commentComments RSS

    Trackback ( 2 )Comments ( 14 )

    1.RaviAugust 1st, 2010

    REPLY

    QUOTEHello Sir,I want to develop an application in .net, that will read XML file. and will convert that code intoany language such as C, C#, Java. But I am not getting How to start..Thank You.

    0

    1iRate This

    About these ads

    Page 3 of 8SharePoint Foundation 2010 on Windows7 The Code Log

    2012/11/14http://mycodelog.com/2010/06/08/spwin7/

  • 7/28/2019 SP On Win 7

    4/8

    2.BasSeptember 13th, 2010REPLYQUOTE

    Hey, I am trying to install spf 2010 on my Windows 7 machine. Works for me till step 4. Ichanged the config.xml file on location C:\SharePointFiles\Files\Setup\config.xml to:

    *Without linebreaks ofcourse.

    When I run the Setup I get the following Setup error:This product requires Windows Server 2008 Service Pack 2 or above.

    Do you have any idea what is going wrong?

    Thank you!

    02

    iRate This

    3.BasSeptember 13th, 2010REPLYQUOTE

    Can I show my code?

    0

    0

    iRate This

    4.BasSeptember 13th, 2010REPLYQUOTE

    Probably not..

    Page 4 of 8SharePoint Foundation 2010 on Windows7 The Code Log

    2012/11/14http://mycodelog.com/2010/06/08/spwin7/

  • 7/28/2019 SP On Win 7

    5/8

    0

    0

    iRate This

    5.Ali BaderEddinSeptember 13th, 2010REPLYQUOTE

    What exactly are you blocked on in step 4?

    0

    0iRate This

    6.AlessandroDecember 21st, 2010REPLYQUOTE

    Hi guys,

    Ill use Sharepoint in my company (~20 users) to act like a ECM, just for document repository,some permission roles, etc.

    I have a Quad-core PC with 4 GB RAM and Win7 64-bits installed. JIRA applications arealready installed on this machine.

    Can I also install the Sharepoint Foundation 2010 for production in this machine, just for 20users??? My question is, will I have performance issues???

    Thank you.

    0

    0

    iRate This

    7.Ali BaderEddinDecember 23rd, 2010REPLYQUOTE

    Page 5 of 8SharePoint Foundation 2010 on Windows7 The Code Log

    2012/11/14http://mycodelog.com/2010/06/08/spwin7/

  • 7/28/2019 SP On Win 7

    6/8

    Alessandro, I dont have an answer to your question. That depends on how much traffic the 20users put on the site.

    I would recommend having 8GB RAM on that machine given that there will be multiple IIS,SQL server, SharePoint timer service and User Code service processes running on that machine.Add to that the JIRA applications that you have, which I have no clue how much memorytheyd consume.

    0

    0

    iRate This

    8.Pachy

    January 19th, 2011REPLYQUOTE

    I did all the steps but i got a blank pagewhat should I do??

    0

    0

    iRate This

    9.Peter Cooper

    January 25th, 2011REPLYQUOTE

    Thanks for this. Was really useful and worked fine for me. You need to watch out if you copy-and-paste the XML line because the quote marks appear as ascii #148.

    0

    0

    iRate This

    10.Doug FisherApril 13th, 2011REPLYQUOTE

    Hi

    Page 6 of 8SharePoint Foundation 2010 on Windows7 The Code Log

    2012/11/14http://mycodelog.com/2010/06/08/spwin7/

  • 7/28/2019 SP On Win 7

    7/8

    I have followed the above procedure but hit two snags:

    1 The batch file returns an error about an incorrect format2 Running Setup.exe gives an error regards the config.xml file. It says it is not valid. I havecopied as instructed, so what is this about?

    My W7 is installed on VM Workstation 7

    Any help is greatly appreciated

    0

    0

    iRate This

    Sharique KhanJuly 12th, 2011REPLYQUOTE

    Hi,

    I was also facing the problem with the config file. The issue is in this blog in the openingquote for attribute is instead of . So if you do a direct copy paste you will encounter theproblem of xml invalid.

    0

    0

    iRate This

    11.mayuri

    September 28th, 2011REPLYQUOTE

    Thank you very much for this post. I was successfully in setting up sp foundation on windows7.

    1

    0

    iRate This

    12.

    Page 7 of 8SharePoint Foundation 2010 on Windows7 The Code Log

    2012/11/14http://mycodelog.com/2010/06/08/spwin7/

  • 7/28/2019 SP On Win 7

    8/8

    Michael J MurtonApril 19th, 2012REPLYQUOTE

    Hi, I am running into the same config.xml invalid error when I try to run setup.exe forSharePoint Foundation 2010. Is there a valid xml file that I can copy and paste? Any help would

    be appreciated. tx Mike

    0

    0

    iRate This

    13.maiomar86

    September 11th, 2012REPLYQUOTE

    Reblogged this on Mai Omar Desouki Avid SharePointer.

    0

    0

    iRate This

    TrackBack URLAugust 2nd, 20121.Trackback from : SharePoint Foundation 2010 install on Windows 7 | Pivotal Solution's BlogSeptember 4th, 20122.Trackback from : Setting Up the Development Environment for SharePoint 2010 on Windows 7 derby leeds blog

    Blog at WordPress.com. | Theme: monochrome by mono-lab.

    Follow

    Follow The Code Log

    Powered by WordPress.com

    Page 8 of 8SharePoint Foundation 2010 on Windows7 The Code Log