realbasic-nug
[Top] [All Lists]

Re: REDUCE the size of a WINDOWS app

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: REDUCE the size of a WINDOWS app
From: Alexei Vinidiktov <vinidiktov at nvkz dot net>
Date: Thu, 31 Mar 2005 23:14:55 +0800
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <BE70675C dot 1F672%realbasiclist at fusina dot net> <002701c5354e$fe015ab0$0264a8c0 at BigBadBlue> <579681b59e42c2537287c69f9e773eeb at mac dot com>
Stefan Pantke wrote:

Am 30. Mrz 2005 um 19:36 schrieb Brian Rathbone:

Is it possible to reduce the initial size of a Windows application build

by RB ?

Is the customer unhappy about the size of the application on disk, or the
time it takes to download it?

If you want to decrease the download size, you can use InnoSetup or another
installer package to compress the executable inside of an installer.

If you need the executable to be smaller on disk, then you could create a
self extracting executable. This would keep the executable compressed until you run it, then it would only use additional space while it was running. I
wouldn't really recommend this, but there are times it comes in handy.


Brian,

do you have such a self uncompressing tool for windows? Well, although it wouldn't be
too hard to write it for windows, why reinvent the wheel?

Try ASPack from www.aspack.com It is pretty good. It compresses the app itself. The app stays an executable with the same name as the origianl app, and you just click it to launch.

Here'a a description from the site

ASPack is an advanced Win32 executable file compressor, capable of reducing the file size of 32-bit Windows programs by as much as 70%. (ASPack's compression ratio improves upon the industry-standard zip file format by as much as 10-20%.) ASPack makes Windows 95/98/NT programs and libraries smaller, and decrease load times across networks, and download times from the internet; it also protects programs against reverse engineering by non-professional hackers. Programs compressed with ASPack are self-contained and run exactly as before, with no runtime performance penalties.


--
Best regards,
Alexei Vinidiktov
Open Book - educational software for learning languages
English: http://www.vinidiktov.com
Russian: http://www.vinidiktov.ru
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>