如何将嵌入式清单移动到外部 .manifest 文件?
我有一个现有的 C# 应用程序,它有一个嵌入到 exe 中的清单文件。如何更改它以使用将包含在 setup.msi 中的外部清单?
我只能看到用于创建没有清单的应用程序或嵌入清单的选项(在项目属性中)。
I have an existing C# application that has a manifest file which is embedded into the exe. How do I change this to use an external manifest that will be included in the setup.msi?
I can only see options (in the Project Properties) to create the application without a manifest, or to embed one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 MT 实用程序(Visual Studio 的一部分)来操作清单文件。
来自在线帮助:
Use the MT utility (part of Visual Studio) to manipulate manifest files.
From the online help:
在解决方案资源管理器中,尝试将清单的生成操作更改为内容。
In solution explorer, try changing the Build Action for the manifest to Content.