Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    How to compile KoE?

    Kopano OL Extension (KOE)
    4
    11
    3934
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • AnotherAndy
      AnotherAndy last edited by

      Hi all,
      I am thinking about switching from Zarafa to Kopano.
      This is why I bought Office 365 and currently I am testing the Z-Push / Outlook Active Sync integration.
      (I want to have an offline client and the Kopano Client is just a Chrome Browser ;-)
      But I am missing some features, which I currently have with the Zarafa Outlook Extention.

      I wrote several emails with the kopano team to get information, if there is , similar to zarafa, a “Free 3 User Version” available.
      The answer is: no, the smallest licence is for 5 Users and costs 75€ /year. They advised me to ask here.

      My main problem is I don’t find any information, how to compile the KoE.
      I know the sourcecode is available here https://download.kopano.io/community/olextension:/sourcecode/
      But compiled packages are only available for paying customers.
      Can anyone explain to me, how to generate an executable file from the sourcecode.

      Best regards
      Andreas

      1 Reply Last reply Reply Quote 0
      • umgfoin
        umgfoin last edited by

        • Prerequisites:
          Net Framework 4.5.2
          Microsoft Visual Studio

        • Get the source - e.g.
          git clone https://github.com/Kopano-mirror/kopano-ol-extension.git

        • Open solution AcaciaZPushPlugin.sln

        • Build.

        You will need to disable code-signing or add your software-certificate to sign the build-output.
        ++umgfoin.

        1 Reply Last reply Reply Quote 1
        • AnotherAndy
          AnotherAndy last edited by

          Hi umgfoin,
          thansk for the fast answer.
          I’m currently installation VS 2017 Community an will try :-)

          1 Reply Last reply Reply Quote 0
          • teka74
            teka74 last edited by

            Hi Merlin!

            Have you tried to compile it ? Got a working build ?

            1 Reply Last reply Reply Quote 0
            • AnotherAndy
              AnotherAndy last edited by

              Hi,
              still not. It’s very difficult to install VS2017 :-(.
              I will make a second try tomorrow and give you a feedback.
              best regards

              1 Reply Last reply Reply Quote 0
              • AnotherAndy
                AnotherAndy last edited by

                Hi,
                well I was able to install VS and open the project.
                I also can execute it as “Debug” version, I get an error ( no office product installed).
                But if i start Outlook the Plugin is active as debug version. (Office 2013)

                But If I try to build a release version ( I think it thould be an MSI oder .exe file? I get an error, Office is not installed.
                Can I just build the msi/exe file without an installed office? Whats my mistake?
                best regards

                1 Reply Last reply Reply Quote 0
                • umgfoin
                  umgfoin last edited by

                  @Merlin2104
                  You installed Office Developer Tools, too?

                  1 Reply Last reply Reply Quote 0
                  • AnotherAndy
                    AnotherAndy last edited by

                    Hey,
                    yes I did.
                    0_1493129928555_upload-b69ddb90-b60f-4ee3-90c8-8cc012ac8d64

                    My error:
                    0_1493129938197_upload-1143c384-8837-45bc-b1ac-270a59b2ff54
                    0_1493129961384_upload-665a633c-b700-4093-860d-bb3d50f9259b

                    1 Reply Last reply Reply Quote 0
                    • teka74
                      teka74 last edited by teka74

                      I marked this in the Visual Studio setup:

                      0_1493399325472_upload-0fb656bb-0bbd-4bab-a378-9036963f8c81

                      Open the Acadia Plugin

                      On my Systems the computer asked automatically to install the office vsto tools for compiling

                      right click on the acadia plugin, open the “eigenschaften”, go to signing, de-check it.

                      0_1493399606879_upload-5b35b9c6-4383-4a71-a9f4-a26ecb5d1e46

                      I took “release”, and started in menü “erstellen” -> acadia erstellen

                      I got this:

                      0_1493400076861_upload-c043af85-1d79-4e96-922c-295127086228

                      1 Reply Last reply Reply Quote 0
                      • AnotherAndy
                        AnotherAndy last edited by

                        hi teka,
                        thanks for you help. I was finally able to build the plugin.
                        Now I will try to add it to outlook.
                        best regards

                        1 Reply Last reply Reply Quote 0
                        • shcshc
                          shcshc last edited by

                          @umgfoin said in How to compile KoE?:

                          disable code-signing

                          i compiled it witch test certificate.
                          how can i get it to outlook?
                          there are OutlookRestarter.exe, PluginDebugger.exe an Kopano.dll…

                          how can i disalbe code-signing in vs2017?

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post