You are here:   Research
Register   |  Login
The quickest way to find articles is to use the below search option.

However, if you go to the end of this page, you also find the Blog archive (calendar format) that allows for browsing of older articles.

Search:

The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Jan 1

Written by:
1/1/2013 12:21 PM  RssIcon

Here is a download for deploying a complete ConfigMgr 2012 SP1 infrastructure running on Windows Server 2012 and SQL Server 2012 in either Hyper-V or VMware: One Domain Controller and one ConfigMgr 2012 SP1 member server – Including pre-requisites like .Net Framework, SQL Server 2012 CU2 (or higher, this kit is using SQL Server 2012 CU3) and IIS - all fully automated.

Once configured, the total build time for the full ConfigMgr 2012 SP1 lab environment is about 3 hours (on my laptop).

Download the Hydration Kit for ConfigMgr 2012 SP1 (132 kb).

   

Overview

To build the lab there are three steps you need to do

  1. Download the necessary software
  2. Prepare the Hydration Environment
  3. Deploy the virtual machines

Detailed instructions are further down this page... see the Step-by-Step Guide section

   

The CM01 task sequence, building a complete ConfigMgr 2012 SP1 site server.

   

The readymade applications in the hydration kit.

   

Step-by-Step Guide

Step 1 - Download the necessary software

  1. On the machine (client or server) that you use to manage Hyper-V or VMware, create the C:\Downloads folder.
  2. Download the following software:
  • The Hydration Kit sample files (download)
  • BGInfo
  • MDT 2012 Update 1
  • ADK (run the setup downloader to download the full ADK)
  • SQL Server 2012
  • SQL Server 2012 CU3 (KB 2723749)
  • Windows Server 2012 (trial or full version)
  • System Center 2012 Configuration Manager SP1 + PreReqs

Note: to download the ConfigMgr 2012 SP1 pre-requisites, run the SMSSETUP\BIN\X64\Setupdl.exe application from the ConfigMgr 2012 SP1 installation files, specify a temporary download folder and click Download.

   

Running the Setupdl.exe to download the ConfigMgr 2012 SP1 PreReqs.

   

Step 2 - Prepare the Hydration Environment

Create the hydration deployment share

  1. On the Windows machine that you use to manage Hyper-V or VMware, install ADK (adksetup.exe) selecting only the following components:

    Deployment Tools

    Windows Preinstallation Environment (Windows PE)

  2. Install MDT 2012 Update 1 (MicrosoftDeploymentToolkit2012_x64.msi) with the default settings.
  3. Extract the HydrationCM2012SP1.zip sample file to C:\.
  4. You should now have the following folder containing a few subfolders and PowerShell scripts.

    C:\HydrationCM2012SP1\Source

  5. In an elevated (run as Administrator) PowerShell command prompt, configure Execution Policy in PowerShell by typing the following command:

    Set-ExecutionPolicy Unrestricted –Force

  6. In the PowerShell command prompt, create the hydration deployment share by running the following command

    C:\HydrationCM2012SP1\Source\1_CreateHydrationDeploymentShare.ps1

  7. Merge the hydration kit content with the new deployment share by running the following command:

    C:\HydrationCM2012SP1\Source\2_MergeDeploymentShareWithHydrationKit.ps1

       

Populate the hydration deployment share with the downloaded files

  1. Copy the BGInfo file (bginfo.exe) to the following folder:

    C:\HydrationCM2012SP1\DS\Applications\Install - BGInfo\Source

  2. Copy the ADK installation files to the following folder:

    C:\HydrationCM2012SP1\DS\Applications\Install - ADK\Source

The ADK folder.

  1. Copy the SQL Server 2012 installation files (the content of the ISO, not the actual ISO) to the following folder:

    C:\HydrationCM2012SP1\DS\Applications\Install - SQL Server 2012\Source

  2. Copy the SQL Server 2012 CU3 installation file (SQLServer2012-KB2723749-x64.exe) to the following folder:

    C:\HydrationCM2012SP1\DS\Applications\Install - SQL Server 2012 CU3\Source

  3. Copy the ConfigMgr 2012 SP1 installation files (extract the download) to the following folder:

    C:\HydrationCM2012SP1\DS\Applications\Install - ConfigMgr 2012\Source

  4. Copy the ConfigMgr 2012 SP1 PreReqs files to the following folder:

    C:\HydrationCM2012SP1\DS\Applications\Install - ConfigMgr 2012\PreReqs

  5. Copy the ConfigMgr 2012 SP1 EXTADSCH.exe file (SMSSETUP\BIN\X64) to the following folder:

    C:\HydrationCM2012SP1\DS\Applications\Configure - Extend AD for ConfigMgr 2012\Source

  6. Copy the Windows Server 2012 installation files (the content of the ISO, not the actual ISO) to the following folder:

    C:\HydrationCM2012SP1\DS\Operating Systems\W2012

   

Create the hydration ISO (MDT 2012 Update offline media item)

  1. Using Deployment Workbench (available on the start menu), expand Deployment Shares, and expand Hydration MDT 2012 Update 1.
  2. Review the various nodes. The Applications, Operating Systems and Task Sequences nodes should all have some content in them.


    The Hydration deployment share, listing the task sequences.
     
  3. Expand the Advanced Configuration node, and then select the Media node.
  4. In the right pane, right-click the MEDIA001 item, and select Update Media Content.
    Note: The media update will take a while to run, a perfect time for a coffee break…

After the media update you will have a big ISO (HydrationCM2012SP1.iso) in the C:\HydrationCM2012SP1\ISO folder. The HydrationCM2012SP1.iso should be about 12 GB in size.
 

The HydrationCM2012SP1.iso

   

Step 3 - Deploy the virtual machines

Deploying DC01

  1. Using Hyper-V Manager or VMware Sphere, create a virtual machine with the following settings:

    Name: DC01

    Hard drive: 100 GB (dynamic disk)

    Memory: 1 GB

    Network: Your lab network

    Image file (ISO): C:\HydrationCM2012SP1\ISO\HydrationCM2012SP1.iso

  2. Start the DC01 virtual machine. After booting from HydrationCM2012SP1.iso, and after WinPE has loaded, select the DC01 task sequence.
  3. Wait until the setup is complete and you see the Hydration Complete message in the final summary.
  4. Leave DC01 running while deploying the other virtual machine (CM01).

Deploying CM01

  1. Using Hyper-V Manager or VMware Sphere, create a virtual machine with the following settings:

    Name: CM01

    Hard drive: 300 GB (dynamic disk)

    Memory: 6 GB (6 GB minimum, 16 GB RAM recommended)

    Network: Your lab network

    Image file (ISO): C:\HydrationCM2012SP1\ISO\HydrationCM2012SP1.iso

  2. Start the CM01 virtual machine. After booting from HydrationCM2012SP1.iso, and after WinPE has loaded, select the CM01 task sequence.
  3. Wait until the setup is complete and you see the Hydration Complete message in the final summary.

 

Note: All accounts, including Administrator, have a password of P@ssw0rd.

 

/ Johan

   

    

41 comment(s) so far...


Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

thanks Johan.

eskonr.com/2013/01/hydration-kit-for-sccm-configmgr-2012-sp1-available-for-download/

By eskonr on   1/1/2013 6:02 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

But the SP1 is only available as a Beta download.. ?

By taegan on   1/2/2013 4:00 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Taegan - The final release SP1 is available for use in test environments to those with MSDN and TechNet subscriptions. Expect to see the SP1 media his your MVLS download site for use in production in early January.

By npherson on   1/2/2013 9:44 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

I'm getting errors when deploying the DC: ADDS role configuration with DCPromo failed, rc = 37, Failed to run the action: configure ADDS, Failed to run the action: authorize DHCP. Task sequence execution failed with error code 80004005. Please help. Thank you.

By bartoszt on   1/3/2013 1:18 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

I'm getting errors when deploying the DC: ADDS role configuration with DCPromo failed, rc = 37, Failed to run the action: configure ADDS, Failed to run the action: authorize DHCP. Task sequence execution failed with error code 80004005. Please help. Thank you.

By bartoszt on   1/3/2013 1:29 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Hi bartoszt,

Send me an email with the logs, and I can help you offline. My alias is arwidmark and I'm using gmail.

/ Johan

By Arwidmark on   1/3/2013 2:29 PM
Gravatar

SQL 2012 CU3 has changed

When I tried to download the SQL 2012 CU3 (support.microsoft.com/kb/2723749) I only get the option to download 3 hotfixes none of which have the name you expect.

By streamlines on   1/4/2013 2:30 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Hi streamlines

When you extract the downloaded SQL 2012 CU3 file it has the name "SQLServer2012-KB2723749-x64.exe"

/ Johan

By Arwidmark on   1/4/2013 6:31 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

My first try was on a 2008 R2 host. Got it to hydrate without errors on my 2012 host. Great stuff Johan. Thank you.

By bartoszt on   1/4/2013 6:46 AM
Gravatar

Re: SQL 2012 CU3 has changed

streamlines:
Open all 3 downloads... The file "SQLServer2012-KB2723749-x64.exe" was in my second file (Fixname: SQLServer2012_RTM_CU3_2723749_11_0_2332_x64).

By b0n3z on   1/6/2013 7:42 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Hi Johan, struggling with this - getting "ERROR - ADDS role configuration with DCPromo failed, rc = 22". Bizarre thing is I've run this all up succesfully once on a couple Hyper-V Vm's using the generated ISO. Now I'm trying this on a VMware (ESXi 5) host and not getting past the build out of the first VM and task sequence execution. Any ideas?

By nsk1974 on   1/9/2013 8:05 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

The only times I have seen ADDS setup failing in the in the task sequence is when network configuration has not been set. For example the virtual machine has no network card, or a 169.254.x.x address. Add a pause action before the Install ADDS action and verify that DC01 has correct network configuration.

/ Johan

By Arwidmark on   1/12/2013 6:34 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Hello Johan

I previously installed the "The Hydration Kit for ConfigMgr 2012 RTM" following your excellent guide, worked flawless.

But this SP1 version keeps failing on the Last Configmgr install, this is what the ConfigMgrSetup.log shows.:

ERROR: Wrong manifest version $$
~Invalid prerequisite component path specified. $$
~~===================== Failed Configuration Manager 2012 Server Setup ===================== $$
Failed to create process of SetupWpf.exe.

The DC01 installs without problems, and the CM01 completes the tasksequence without any errors displayed, the iso size is 12.562.684 KB, i have triple checked the prereqs path. im running this on a VMware vSphere 5.1 installation, do you have any idea's what could be wrong or point me in the right direction of a logfile or something.

Thanks in advance

- Thomas

By ThomasG on   1/21/2013 11:13 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

You need to download new prereq files for ConfigMgr 2012 SP1. Please send me an email (alias is my last name and I'm using gmail), and I will followup offline with you.

/ Johan

By Arwidmark on   1/21/2013 3:56 PM
Gravatar

Configure-SetADPermissionsForConfigMgr2012.wsf - line 91

I'm having a problem trying to publish boundary changes to AD. In looking at the permissions - I noticed CM01$ instead of CM01. I believe there might be an error in file:
Configure-SetADPermissionsForConfigMgr2012.wsf
Line 91

-Ken Jones (aka b0n3z)

By b0n3z on   1/29/2013 1:35 PM
Gravatar

MDT does not initialize

Hi Johan

I have followed the instructions and everything builds with no errors but when I try to boot a VM from the .ISO i get
"The Deployment Wizard was cancelled or did not complete successfully. The deployment will not proceed."
I have looked at the logs but there is no errors I could see the last line simply states the above message! I have rebuilt three times and still have the error. I've tried this on Hyper-V 2012 and VMware 5. Please help!

James H

By hhaywood000 on   1/30/2013 7:20 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Hi James,

Send me an email and we can follow up offline, my alias is my last name, and I'm using gmail

/ Johan

By Arwidmark on   2/11/2013 8:09 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Johan, I'm having the same error-problem. The wpeinit.log file has this as the last line when using ESXi 5.1
applying winpe unattend settings failed 0x80071456

I have followed the instructions and everything builds with no errors but when I try to boot a VM from the .ISO i get
"The Deployment Wizard was cancelled or did not complete successfully. The deployment will not proceed."
I have looked at the logs but there is no errors I could see the last line simply states the above message! I have rebuilt three times and still have the error. I've tried this on Hyper-V 2012 and VMware 5. Please help!
James H

Hi James,
Send me an email and we can follow up offline, my alias is my last name, and I'm using gmail
/ Johan

By SteveLancaster on   2/24/2013 6:35 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Hi Johan,

I have a question for you.
Lets say, I use Hydration Kit for deploy my test lab but I would like to use SQL Server 2012 with SP1 which is not included in latest Hydration Kit. Can I just use SQL Server 2012 source folder for SQL Server 2012 SP1 installation files? And, if I want to deploy SCVMM and SCOM also using your kit, do I have to know something before I start modifying this?

By the way, thank you for the great sessions at TechDays! Really enjoyed and got tons of helpful information from you.

Aimar

By Aimar on   3/16/2013 1:14 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Sure you can replace SQL with SP1, or install SP1 instead of the CU4 update. Depending on what you do, you need to update the vbscript wrapper with the new file.

As for the entire system center suite you can download readymade hydration kits for that from deploymentbunny.com and infoworks.tv.

/ Johan

By Arwidmark on   3/17/2013 12:47 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

How or where do you download the ADK files. When I download it is only 1.3mb without an Installers folder like on the guide. I figured it's preventing me from getting a 12gb iso. Currently I get a 9gb iso. This is my only missing piece.

By gholton on   3/28/2013 2:00 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Run the smaller ADK setup file you download, you will be given an option to download only.

/ Johan

By Arwidmark on   3/28/2013 3:02 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

hi johan,
i followed your guide and notice that during ISO creation and even just updating Updating the Deployment share, there is a message "Unable to mount the WIM, so the update process cannot continue". I'm not sure what went wrong?
Please I really want to learn more about SCCM. Hope you can help/guide me.

By pimpztyler on   3/28/2013 11:44 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

hi johan,
i followed your guide and notice that during ISO creation and even just updating Updating the Deployment share, there is a message "Unable to mount the WIM, so the update process cannot continue". I'm not sure what went wrong?
Please I really want to learn more about SCCM. Hope you can help/guide me.

By pimpztyler on   3/28/2013 11:55 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Make sure ADK is installed on the host, and that you have enough disk space on the drive. The Kit requires 30 - 40 GB of free disk space, Antivirus software is known to break dism.exe operations (mounting). Sometimes cleaning out the content in the %temp% directlory also does the trick.

/ Johan

By Arwidmark on   3/29/2013 3:35 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Hi Johan,
Thank you, but I have another problem I'm not sure if it is okay to post it here,
Currently I'm studying the OSD via SCCM 2012, and I usually watched your video Building SC2012... just to get more ideas and to learn more,
so my problem is this, my new client system reboots after loading WinPE, I already searched the net and they all say the ethernet driver might not be injected on the
boot image, but I already double check my boot image and the driver is already on FileRepository directory.
Also I cannot find the SMSTS log which they say it might help me.

Hope you can advise. Thank you.

By pimpztyler on   4/2/2013 9:54 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

The SMSTS.log file is present in the X:\Windows\temp\SMSTSLog folder. You need to press F8 (which needs to be enabled on the boot image) to prevent the machine from rebooting, and to access the log file.

/ Johan

By Arwidmark on   4/4/2013 6:41 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Great work as usual Johan. After creating a working ISO that I am able to boot from in my VM's, I decided to do some custom steps in the TS's and add a few more etc. This meant recreating the ISO numerous times, so with that said I opted to go down the route of using a network boot method - so effectively setting up my MDT with WDS and PXE booting from a LiteTouch boot wim which I expect to mount the HydrationMDT2012U1$ share and launch the TS list. However, the issue that seems present is that the LiteTouch boot wim kicks off, and then i'm asked numerous wizard questions - it seems as if the CustomSettings.ini used in the hydration ISO is not the same one being used when I start from PXE booting via the network. Any ideas why this may be?

By wizzkidd on   4/5/2013 1:29 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Yes I do :)

There are different files used for media based deployment as for network based deployment. Copy the *.ini files (except bootstrap.ini) from the media to the deployment share and you will be good.

/ Johan

By Arwidmark on   4/5/2013 4:14 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Thanks Johan, that was the obvious answer. I'm sure I copied it over. I think I panicked because I overwrote the bootstap.ini and so it wasn't mapping to the deployment share and the BDDWizard was enabled. Also, I hadn't realised I needed to Update the DS when changing the bootstrap.ini - what a mess. Got it working now though. PXE booting with the litetouch.wim is perfect for lots of quick changes made to the DS and TS's. Fault finding and troubleshooting is a pain at the best of times, so this speeds things up now.

Thanks,

WizzKidd

By wizzkidd on   4/9/2013 12:16 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

I'd like to automate the SCCM server pre-requisites such as adding the Roles and Features (like IIS components) correctly. Do your scripts do this and if so where

Thanks

By iburnell on   4/9/2013 8:09 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

The Task Sequence for CM01 installs the pre-reqs before installing SCCM, you can even see that this happens from the 1st screenshot at the top of this article!?

By wizzkidd on   4/9/2013 1:34 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Indeed - I haven't installed the Hydration kit (yet) in my lab. I was thinking practicalities of a production environment and was looking at a Powershell script to set up the IIS components correctly. Normally I would install SCCM and then install MDT 2012 and configure integration. I guess if you install MDT 2012 first you can use the TS described here to setup all these features ahead of time - such as the prerequisites opening SQL ports etc.

By iburnell on   4/14/2013 10:54 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Just to add to my previous comment - normally I wouldn't be setting up the MDT environment until after configmgr was installed. Therefore the setup MDT database being integrated is linking in to the CM SQL server database. So can the Hydration scripts/TS sit beside/stand-alone from the configmgr/MDT database?

By iburnell on   4/14/2013 11:01 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

The Task Sequence automates the pre-requisites, and the hydration kit has no dependency of the database.

/ Johan

By Arwidmark on   4/15/2013 1:02 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Brilliant time saver as usual, just wanted to share the changes I had to make to build CM in my own test domain.
"http://wmug.co.uk/wmug/b/larus/archive/2013/04/25/using-the-hydration-kit-for-configmgr-2012-sp1-in-your-own-test-domain.aspx"

By Larus on   4/25/2013 1:47 AM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

Great stuff.
I noticed that when i used the Windows Server 2012 ISO from my Technet Pro subscription, that i would get prompted for a Windows Server Product Key during the deployment of the DC01 and the CM01 servers.
When i downloaded a trial version of Windows Server 2012 and used that as the source, the prompt would no longer arise, and the Task Sequence would just continue.
Pherhaps you could add this to the article, if people encounter the same issue..
Regards,

By Rik van Berendonk on   4/29/2013 7:53 AM
Gravatar

Hydration Kit for ConfigMgr 2012 SP1

Every time I run this, I am again impressed by all the detailed work you did for the sake of the IT community at large. THANKS!

By chemdawg on   5/8/2013 12:02 PM
Gravatar

Hydration Kit for ConfigMgr 2012 SP1

Every time I run this, I am again impressed by all the detailed work you did for the sake of the IT community at large. THANKS!

By chemdawg on   5/8/2013 12:02 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

I cannot find a download for the SQL server 2012 CU 3 (SQLServer2012-KB2723749-x64.exe)
The CM01 build fails
Can you tell me where I might be able to download this executable?

By DanScallon on   5/9/2013 3:55 PM
Gravatar

Re: The Hydration Kit for ConfigMgr 2012 SP1 (with Windows Server 2012 / SQL Server 2012) is available for download

SQL server 2012 CU 3 can be downloaded from support.microsoft.com/kb/2723749. Request the SQLServer2012_RTM_CU3_2723749_11_0_2332_x64 file, and once you download it, extract it. Then you get the SQLServer2012-KB2723749-x64.exe file.

/ Johan

By Arwidmark on   5/12/2013 12:49 AM