Installing EPiServer updates in Commerce Manager
Prerequisites
The requirements listed below must be fulfilled in order for the update installation to work.
Installed Software
An EPiServer 7.5 Commerce Manager installation.
Visual Studio 2010 or 2012.
NuGet tools for Visual Studio (http://nuget.org/).
Downloaded files
Commerce Manager updater package (Mediachase.ConsoleManagerUpdate.zip)
NuGet configuration
Make sure you have configured the NuGet tools to allow package restores. In Visual Studio, go to
Tools > Library Package Manager > Package Manager Settings, and make sure the setting Allow
NuGet to download missing packages during build is checked.
In the sub view Package Sources, make sure you have a configuration that points to
http://nuget.episerver.com/feed/packages.svc/.
Installing update
Unzip the contents of the Commerce Manager updater package to the web root of the Commerce
Manager site, i.e. the solution file contained in the package should be on the same level as
web.config.
In Solution Explorer > References context menu of the project, select Manage NuGet Packages.
If you havent done so already, NuGet detects that the referenced packages need to be restored,
click the button to restore the packages.
After the restore is done, click your configured EPiServer package source to view the available
updates for Commerce Manager.
Click the update button to update the project. When the update is done, close the package manager
and build the solution. The update is now applied.
Optionally, open the bin folder of the Commerce Manager site and remove the RemoveMePlease
dummy assembly which was created when the solution was compiled. You can also remove the files
and folders that you unzipped (including the packages that NuGet downloaded into the Packages
folder).