如何使用 wix 将文件包含在 msi 安装程序中?

发布于 2024-09-28 20:27:14 字数 244 浏览 2 评论 0原文

我很确定这是一个基本问题,但我真的不知道从哪里开始......所以任何帮助将不胜感激。

我正在使用 WiX 创建一个 msi 安装程序,但是如何将 exe 文件包含到 msi 安装程序本身中?我的意思是,当创建 msi 安装程序时,我希望 exe 文件成为该安装程序的一部分,这样当用户单击他的计算机上的 msi 时,我不需要从他的计算机中的某个位置查找 exe 文件。系统...

希望我说得有道理...

任何帮助将不胜感激!

I'm pretty sure that this is a basic question but I really don't know where to start... so any help would be really appreciated.

I'm creating an msi installer using WiX but how do you include, say an exe file, into the msi installer itself? I mean, when the msi installer is created, I want the exe file to be part of that installer so that when the user clicks on the msi on his machine, I don't need to look for the exe file from somewhere in the his system...

Hope I'm making sense...

Any help would be appreciated!

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

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

发布评论

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

评论(1

诗笺 2024-10-05 20:27:14

好吧,我的错...在组件内使用带有通配符的 copyfile...应该为每个文件执行 1 个组件来包含它们。

ok, my bad... was using copyfile with a wildcard inside a component... should have done the 1 component per file to include them.

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