Process for updating Excel add-in?

后端 未结 6 927
渐次进展
渐次进展 2021-01-01 06:29

I have an Excel 2003 add-in deployed in one of our departments that occasionally needs updated. What currently happens is that I publish the new version from my machine to

6条回答
  •  说谎
    说谎 (楼主)
    2021-01-01 07:12

    Using out of the box ClickOnce deployment, the add-in version is checked whenever the app using it (Excel) starts. Not sure if you can deploy non-managed code in this way.

提交回复
热议问题