德尔福EXE压缩机? [英] Delphi EXE compressor?

查看:124
本文介绍了德尔福EXE压缩机?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有一点,我有一个很好的小压缩实用程序捣毁我的Delphi编译EXE的更小的下载大小,但现在我找不到它。任何建议?

At one point I had a nice little compression utility that smashed my Delphi compiled EXE's to a smaller download size, but now I can't find it. Any recommendations?

此外,使用这些类型的实用程序有什么缺点吗? (我主要使用它们缩短农村/拨号用户的下载时间。)

Also, are there any downsides to using these kinds of utilities? (I mainly use them to shorten download times for rural / dial-up users).

相关问题:使用UPX压缩Windows可执行文件是否有任何缺点?

推荐答案

多年以前,我尝试压缩可执行文件以使下载更小。

Years ago I looked into compressing my executable to make the download smaller.

我最后做的是什么,以改用 Inno Setup 的安装程序。它不仅创建一个单独的EXE将安装/卸载您的程序,但它也压缩EXE几乎像一个单独的压缩机将做到对可执行文件单独。

What I ended up doing, and what I recommend for you, is to use an installer program like Inno Setup instead. Not only does it create a single EXE that will install/uninstall your program, but it also compresses that EXE practically as much as a separate compressor would do to your executable alone.

程序安装后会解压缩,因此它似乎不是病毒,不会增加加载时间。

When the program is installed it gets decompressed, so it never appears to be a virus and does not increase load times.

因此,我可以同时获得更小的下载大小和专业的安装脚本。

So I get the benefits of smaller download size, and a professional-looking installation script at the same time.

ps Inno安装程序是免费的。

p.s. Inno Setup is free.

这篇关于德尔福EXE压缩机?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆