从 Wix 中的卫星程序集读取字符串资源?

发布于 2024-11-04 19:13:25 字数 114 浏览 5 评论 0原文

是否可以通过 WIX 从资源 DLL 中读取资源,而不是硬编码 WXS/WXL 文件中的字符串? 我拥有卫星 DLL 中的资源,我需要比在 WXS/WXL 文件中复制和硬编码它们更有效的东西。

谢谢

Is it possible through WIX to read resources from resource DLLs than hard-coding the strings in WXS/WXL files?
I have the resources in satellite DLLs and I need something more efficient then copying and hard-coding them in WXS/WXL files.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

叫嚣ゝ 2024-11-11 19:13:25

可以从资源 DLL 中获取字符串,然后使用自定义操作将它们存储在属性中。然后您可以使用这些属性在对话框中显示文本。

但我不建议使用这种方法。如果这些字符串仅在安装过程中使用,那么它们最好转到 WSX 或 WXL 文件:它更直接、更高效。

It is possible to get strings from resource DLL and then store them in properties using Custom Action. Then you can use these properties to display text in dialogs.

But I wouldn't advise using this approach. If these strings are meant to be used only during installation, then they should better go to WSX or WXL files: it is more straightforward and efficient.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文