英文:
Deploy addin via MDG technology
问题
我已经在EA中创建了一个插件。
想法是将其分发给多个团队,每个团队使用自己的存储库。
我们已经分发了一个MDG技术。
我希望能够将插件集成到该MDG中,但我找不到如何做到这一点。
MDG创建向导似乎不包括插件。
英文:
I've created an addin in EA.
The idea is to distribute it to several teams, each one uses their own repository.
We already distribute an MDG technology.
I was hoping I could integrate the addin in that MDG, but I'm not finding how to do it.
The MDG creation wizard doesn't seem to include addins:
Any ideas?
答案1
得分: 1
不可以使用MDG技术部署插件。
您需要创建一个安装程序(.msi)并以这种方式分发它。
英文:
No, you can't deploy add-ins using MDG technology.
You'll have to create an installer (.msi) and distribute it that way.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论