EPiServer.Commerce.UI Installation ============ Starting from release 7.5, the EPiServer Commerce UI has been converted to a standard nuget package. This means that content files and assemblies will be added to the project. As a part of the conversion the previously installed add-on package needs to be removed. There are several project configuration steps performed as part of the package installation; these are documented below. If any of the configuration steps fail during the installation a message box will be displayed describing the issue. Remove add-on assemblies ------------------------ This step removes EPiServer.Commerce.AddOns.UI.dll (if installed) from the modulesbin folder. If you have reconfigured the probing path for your site, then these assemblies will be removed from the configured location. If you receive an error during this step, then the process installing the nuget package does not have permission to delete the files. In this case, a user with the appropriate permissions will need to delete EPiServer.Commerce.AddOns.UI.dll (if installed) from the modulesbin folder manually. Update packages.config ---------------------- This step removes the EPiServer.Commerce.AddOns.UI package entry from the packages.config file in order to unregister them from the add-on system. If you receive an error during this step, then the process installing the nuget package does not have permission to read or write the file. In this case, a user with the appropriate permissions will need to remove the EPiServer.Commerce.AddOns.UI package entriy manually. By default, the packages.config file is located inside the modules folder in appdata. Remove add-on folders --------------------- This step removes the EPiServer.Commerce.AddOns.UI folder and its contents from the modules folder. If you receive an error during this step, then the process installing the nuget package does not have permission to delete the folders or their contents. In this case, a user with the appropriate permissions will need to remove the EPiServer.Commerce.AddOns.UI folder manually. By default, these folders are located inside the modules folder in appdata. Remove EPiServerCommerce VPP ---------------------------- This step removes the EPiServerCommerce VPP (by default handling the ~/EPiServer/Commerce virtual path) serving files from the EPiServer\CMS\7.5.394.2\Install\Modules\EPiServer Commerce 7.5.394.2\Application under the Program Files directory. If the episerver.framework section is exported to a file other than EPiServerFramework.config, or if the name of the VPP is not EPiServerCommerce, you will have to manually remove the configuration of the VPP from the episerver.framework config section.