Installing Sharepoint on Windows 7 - sharepoint

I have Windows 7 installed on my laptop. I want to know what is the best way to install MOSS 2007 on my laptop?
I heard that MOSS 2007 can be directly installed on Windows 7. I want to know if there are ny problems if I do this
Or should I install Windows SErver 2008 on VM and then install MOSS 2007 on Windows Server 2008. Is it possible to install Windows Server 2008 VM on Windows 7??
Please let me know the best option...

MOSS 2007 can be installed on Windows Vista/7 but it's not supported and at your own risks (here is the link but it doesn't work righ now: http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx)
It is possible to installed Windows Server 2008 on Windows 7, but you'll need a x64 version of 2008. You'll have to use VMWare or Virtual Sunbox which will need a lot of extra ressources.
Unless you have a really powerful computer, the best choice is a dual boot Win7 / Windows 2008.
Note: With SharePoint 2010, it is supported to install SharePoint directly on Windows 7.

Related

SharePoint Development on Windows 7

I am about to install SharePoint Foundation for development purposes on my Windows 7 x64.
I will be using Visual Studio 2010.
Beside other things, MS site says:
If you use Windows 7 or Windows Vista for your development environment, you should have access to a test environment that has the same operating system installed as your production environment.
I am not sure what does it exactly mean by "you should have access to test environment"?
Will I be able to compile, run debug and test web parts and other stuff?
Are there any significant limitations for Win 7 and SP Foundation for development?
Since SharePoint production OS should be win2008+ by saying "the same operating system" they mean win2008+, neither win7 or Vista should be used as testing servers. This passage means that there should be another server that will be win 2008 and will host SharePoint and this server should be the one you should test your solutions on.
p.s. yes. there are some low level differences between sharepoint hosted on win7 and win 2088. but you will be able to do all the stuff you want on win 7 too.

Windows server 2008 OR 2008 R2 SP1 for SharePoint 2010

Could anyone suggest me on this- we have sharepoint 2007 running on win server-2008 64bit
and we are about to upgrade to 2010 sharepoint, problem is do we keep the 2008 64bit as is or
upgrade to R2 and install SP 2010 on it.
obviously R2 must be more reliable than 2008 but just asking if we can we just upgrade
2008 to R2 with out a new server?
any help is appreciated!
Consider
Have the 2008 installation been unreliable and if so is it really windows? If it has it might be time to buy some new hardware
Are you worried about the support and update cycle for windows 2008? Obviously the ones for R2 will extend further into the future
However, If it's a dedicated SharePoint server machine that has been running just fine I see little or no reason to upgrade to R2.
If you choose to keep your server upgrading to Windows 2008 R2 remember to install the sp2 for SharePoint 2007 (wss3) BEFORE you upgrade.
Windows SharePoint Services 3.0 Service Pack 2 (SP2) - English
http://www.microsoft.com/downloads/details.aspx?FamilyID=79bada82-c13f-44c1-bdc1-d0447337051b&displaylang=en
When i first started doing sp2010, i used windows2008. That was a real pain, things were just buggy. As soon as i moved to r2, no more bugs. So i would say go with r2. It also means you can install r2 sp1.

Sharepoint's installation

I'm a newbie in Sharepoint 2010 and need some help.
I have downloaded two programs från Microsoft Academy for students
*SharePoint Designer 2010 (x86 - English)
*SharePoint Server 2010 (x64) - DVD (English)
Which of these programs do I need I started installing?
I also heard that you need to have a server in order to use Sharepoint. In my case I only have a Dell laptop (XPS M1710) with XP pro.
can I still use Sharepoint with full utilization without using a server?
// Fullmetalboy
SharePoint 2010 Server is 64-bit only, and can only be installed on a Windows Server unless you do a SKU Hack. Even then, I doubt it will want to install on Windows XP. Vista or Windows 7 is going to be required.
The designer is used purely as a simple content editor for an existing SharePoint installation.

Can I install and run SharePoint Server 2007 or 2010 on Windows 7 Professional?

Can I install and run SharePoint Server 2007 or 2010 on Windows 7 Professional?
Yes, it's a little obscure (the method to do it) but perfectly feasible. I have my development machine setup with windows 7 enterprise and SP 2010 using this MSDN article:
http://msdn.microsoft.com/en-us/library/ee554869%28office.14%29.aspx
It must be a x64 os though. Ask away if I can help with anything else. (I found it very slow at first, then upgraded from 4 to 8gb ram)
Of course. I've installed SP 2007 on vista, but it's the same steps on win7 too. http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx
Happy SharePoint-ing

Sharepoint 2010 development on Windows XP 32-bit?

Possible or not?
I know Sharepoint 2010 Server won't even run on a client side of Vista/Windows 7 64-bit, forget about Windows XP 32-bit.
But if I can install and use Visual Studio 2010 on Windows XP just fine, shouldn't Sharepoint development tools also work on Windows XP 32-bit?
The thing is I have a very old laptop (from 2005) that doesn't even support 64-bit architecture so I am stuck with WinXP 32bit.
If there is any way at all of (Remote?) Sharepoint development on Windows XP 32-bit with VS2010 please let me know.
Most of what the developer tools offer you make two assumptions:
You are running on a 64-bit architecture
SharePoint is installed side-by-side with Visual Studio
Running on a 32-bit XP machine breaks these assumptions. Many of the built-in Visual Studio productivity aids, such as the deploy and retract commands, will fail. I couldn't even create a project using the SharePoint 2010 project template under similar conditions.
You might make some headway by using regular class library or web application projects, copying SharePoint .dll's from a server's GAC (for use as references) and by manually creating your .ddl and .wsp files using MakeCab (as I did with 2007, with a little help from PowerShell); however, it sounds excruciating compared to running on Vista SP2 X64 or Windows 7 X64 with SharePoint installed.
As per the above answer, VS 2010 SharePoint projects require a local installation of SharePoint. You can use external tools for doing your development, such as WSPBuilder, but I do not recommend this approach. You are best sticking to the MS tools.
Your options are:
Upgrade to Windows 7 x64 or Server 2008 R2
Run VMWare Server (free) which should enable you to run a 64-bit VM on a 32-bit host (I think? Not sure about this assumption actually), and create a VM with Win7 x64 or Win 2008 R2 for SP development.
You can use Win7 64bit as your dev environment
http://msdn.microsoft.com/en-us/library/ee554869.aspx

Resources