Category Archives: Installation

Install SharePoint 2013 Public Beta on Windows Server 2012 RC – Part V – Installation of SharePoint 2013 on Windows Server 2012 RC

Now that the prerequisites are done it is time to start the installation of SharePoint 2013. First off we will have to some configuration changes.

The first thing we will do is creating a farm account to run Central Administration and the farm services.

Open Active Directory Users or Computer by doing the following:

  1. Go to the Start Menu by using the Windows button or by going to the low left corner with your mouse.
  2. With the Start Menu open select “Active Directory Users and Computers”.

Open the Users OU and use your other mouse button to add a new user. When you have the “New Object – User” window open create the following user.

First name Last name User Logon name User logon name
SharePoint Farm svc_spfarm svc_spfarm

Make sure you select the options:

  • User cannot change password.
  • Password never expires.

Next up is the configuration of a SQL Alias. We will create a SQL alias to be able to migrate the SQL Databases to another Virtual machine if we want.

  1. Go to the Start Menu by using the Windows button or by going to the low left corner with your mouse.
  2. With the Start Menu open use your other mouse button and select “All apps”.
  3. Open “Command Prompt” and type in cliconfg.
  4. Within SQL Server Client Network Utility go to the Alias tab and click add.
  5. Type in a Alias Name (SQL2012_SP) and fill in the server name of the server that host SQL in our case it will be the local machine.
  6. Also select the following Network library type : TCP/IP.
  7. Select “Ok”  to add the alias and select “Apply” and “Ok” to close the configuration wizard.

SharePoint-2013---Alias-Configuration

With these configuration steps done it is time to mount the image and start the setup of SharePoint 2013.

During the first step of the installation you will have to insert you product key. I received my product key to mail. Fill it in and press “Continue”.

SharePoint-2013---Product-key

Accept the license terms and select “Continue”  again.

SharePoint-2013---License-Terms

The next screen will give you the option to change the file location. For this machine we will leave it to default and start the installation.

SharePoint-2013---File-location   SharePoint-2013---Installation

When the installation is finished the “Run the Configuration Wizard” screen will open. Leave the check box checked and click “Close”.

SharePoint-2013---Run-Configuration-Wizard

The configuration wizard will be opened. On the welcome screen click “Next”.

SharePoint-2013---Configuration-Wizard   SharePoint-2013---Welcome-Warning

When you click next the same warning screen will appear as it did with SharePoint 2010 since this is a new installation we can ignore this message and click “Ok”. The next step gives you the option to connect to an existing farm or to create a new server farm. Since this is a new installation we will select “create a new server farm”.

SharePoint-2013---Configuration-Option

In the next step we will to specify the SharePoint SQL server and the name for the configuration database. We also need to specify the Database access account.

Fill in the following information:

Database server: SQL2012_SP (This is the alias we created)

Database name: SharePoint_Config

Username: dev\svc_spfarm

Password: *********

SharePoint-2013---Database-Settings

On the next step we need to specify the passphrase we want to use when we want to add another server to the farm. Use a a known password that you will remember and click next.

SharePoint-2013---Passphrase

The next step in the wizard will allow you to configure Central Administration. Use a port number u find handy and select NTLM authentication for this demo machine.

SharePoint-2013---Central-Administration  SharePoint-2013---Summary

A summery of the configuration will follow. Check all of the settings and click on “Next” to start the configuration.

SharePoint-2013---Configuration  SharePoint-2013---Configuration-Succesfull

When the configuration is finished the successful window will be shown. Click finish to close the wizard, automatically a explorer window will be opened that opens Central Administration. With a model dialog asking if you want to help improve SharePoint. Select “Yes, I am willing to participate” and click “Ok”.

When the model dialog is closed you will get the option to start the configuration wizard to configure the farm. Select the option “No, I will configure everything myself”.

SharePoint-2013---Configuration-Wizard-Central-Admin

The Central Administration home screen will be opened.

SharePoint-2013---Central-Admin

In the next post we will start the configuration of the different SharePoint 2013 Services.

Install SharePoint 2013 Public Beta on Windows Server 2012 RC – Part III – Installation of SQL Server 2012 on Windows Server 2012 RC

With the new version of SharePoint almost in Public Beta (I have hopes it will be this month) it is time to show how you can install it on the Release Candidate of Windows Server 2012.

Since the new version of SharePoint isn’t there yet this series of blog post will continue with the Installation of SQL Server 2012 on Windows Serve 2012 RC. After this post the following post will follow:

  • Part IV – Installation of the Prerequisites on Windows Server 2012 RC
  • Part V – Installation of SharePoint 2013 on Windows Server 2012 RC
  • Part VI – Configuring SharePoint 2013 on Windows Server 2012 RC

So let us begin with booting up the Virtual Machine we got this far and add the ISO of SQL Server 2012 to the machine.

When continuing from the previous blog post the “Server Manager” will be opened. Close the Server Manager and open “Active Directory Users and Computers” to create the service accounts we need for the installation of SQL Server:

To open Active Directory Users or Computer do the following:

  1. Go to the Start Menu by using the Windows button or by going to the low left corner with your mouse.
  2. With the Start Menu open select “Active Directory Users and Computers”.

Open the Users OU and use your other mouse button to add users:

new-users

When you have the “New Object – User” window open create the following users:

First name Last name User Logon name User logon name
SQL DB Engine svc_sqldbengine svc_sqldbengine
SQL Reporting svc_sqlreporting svc_sqlreporting
SQL Agent svc_sqlagent svc_sqlagent

 

Make sure you select the options:

  • User cannot change password.
  • Password never expires.

This will make sure the password of the accounts will not be reset or be disabled.

new-user

When the accounts are created it is time to start the installation of SQL server. Run the Setup wizard that’s on the SQL Server 2012 CD / DVD.

When you run the setup the SQL Server Installation Center will open. Press the Installation option on the left and then select “New SQL Server stand-alone installation or add feature to an existing installation”.

SQL-Installation-Center        SQL-Installation-Center---Installation

The installation setup will start with running a few startup rules. When you have passed all of the rules click Ok to continue with the installation.

Setup-Support-Rule

A new window will open and ask for your product key. If your product key hasn’t been filled in yet fill it in and continue by clicking next. On the next step accept the license terms and click next again.

Pre-Setup-Wizard-step-Product-key

The wizard will now start installing the required files for the installation and will start up another wizard. This wizard will automatically check the conditions of the server.

Setup-Support-Rules

Most of the the the wizard will give two warnings:

  1. Computer domain controller: You can ignore this warning because we will use this pc as a development pc. For production servers never install SQL on a domain controller this is for security reasons.
  2. Windows Firewall: This warning states that the Firewall is blocking SQL server. Because the machine will be a one machine farm we can ignore this warning. When you are creating a farm with multiple pc’s you will have to open the SQL server port. By default this is: 1433.

Because we can ignore the warnings we will click next and proceed to the next step. The next step will give us the option to select the installation type. You will have three options:

  1. SQL Server Feature Installation: This option will give you the possibility to install specific features of SQL Server.
  2. SQL Server PowerPivot for SharePoint: This option will give you the possibility to install PowerPivot for SharePoint.
  3. All Features with Defaults.

Setup-Type

We will select the first option: “SQL Server Feature Installation” because we want to install SQL server and select the features we want. We do not want to install everything because this can downgrade the performance of our virtual machine.

In the next step we can select the features we want to install. We will select the following features:

  • Database Engine Services.
    • SQL Server Replication
    • Full-Text and Semantic Extractions for Search
    • Data Quality Services
  • Management Tools – Basic
    • Management Tools – Complete

At the moment we will not install “Reporting Services Add-in for SharePoint Products” because we do not have a instance running of SharePoint server. Click next to continue with the installation.

SQL-Server-Feature-Selection

The wizard will perform a couple of checks based on the features you have selected. If you pass all of the Rules click next to continue to the Instance Configuration. On the instance configuration screen you have the option to change the name of the SQL Server Instance. We will keep the default settings and click “next”  to continue.

Instance-Configuration

The Disk Space Requirements Step will show you if you have enough hard drive space to install SQL server if you pass this step click next to continue. This will bring us to the “Server Configuration” step. In this step we will have to fill in the accounts and passwords for the services.

Disk-Space-Requirements   Server-Configuration

Fill in the accounts that we have created in the first step:

Service Account Name
SQL Server Agent svc_sqlagent
SQL Server Database Engine svc_sqldbengine

 

When you proceed you will have the option to select the authentication mode off SQL Server and were the data files are saved. For now we will leave it to the default settings and we will only fill in the SQL Server Administrators. I always fill in the BUILTIN\Administrators group but because were are installing it on a domain controller it cannot find this group that’s why we will just add the current user.

Database-Engine-Configuration

Now that we have configured these last steps we are almost finished with the installation. The next step can be ignored and you can simple click next. The wizard will again check a few rules, when you pass these rules click next to go to the confirmation screen.

Error-Reporting   Installation-Configuration-Rules

In the confirmation window check every setting and click “Install”  to start the installation.

SQL-Server-2012-Installation  Installation-Complete

When the installation is complete you can close the wizard. You can then op SQL Server management studio by following these steps:

  1. Go to the Start Menu by using the Windows button or by going to the low left corner with your mouse.
  2. With the Start Menu open select “SQL Server Management Studio”.

SQL-Server-Management-Studio

With SQL Server installed we can start the Installation of SharePoint 2013. We will start this fourth part of the blog series when the SharePoint 2013 Public Beta is released.

Install SharePoint 2013 Public Beta on Windows Server 2012 RC – Part II – Installation of Active Directory and DNS Services on Windows Server 2012 RC

6With the new version of SharePoint almost in Public Beta (I have hopes it will be this month) it is time to show how you can install it on the new Release Candidate of Windows Server 2012.

Since the new version of SharePoint isn’t there yet this series of blog post will continue with Installation of Active Directory and DNS Services on Windows Serve 2012 RC. After this post the following post will follow:

  • Part III – Installation of SQL Server 2012 on Windows Server 2012 RC
  • Part IV – Installation of the Prerequisites on Windows Server 2012 RC
  • Part V – Installation of SharePoint 2013 on Windows Server 2012 RC
  • Part VI – Configuring SharePoint 2013 on Windows Server 2012 RC

So let us begin with the activation of the Active Directory role on Windows Server 2012 RC. So start up your Virtual Machine and log in to Windows Server 2012.

When continuing from the previous blog post the “Server Manager” will be opened. If it does not open it.

ServerManagerStart

Since we did not rename the machine in the previous post we will start by renaming the server. Select “Local Server”  within the server manager and click on your existing “Computer Name”. This will open  an new window.

Server-Manager-Change-Hostname

In the new window click on the “Change”  button to change the computer name. Another window will open that gives you the option to fill in your computer name. For my virtual machine I choose “DEV_BETA”.

Server-Manager-Change-Hostname-2

With the new name filled in click on “OK” to close the window. You will then get a warning message that you must restart your computer  to apply the changes. Click “OK”  again.

Restart-after-Hostname-change

When you virtual machine is restarted open the server manager and select “Local Server”. We will now add a static IP address to the server for the DNS. Click on “IPv4 address assigned” next to “ Ethernet” to open the “Network Connections” screen. On the network connections screen select the internal network card with your second mouse button and open the properties.

For this demo environment we will disable the IPv6 option and alter the IP address of the IPv4 option.

Set-Local-IP-Adress

It does not matter to which address you change your local IP address. Close all off the windows and return to the Server Manager.

On the right top side of the “Server Manager”  you will see an option called “Manage”  click on this option and then select “Add Roles and Features”.

Server-Manager-Add-Role

The “Add Roles and Features Wizard” will start up with the Splash screen on which you can select “Next”.

Add-Role-Splash-Screen

In the next step you will be offered the choice to select the type off installation you want to perform. This different types give you the option to install on a running machine, virtual machine or on a offline virtual hard disk. Since we will be installing it on the local machine select the option “Role-based or feature-based installation” and click “Next”.

Add-Role-Installation-Type

Another new step in the wizard is the Server Selection step. This step offers you the option to select a Running machine of Virtual Hard disk to install on. We will just select our current server from the server pool and continue with the wizard.

Add-Role-Server-Selection

The next step finally offers us the possibility to select the roles we want to install. Select the “Active Directory Domain Services” role and the “DNS Server”  role. They will both give us a warning informing that they need to install required features.

Add-Role-Active-Directory-Selected   Add-Role-DNS-Selected

On both the warning messages click “Add Features” and continue to the “Features” step.

At the moment we do not have to have any features so we will just click “Next”.

Add-Role-Features

After the features step we will get two steps informing us about the Active Directory Domain Services and the DNS Server. On both steps click “Next” to proceed to the installation.

Add-Role-Ad-Services  Add-Role-DNS-Services

On the “Confirmation” screen click “Install” to start the installation. Wait till installation is finished to close the “Add Roles and Features Wizard”.

Add-Role-Installation-Finished

Now that the roles are installed we still need to configure active directory. With the wizard closed you will be back at the “Server Manager”. The Server Manager now haves a few more menu options on the left side of the screen. Select “AD DS” to start with the configuration of AD.

Server-Manager-AD-RS

At the top of the screen you will see a yellow status bar stating that you have to configure Active Directory. At the end of the status bar click more to open the details.

ADRS-Promoted-Domain

The message that you will find states that you will have to perform the post-deployment configuration. You can start this configuration by selecting the action on the same row called: “Promote this server to a domain”.

With this action clicked the “Active Directory Domain Services Configuration Wizard” will start in which we will configure the domain.

AD-RS-add-Forest

The first step offers the option to join a existing forest or to create a new forest. Since this is the first server we will have to create a new forest and insert a root domain name for our domain. Lets call it dev.local.

Domain-Controller-Options

In the next step we will have to choose a domain functional level and forest function level. We will set this option to Windows Server 2012 Release Candidate. We set this to the new version because it will give us the newest advanced features within the domain.

Fill in the password you would like to use for the Directory Restore Mode to proceed to the next step. This step gives the option to set up DNS delegation. Since we will not use this option leave it to default and click “Next”.

AD-RS-DNS-Settings

Depending on the root domain name you chose three steps back the wizard will try to generate a NetBIOS name. Check if the name is correct. In my installation it generated the NetBIOS name “DEV” which is correct for me. If the name isn’t correct, you can change it.

AD-RS-NetBios

Next up is setting the location where Active Directory will save his files. It will save files for:

  • The Active Directory Database
  • The Active Directory Log Files
  • The Active Directory SYSVOL (The SYSVOL folder is a public folder that will contain the public system files for the domain).

For now we can leave these locations to the default and continue to the review step.

AD-RS-File-Settings

On the review step check the filled in information. If everything is correct click “Next” to start the configuration of your Domain services.

AD-RS-Review

Before the configuration of the domain services starts it will run a prerequisites step. Check if there aren’t any significant warnings / errors and if there are not any continue by clicking “Install”.

AD-RS-Warning-and-Errors

After the installation the server will restart and you will have to login to the Domain. You can do this by using the same administrator password as before. But you will now be a Domain Administrator.

Login-to-Domain

To alter the Active Directory Users or Computer do the following:

  1. Go to the Start Menu by using the Windows button or by going to the low left corner with your mouse.
  2. With the Start Menu open select “Active Directory Users and Computers”.

or

  1. Open the Server Manager
  2. Select “Tools” on the Tap bar.
  3. Select “Active Directory Users and Computers” from the “Tools” menu.

Active-Directory-User-and-Computer---Windows-Server-2012

To alter the DNS configuration do the following:

  1. Go to the Start Menu by using the Windows button or by going to the low left corner with your mouse.
  2. With the Start Menu open select “DNS”.

or

  1. Open the Server Manager
  2. Select “Tools” on the Tap bar.
  3. Select “DNS” from the “Tools” menu.

DNS---Windows-Server-2012

This was the second post in a series of 6 posts. In the next post I will show you how to install SQL Server 2012 on Windows Server 2012 RC.

Install SharePoint 2013 Public Beta on Windows Server 2012 RC – Part I – Installation of Windows Server 2012 RC

With the new version of SharePoint almost in Public Beta (I have hopes it will be this month) it is time to show you how you can install it on the new Release Candidate of Windows Server 2012.

Since the new version of SharePoint isn’t there yet this series of blog post will begin with installing Windows Server 2012 RC on a Virtual Machine. After this post the following post will follow:

  • Part II – Installation of Active Directory and DNS Services on Windows Server 2012 RC
  • Part III – Installation of SQL Server 2012 on Windows Server 2012 RC
  • Part IV – Installation of the Prerequisites on Windows Server 2012 RC
  • Part V – Installation of SharePoint 2013 on Windows Server 2012 RC
  • Part VI – Configuring SharePoint 2013 on Windows Server 2012 RC

So let us begin with the installation of Windows Server 2012 RC. First off make sure you have a ISO available of Windows Server 2012 RC. If you don not have the image already download it from the Microsoft site:

http://www.microsoft.com/en-us/server-cloud/windows-server/2012-default.aspx

When you have downloaded the image you can create a new virtual machine and assign a appropriate amount of memory. I have created my VM with 6 GB of memory.

VM-Settings

Attach the image file to the virtual machine and then boot it. It will automatically boot the installation wizard of Windows Server 2012 with the language selection screen.

language-selection-screen

With the right language selected click ‘Next’  to proceed to the next step. The next step is easiest step of the installation. You only have to press the button “Install now”.

Install-now-step

When “Install now” is pressed the installation medium will load the actual setup files. In the mean time it will show you a dark blue screen with the waiting mouse cursor and the text “Setup is Starting”.

Setup-is-Starting

When all the files are loaded it is time to begin the actual setup of Windows. Basically the complete setup really look like the installation of Windows Server 2008 R2 so I think you can guess what is coming next.

Operating-System-Selection

Yep…. It is the Operating System selection screen. The only version available at the moment is the Windows Server 2012 Release Candidate Datacenter edition. You still have to take a good look because the installation disc also has the Server Core Installation. Choose the “ Server with a GUI” option and click next. Accept the license and again click next to go to the installation type screen.

Installation-Type

Like the installation of Windows 7 and Windows Server 2008 R2 you have the option to upgrade your current Operation System. Since this is a complete new installation we choose for “Custom: Install Windows Only (Advanced)”.

In the next screen you will be asked to select the disk you would like to use for your installation. Select the right disk and click on “Next” .

Disk-Selection

After you selected the disk Windows will start installing the files to the specified disk.

Installation

When the installation is done the server will reboot and starts preparing Windows. Just like the old version you then will be asked to give in your Administrator password.

Administrator-Password

When you click the “Finish” the setup will finalize. After the finalization you will see the new ctrl+alt+delete screen.

ctrl-alt-delete-screen

Press ctrl+alt+delete and login to the server the desktop will be loaded and you are ready to start installing new windows component with the new Server Manager.

Windows-Server-Desktop

Like described at the top of the post this is the first post in a series of 6 posts. In the next post I will show you how to install the Active Directory component and the DNS component on Windows Server 2012 RC.

Installation of Microsoft SharePoint Server 2010

Update: Since a few weeks I’m using Windows Server 2008 R2 with Hyper-V installed. This option works far better then VirtualBox. Besides this I also installed a Solid State Disk (This really increases the performance). To use Windows Server 2008 R2 as a desktop read the following article: Using Windows Server as a Desktop Operating System April 22 Microsoft released the RTM version of SharePoint Server 2010. For this occasion I have set up a new environment, and will share the setup with you guys. When you want to install a SharePoint Server 2010 environment you will have to check if you meet up with the software and hardware requirements from Microsoft. These requirements can be found here. Since my installation will be a development environment everything will be installed on a single virtual machine. For the creation of the virtual machine I have used the latest version off VirtualBox. I gave the virtual machine a fixed-sized storage off 40 GB. On the first run of the virtual machine I entered the setup disc of Windows Server 2008 R2 x64. When the installation was complete I edited the roles off the server and gave the server the following roles:
  • Domain server
  • Application server
  • Web server

When I was finished with the configuration off the roles. I looked at TechNet to find some information about the users you will have to configure for the SharePoint 2010 installation and I found some great articles for setting up the user rights and the accounts you need for the installation:

After I read the information I started the installation off SQL Server 2008 and SQL Server 2008 SP1. The information stated that you have to have a SQL Server running SP1 Cumulative Update 2. So I downloaded the SP1 Cumulative Update 2 from the Microsoft site. But you can also install SQL Server 2008 R2 (RTM will appear on MSDN on 3 May by the way :) ):

Since the pop3 service isn’t in Windows Server 2008 I also installed a application that can be used for the mail.

When you follow the guides from TechNet you will setup the rights in the right way and you can start with the installation of SharePoint. When you insert the SharePoint Server 2010 installation disc / iso it will startup with a splash screen:

splash

As you can see you will have several options on this splash screen. You can choice to review the hardware and software requirements and the installation guide if you haven’t read my links to TechNet yet. To begin the installation we will have to install the software prerequisites.To to install them click on ‘Install software prerequisites’.

softwareprerequisites

The Microsoft SharePoint 2010 Products Preparation will install all of the software prerequisites. If you click on next the tool will start downloading all of the prerequisites you don’t have on the server. After downloading those it will automatically start the installation of the prerequisites.

Downloading

When the installation off the prerequisites is complete you will have to check the screen if all installations were successful. If there was an installation unsuccessful don’t continue with the installation because it can break the complete SharePoint installation and you will have to start over. Try to fix it by reading the log files.

prerequisitesCompleted

When the installation off the software prerequisites is completed you can start with the installation of the SharePoint 2010 binaries. To start the installation you will have to click on ‘Install SharePoint Server’ on the splash screen. The first thing you will have to do is insert the product key.

ProductKey

After you have entered your key you will have to accept the License Terms:

LicenceTerms-isntall

When you have accepted the license terms and have clicked continue you will have the option to change the file location. If you want you can set the file location to another folder but for my environment I have kept the default settings.

FileLocation

After you click on ‘Install Now’ the installation will start running.

SharepointInstallation

After a while the installation is complete and you will have the ability to finish the installation. On last screen you will also have a checkbox to Run the SharePoint Products Configuration Wizard. You can also uncheck this checkbox and run it from the start menu: Start – All Programs – Microsoft SharePoint 2010 Products – SharePoint 2010 Products Configuration Wizard. For now we will keep the checkbox checked and click on ‘Close’.

FinishInstallation

The SharePoint Products Configuration Wizard will start up with the following screen.

SharePointProductsConfigurationWizard

When you click next the Configuration Wizard will give you a warning that it may have to reset several services. Since this is our first installation we can ignore this message and click on ‘Yes’.

ResetServices

When we have clicked ‘Yes’ the configuration wizard will ask us if we would like to connect to a existing server farm. Since we don’t have a server farm we will click on ‘Create a new server farm’ and click on ‘Next’.

ConnectToAServerFarm

On the next screen you can specify the configuration database settings. Here you will have to fill in the Database server and the name of the Configuration Database. Besides that you will also have to provide the account that are needed to access the database be aware that this account will also be used as the application pool account for Central Administration.

ConfigurationDatabaseSettings

When you have filled in all the settings and you have clicked on ‘Next’ you will see that the SharePoint 2010 Configuration Wizard has a screen that the SharePoint 2007 Configuration has not. On this screen you will have to provide a password for the farm that you will have to use when you want to connect a new server to the farm.

FarmSecuritySettings

On the next you will have to setup the Central Administration Web Application by providing a port number you want to run the Central Administration Web Application under and you will also have to provide which authentication provider you would like to use. If you choice to use Kerberos you will also have to create Service Principal Names (SPN). In this article you can read how this can be done.

AdministrationWebApplication

When you click on ‘Next’ you will see a summary of all the properties you have filled in. Check these settings and click on ‘Next’ to run the configuration wizard.

CompletingConfigurationWizard

ConfiguringSharePointProducts

When the configuration wizard is complete you have a new SharePoint development environment were in you can create new web applications.

ConfigurationSuccessfull

In the future I will also write several guides to create several service applications. For now Happy SharePointing.

Problems with Re-installing Windows SharePoint Services

Problems can occur when you are trying to re-install Windows SharePoint Services. The problem occurred when I was trying to install the Dutch version off WSS after I uninstalled the English version.

The Installation of WSS went ok, but when I tried to configure WSS it did not worked correctly.

After some searching I found out that WSS installs his own SQL Server instance but does not uninstall the instance when you remove WSS.

But how do you remove this instance? You cannot uninstall this instance with the normal tools of SQL Server 2005 so you have to do this another way.

1) Using regedit to locate the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

2) Under this registry key search for “Embedded”. On the left side of the screen, click the GUID that is found with the search. Copy the value under the key named: “UninstallString”.

3) Go to the command prompt and then paste the string. Now, write the following after the string and press enter:

CALLERID=OCSETUP.EXE

4) An Uninstall program will start.

Know you have uninstalled the instance and you can safely install your version off WSS.

Windows SharePoint Services on Vista

It has been there for a while WSS on Vista but I never tried it out. Last night I had some spare time so I thought let’s give it a try on my home desktop machine where I’m running Vista Business.

At first I thought I would get in a lot of trouble installing WSS on my Vista Machine, but after installing IIS it all went like a charm. After IIS I downloaded SQL 2008 Express edition from the Microsoft site and installed it on my machine. After that I was ready to begin with the installation of WSS.

I followed the steps that are explained on the Community site of Bamboo:
BamBoo How To Install WSS on Vista

After I followed those steps it worked great and I am now using my desktop PC for development against the SharePoint object model.

Tanks Bamboo for this great solution, and for all the SharePoint guys that have vista installed, you should really try this out!

Useful things for your SharePoint VPC

On several sites there are postings about tools you could have on you SharePoint development VPC. That’s why I thought lets post what I have got on my development VPC. If you do not have a Virtual PC with SharePoint you can take a look at the following posts of Tony Zink. He made 20 posts for making your own VPC with SharePoint (I made my VPC with that article):

How to Create a MOSS 2007 VPC Image, The whole nine yards

In the article you will see that you have to run windows update so that you have all the current updates available for windows 2003. I mainly work in an environment where I can’t access windows update, when you are also in an environment like this you can try: Autopatcher

If you have you SharePoint VPC some useful tools can be installed on it to make development much easier: