Interesting discussion here. It is possible to make an 8GB app bundle, since the files inside the bundle are still individual files. It isn't a good idea to include 8GB of videos in a stack. I wouldn't include all 8GB of files in one installer, since the installer is basically one big stack (which runs completely indepenently of any other files). I would put the files in a separate folder on the dmg and write a script that copies the files from the folder to the preferred destination. Such a script could be started from Installer Maker.

Kind regards,

Mark Schonewille
http://economy-x-talk.com
https://www.facebook.com/marksch

Buy the most extensive book on the
LiveCode language:
http://livecodebeginner.economy-x-talk.com

Op 09-Dec-16 om 10:54 schreef Tiemo Hollmann TB:
Hi Peter,
thats interesting. Right now, I pack the 20000 video files (total 8 GB) in
10 zip files on DVD and store them when installing in a users choice
location on HD. I would have never thought it would be a good idea to create
one big  8GB app bundle. Do you think this would be a good idea? Wouldn't
this affect the loading time and memory requirement of the app? I always
thought that if you start an app, the whole bundle is loaded into memory.

Tiemo

-----Ursprüngliche Nachricht-----
Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag
von Peter TB Brett
Gesendet: Freitag, 9. Dezember 2016 10:42
An: How to use LiveCode <use-livecode@lists.runrev.com>
Betreff: Re: AW: Installer software



On 09/12/2016 08:17, Tiemo Hollmann TB wrote:

the main reason for me to use installer maker is the feature, to call
a program after the installer has finished (which makes a second part
of installation, extraction and copying 20000 videos from 10 zip
files). I don't know, how I could realize this with the classic "drag
and drop from DMG" paradigm.

Hi Tiemo,

Don't forget that .DMG files are already compressed.  I would normally
recommend simply shipping your 20000 videos as separate files within your
app bundle.

                                       Peter



--
Dr Peter Brett <peter.br...@livecode.com> LiveCode Technical Project Manager

lcb-mode for Emacs: https://github.com/peter-b/lcb-mode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to