Login

EPiDesk 2.03 Installation Instructions

  1. Unpack the installation package EPiDeskInstall_2.03.zip.
  2. To start installation, launch EPiDeskInstaller.exe.
  3. Follow the instructions in the installation wizard.

For further information on installing EPiDesk, refer to the installation manual, which is also included in the installation zip file.

Upgrade EPiDesk 2.02 to 2.03

Follow the instructions below to upgrade from EPiDesk 2.02 to 2.03.

  1. Download EPiDeskInstall_2_03.zip and the EPiDesk202UpdateTo203.epi4 file included above.
  2. Backup your <epidesk>\bin, <epidesk>\lang, and <epidesk>\epidesk folders. It is also a good idea to backup your database.
  3. Update the page types by opening the EPiServer Admin mode and selecting "Import Data" from the Admin tab. Upload the epi4 file and click "Upload and Verify File". Ignore warnings and click "Begin Import".
  4. Update the binaries by unzipping the EPiDeskInstall_2_03.zip to e.g. c:\temp. After that copy bin\epidesk.dll to your <epidesk>\bin folder and then follow one of the folliowing scenarios.
    If you have not modified the sample project, upgrade according to the following steps:
    1. Copy bin\epidesksamples.dll to <epidesk>\bin.
    2. Copy EPiDesk and lang folders to <epidesk>\.
    3. Copy EPiDeskdefault.aspx, EPiDeskDefault.aspx.cs and EPiDeskSamples.csproj to <epidesk>.
    If you have made modifications in EPiDeskSamples, you can run the above steps and restore your changes with your backup.
  5. Add the following to web.config in section /configuration/runtime/assemblyBinding:
    <dependentAssembly>
      <assemblyIdentity name="EPiDesk" publicKeyToken="5a8acfb9eae26bcc" culture="neutral" />
      <bindingRedirect oldVersion="2.0.0.0-2.0.65535.65535" newVersion="2.0.3.0" />
    </dependentAssembly>
     

EPiTrace logger