Delphi win32 应用程序的自安装程序

发布于 2024-12-22 05:15:49 字数 231 浏览 2 评论 0原文

是否有任何组件或第 3 方软件可以创建自安装 Delphi 应用程序?

我想制作某种一键安装程序,它将主 exe 文件和其他一些文件复制到 AppData 文件夹并创建快捷方式。它应该只包含一个安装屏幕和很少的设置。

我只是找不到任何安装构建器来创建这样的一键安装程序。

我想我必须将所有附加文件(包括卸载程序)存储为单个 exe 内的资源,然后将它们解压到目标文件夹中。也许你知道一些更有效的方法?

Are there any components or 3rd party software to create the self-installer Delphi application?

I want to make some kind of one-click installer which will copy the main exe file and few other files to AppData folder and create the shortcuts. It should contain only one installation screen with few settings.

I just can't find any installation builder which will create such one-click installer.

Guess I have to store all my additional files (including uninstaller) as the resources inside of the single exe, and then unpack them into the destination folder. Maybe you know some more effective method?

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

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

发布评论

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

评论(2

半夏半凉 2024-12-29 05:15:49

使用InnoSetup。这可以配置/编写脚本来进行自动安装,并且不需要任何费用。

Use InnoSetup. This can be configured/scripted to do automatic installations and does not cost anything.

硬不硬你别怂 2024-12-29 05:15:49

使用 NSIS 安装程序(Nullsoft (winamp) 安装程序。
它非常简单且可配置。

http://nsis.sourceforge.net/Main_Page

Use NSIS installer (Nullsoft (winamp) installer.
It is very simple and configureable.

http://nsis.sourceforge.net/Main_Page

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