Evgeniy Rasyuk
Evgeniy Rasyuk

Reputation: 327

How to remove Office-Js addin

I try to create new Office-JS addin and now need to make changes )

How to remove old development? How to reinstall it?

Upvotes: 1

Views: 174

Answers (1)

Rick Kirkham
Rick Kirkham

Reputation: 9784

You only need to reinstall if you have made changes to the add-in manifest file. All other changes are in files that are hosted with the web application of the add-in, so they are automatically picked up by the add-in when you deploy the changed files.

If you make a change in the add-in manifest, you simply go to the catalog where the manifest file is deployed and copy your new version over the old one. Exit from the Office application and relaunch it.

Upvotes: 2

Related Questions