Hello Perl Monks. We are developing an application using Perl, for which we need to create an installer targeting Windows and Mac OS. I was experimenting with PAR::Packer and with Cava. The Cava installer does roughly what I would expect, but as far as I am known the Cava installer only works with the Citrus Perl on MacOS and the Citrus Perl was abandoned couple of years ago. On the contrary, PAR::Packer works with the up to date Perl distributions. Now there is an inconvenience of the PAR::Packer. It decompresses into a temp directory on startup. To distribute an application by an installer this way does not make much sens. In case of an executable produced by the PAR::Packer, most of the code of a larger Perl application is being kept on the hard drive twice: Once inside the PAR archive, second time in the temp cache. Is there a way to reduce the redundancy? I would like to install the temp cache with my installer and remove the already decompressed files from the PAR archive. Thanks, Vojtech

In reply to PAR::Packer to create an application without a decompression into temp? by bubnikv

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.