snorre-k / KOE

Kopano Outlook Extension - synced with https://stash.kopano.io/scm/koe/kopano_ol_extension_source.git - added setup project for VS2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated

Kopano OL Extension is available at: https://download.kopano.io/community/olextension:/ You do not have to compile yourself.

Kopano OL Extension

We live in a world where it is a commodity to work with apps or web interfaces – just have a look at the big amounts of HTML5-apps on your tablets and smartphones. However, there are situations in which a rich application is needed. Think about working offline during a five hour flight or deeper integrations like writing series of letters in your Office suite.

This is exactly why we developed the Kopano Outlook Extension (KOE). If you are on the road a lot and thus without an internet connection, or if you rely heavily on specialised plugins in Outlook, then the Kopano OL Extension might just be the thing for you.

Documentation

In-depth documentation, such as administration and user manuals, about our products be be found on our Documentation Portal. Additionally a Knowledge Base is available for quick start guides, handy code snippets, and troubleshooting help.

Contributing

The main development of Kopano Core takes place in a private Bitbucket instance with development tickets organised in Jira. Please see CONTRIBUTING.md for steps on how to contribute patches.

Downloading compiled packages

Compiled packages are only available to subscription holders from the the Kopano Portal and a package repository.

Support

Community Support is available through the Kopano Forum and through the #Kopano channel on Freenode IRC network. Additional support options are available for subscription holders.

Compile

  • Install Visual Studio (2017)
    • Workloads to install:
      • Universal Windows Platform development
      • .NET desktop development
      • Desktop development with C++
      • Office/SharePoint development
    • Extension & Updates (Tools - Extensions and Updates - Online - Search: install)
      • Microsoft Visual Studio 2017 Installer Projects
  • Open src\AcaciaZPushPlugin\AcaciaZPushPlugin.sln with VS
  • Create sigingig certificate
    • Open properties of project AcaciaZPushPlugin
    • Goto Signing
    • Create Test Certificate
      • You can leave password empty
  • Set properties of Setup project
    • Select Setup project
    • If not visible - show Properties Window - F4
    • Set: Target Platform to x86 or x64 (32bit or 64bit Office)
    • Optional change:
      • Author
      • Manufacturer (is used for installation path)
  • Builds solution
    • Set solution configuration to Release
    • Build Solution
  • Output files
    • src\AcaciaZPushPlugin\Build\Setup
      • setup.exe - installs prerequisites and KOE
      • kopano_outlook.msi - installs KOE
    • src\AcaciaZPushPlugin\Build\Release
      • contains build results from the different projects

About

Kopano Outlook Extension - synced with https://stash.kopano.io/scm/koe/kopano_ol_extension_source.git - added setup project for VS2017

License:GNU Affero General Public License v3.0


Languages

Language:C# 100.0%