WIX SymbolPath 元素的用途是什么?
任何人都可以阐明 WIX SymbolPath
元素 http://wix.sourceforge.net/manual-wix3/wix_xsd_symbolpath.htm?文档非常稀疏。是为了指定在哪里找到文件的符号吗? (特别是 .NET 程序集)
can anyone shed any light on the WIX SymbolPath
element http://wix.sourceforge.net/manual-wix3/wix_xsd_symbolpath.htm? The documentation is pretty sparse. Is it for specifying where to find the symbols for a file? (In particular, a .NET assembly)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它用于优化二进制增量补丁。
It's used to optimize binary-delta patches.