有没有像ExeMod这样的组件?

发布于 2024-11-07 21:28:59 字数 163 浏览 0 评论 0原文

我已经下载了一些关于 ExeMod 的示例,但它们在 Delphi 2010 中不起作用,我不知道它是否与 Windows 7 兼容。有没有类似ExeMod但没有问题的组件?

编辑

我想制作一个简单的安装程序应用程序。

I've downloaded some samples about ExeMod but they don't work in the Delphi 2010 and i don't know is it compatible with Windows 7 or not. Is there any component like ExeMod but without problems?

Edit

I want to make a simple installer application.

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

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

发布评论

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

评论(1

把人绕傻吧 2024-11-14 21:28:59

这听起来就像你之前的问题, 我的回答的第一部分

将一些 .zip 内容附加到
现有的 .exe,并且 .exe 代码将
根据请求检索 .zip 内容。

这正是 ExeMod 单元所做的,以非常完整的方式(完整的 .zip 存档支持)。

It just sounds like your previous question, the 1st part of my answer:

Append some .zip content to an
existing .exe, and the .exe code will
retrieve the .zip content on request.

This is exactly what ExeMod unit does, in much complete manner (full .zip archive support).

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