OfficeDev / Office-Addin-Scripts

A set of scripts and packages that are consumed in Office add-ins projects.
MIT License
159 stars 100 forks source link

office-addin-manifest consider manifest is valid, but Outlook cannot install it. #760

Open DanilKorotenko opened 1 year ago

DanilKorotenko commented 1 year ago

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

Expected behavior

Outlook installs my addin manifest file.

Current behavior

Outlook cannot install my manifest file.

Steps to Reproduce

  1. Unpack attached archive.
  2. In the folder with archive content, find the manifest file
  3. Validate the manifest file with office-addin-manifest script: 3.1 in Terminal.app execute the command: office-addin-manifest validate MyOutlookAddin.xml Note that the script reports manifest file as valid: The manifest is valid
  4. Try to add custom addin from attached manifest to Outlook.
  5. Installation failed

Context

I tried to install addin in Outlook for Mac, and in Outlook on the Web.

MyOutlookAddinManifest.zip

DanilKorotenko commented 1 year ago

Additional note: Outlook on the Web says that 'resid' tag is invalid. What is wrong with this tag in the manifest?