Andrew Haines wrote:

Tony Maro wrote:


Can your components decompress directly in a memorystream, or from a memorystream to a filestream with ease? What the installer does is it rips the embedded file out of the install image into a memorystream, which then gets saved to disk during extraction.

Hmnn. I've noticed that that is not the case. I will change it to use TMemoryStream instead of a file name.

Andrew

Okay I've changed it a bit now :) It uses streams completely except when creating the archive it uses a list of filenames to compress to the outstream

the unit has been added to the lazarus ccr. See http://wiki.lazarus.freepascal.org/index.php/Zlibar

Andrew

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to