diff --git a/Documentation/Installation/images/Manual/Thumbs.db b/Documentation/Installation/images/Manual/Thumbs.db
new file mode 100644
index 00000000000..2fce17a093f
Binary files /dev/null and b/Documentation/Installation/images/Manual/Thumbs.db differ
diff --git a/Documentation/Installation/images/WebMatrix/Thumbs.db b/Documentation/Installation/images/WebMatrix/Thumbs.db
new file mode 100644
index 00000000000..b0ae9302322
Binary files /dev/null and b/Documentation/Installation/images/WebMatrix/Thumbs.db differ
diff --git a/Documentation/Installation/images/WebMatrix/web-start.png b/Documentation/Installation/images/WebMatrix/web-start.png
index 4d729566bac..0e09f1faf17 100644
Binary files a/Documentation/Installation/images/WebMatrix/web-start.png and b/Documentation/Installation/images/WebMatrix/web-start.png differ
diff --git a/Documentation/Installation/images/WebMatrix/webmatrix3-database.PNG b/Documentation/Installation/images/WebMatrix/webmatrix3-database.PNG
new file mode 100644
index 00000000000..0902bce0ee3
Binary files /dev/null and b/Documentation/Installation/images/WebMatrix/webmatrix3-database.PNG differ
diff --git a/Documentation/Installation/images/WebMatrix/webmatrix3-install-complete.PNG b/Documentation/Installation/images/WebMatrix/webmatrix3-install-complete.PNG
new file mode 100644
index 00000000000..025deef5211
Binary files /dev/null and b/Documentation/Installation/images/WebMatrix/webmatrix3-install-complete.PNG differ
diff --git a/Documentation/Installation/images/WebMatrix/webmatrix3-localhost.PNG b/Documentation/Installation/images/WebMatrix/webmatrix3-localhost.PNG
new file mode 100644
index 00000000000..b0eb2099f0f
Binary files /dev/null and b/Documentation/Installation/images/WebMatrix/webmatrix3-localhost.PNG differ
diff --git a/Documentation/Installation/images/WebMatrix/webmatrix3-start.PNG b/Documentation/Installation/images/WebMatrix/webmatrix3-start.PNG
new file mode 100644
index 00000000000..9c11306027f
Binary files /dev/null and b/Documentation/Installation/images/WebMatrix/webmatrix3-start.PNG differ
diff --git a/Documentation/Installation/install-umbraco-with-microsoft-webmatrix.md b/Documentation/Installation/install-umbraco-with-microsoft-webmatrix.md
index a906ebe009e..8d0cff81044 100644
--- a/Documentation/Installation/install-umbraco-with-microsoft-webmatrix.md
+++ b/Documentation/Installation/install-umbraco-with-microsoft-webmatrix.md
@@ -1,43 +1,62 @@
-#Install Umbraco with Microsoft Webmatrix
+#Install Umbraco with Microsoft WebMatrix
Follow these simple steps to be up and running with WebMatrix quickly and easily. The benefit of using WebMatrix is that it is super simple to get up and running.
-##Download and launch webmatrix
+##Download and Launch WebMatrix 3
-1. Go to [http://www.microsoft.com/web/webmatrix/](http://www.microsoft.com/web/webmatrix/) and download WebMatrix for Free
-1. Once installed launch WebMatrix and from the four options shown - choose the option labelled **Site From Web Gallery**
+1. Go to [http://www.microsoft.com/web/webmatrix/](http://www.microsoft.com/web/webmatrix/) and download WebMatrix 3 for free.
- 
+1. Once installed, launch WebMatrix.
-1. In the search box in the top right hand corner, type **Umbraco**
-1. From the results select the item marked **Umbraco CMS**
+1. From the three options shown, choose the option **New**. Then choose **App Gallery**.
+
+ 
+
+1. In the search box in the top right hand corner, type "Umbraco".

-1. In the **Site Name** box give your site an appropriate name and click **Next**
-1. Accept the license in the next step by clicking **I Accept**
+1. From the results select the item marked **Umbraco CMS**. Click **Next**.
- *The list of items may be more than just Umbraco as shown in the screenshot. This is because WebMatrix uses the Web Platform installer behind the scenes to install Umbraco and will also download any other software that is required in order for the website to run.*
+1. In the **Site Name** box give your site an appropriate name and click **Next** again.
-1. WebMatrix will download the required files to run Umbraco, once done you will be prompted with a confirmation message.
+ *The list of items may be more than just Umbraco as shown in the screenshot. This is because WebMatrix uses the Web Platform installer behind the scenes to install Umbraco and will also download any other software that is required in order for the website to run.*
-1. Once completed you need to launch the website from WebMatrix.
- 1. Click the Sites section in the lower left hand corner
- 1. Then click on the URL such as `http://localhost:22830`
*Port number may be different as it is random*
- 1. The Web installer for Umbraco will now launch inside your default browser
+1. The next screen presents you with two options for the database to be used by Umbraco. Choose the option marked **SQL CE Server (Installed)** and click **Next**. This is the quickest and easiest option to get started with Umbraco - especially for small sites - and uses a file stored on disk as the database.
+
+ 
+
+ *If you need to migrate your database from SQL CE Server to the full edition of SQL Server, you can do it at a later point.*
+
+1. Accept the licensing terms and conditions by clicking **I Accept**.
+1. WebMatrix will download the required files to run Umbraco. Once done you will see a confirmation message.
+
+ 
+
## Umbraco Web Installer
-This section continues from where we left off but covers the installation and configuration of Umbraco inside your web browser, when you run Umbraco for the first time.
+This section continues from where we left off but covers the installation and configuration of Umbraco inside your web browser when you run Umbraco for the first time.
+
+1. Once completed you may need to launch the website from WebMatrix. (WebMatrix may also launch the site automatically upon completion of installation.)
+ 1. Click the Sites section in the lower left-hand corner.
+ 1. Then click on the URL such as `http://localhost:22830`
*Port number may be different as it is random*.
+ 1. The Web installer for Umbraco will now launch inside your default browser.
+ 
+
1. You will see the welcome screen. After reading through the page click **Lets get started!**

-1. On the next screen you are presented with four options for configuring the database to be used by Umbraco. Choose the option marked **I want to use SQL CE 4** and click **Install**. This is the quickest and easiest option to get started with Umbraco, especially for small sites, and uses a file stored on disk as the database.
+
+1. On the next screen, review the licensing terms and conditions and click **Accept and Continue**.
+
+1. On the next screen you are presented with four options for configuring the database to be used by Umbraco. Choose the option marked I want to use SQL CE 4 and click Install. This is the quickest and easiest option to get started with Umbraco, especially for small sites, and uses a file stored on disk as the database.
*If you need to migrate your database from SQL CE to SQL Server you can do it at a later point.*

-1. You will be shown the progress bar during the database installation, once done click **Next**
+
+ 1. You will be shown the progress bar during the database installation, once done click **Next**

@@ -47,7 +66,7 @@ This section continues from where we left off but covers the installation and co
1. From this next step you can decide if you want to install a starter kit. A starter kit installs an example site for you which allows you to pull it apart and learn how Umbraco works.
-1. After deciding whether to skip or install a starter kit you are now finished!
+1. After deciding whether to skip or install a starter kit you are finished!
1. Now click the **Set up your new website** to be logged into the Umbraco back-office.
@@ -58,4 +77,4 @@ This section continues from where we left off but covers the installation and co
### Congratulations, you have installed an Umbraco site!
### Note
-*You can log into your Umbraco site by entering the following into your browser - http://yoursite.com/umbraco/*
\ No newline at end of file
+*You can log into your Umbraco site by entering the following into your browser: http://yoursite.com/umbraco/*