Delphi win32 应用程序的自安装程序
是否有任何组件或第 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用InnoSetup。这可以配置/编写脚本来进行自动安装,并且不需要任何费用。
Use InnoSetup. This can be configured/scripted to do automatic installations and does not cost anything.
使用 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