Installation Instructions For EPiServer CMS6R2 and Relate2 R2 ============================================================= Note: ===== It's required to upgrade all R2 sites on a machine and for all sites that share the same database. Given that the CLR will prefer the GAC:ed assemblies (over assemblies in bin) you will effectively patch binaries for all sites on a machine by doing the reinstall of the msi's. The copying of files to the bin folder is for hygienic reasons to keep everything in sync. Regarding the schema update (#10), you need to apply that on all R2 databases affected by the patch. Assembly Version: ================ fx: 6.2.267.1 cms: 6.1.379.0 fxCommon: 4.1.517.383 Community: 4.1.517.358 Mail: 5.1.343.270 Search: 1.0.517.275 Assembly File Version: ================ fx: 6.2.267.501 cms: 6.1.379.501 fxCommon: 4.1.517.500 Community: 4.1.517.500 Mail: 5.1.343.500 Search: 1.0.517.500 Unistall existing EPiServer Installation: ======================================== 1- Backup your sites/database. 2- Un-install EPiServerFramework (6.2.267.1) from control panel. 3- Un-install EPiServer CMS 6.1.379.0 from control panel. 4- Un-install EPiServer Shared 1.1.228.0 from control panel. Unistall existing EPiServer Community and EPiServer Search Installation: ======================================================================= 5- Un-install EPiServer Community 4.1.517.358 from control panel. 6- Un-install EPiServer Search 1.0.517.275 from control panel. Unistall existing EPiServer Mail Installation: ============================================= 7- Un-install EPiServer Mail 5.1.343.270 from control panel. Install EPiServer CMS: ====================== 8- Install EPiServer Shared by running EPiServerShared.msi found under downloaded package. 9- Install EPiServer Framework by running EPiServerFramework.msi found under downloaded package. 10- Install EPiServer CMS by running EPiServerCMS.msi found under downloaded package. Install EPiServer Community: =========================== 11- Install EPiServer Community by running EPiServerCommunity.msi found under downloaded package. Install EPiServer Search: =========================== 12- Install EPiServer Search CMS by running EPiServerSearch.msi found under downloaded package. Install EPiServer Mail: =========================== 13- Install EPiServer Mail by running EPiServerMail.msi found under downloaded package. Copy assemblies to bin folder: ============================== 14- Copy all assemblies from "Program Files (x86)\EPiServer\CMS\6.1.379.0\bin" to site's bin folder. 15- Copy all assemblies from "Program Files (x86)\EPiServer\CommonFramework\4.1.517.383\bin" to site's bin folder. 16- Copy all assemblies from "ProgramFiles (x86)\EPiServer\Community\4.1.517.358\bin" to site's bin folder. 17- Copy all assemblies from "Program Files (x86)\EPiServer\Framework\6.2.267.1\bin" to site's bin folder. 18- Copy all assemblies from "Program Files (x86)\EPiServer\Mail\5.1.343.270\bin" to sites' bin folder. 19- Copy all assemblies from "Program Files (x86)\EPiServer\Search\1.0.517.275\bin" to site's bin folder. Update Database: ================ 20- In Sql Server Management Studio, execute the script (SchemaUpdate.sql) found under attachment on the target site (6R2) database.