I use PerlApp to bundle everything necessary up into an '.exe' file on Win32 and use Inno Setup to collect that file and whatever other configuration files and documentation I've made into one installation executable. (It would probably help me to check out using MSI for the installation-builder since I've got access to it through the PDK, just haven't).

The Tk interface looks a bit old-fashioned to users, but it works.

Don't forget to work up some kind of an icon for your program, e.g. 'Paint' for the bitmap and something like LiquidIcon to make the icon.

BTW, it was suggested to me to try PAR instead of PerlApp. My own experience was disappointing: it took way longer than PerlApp at making the executable and the executable it made took way longer to execute. I don't know if it was the size of the program, its use of Tk, or what. I liked the 'free' part, as PerlApp seemed to be screwing up a Tk Text Search thingy and my guess was that any fix would have to be in the next, unpaid-for-by-me, release of PerlApp. Lack of cash and need for speed makes me stick with my current level.


In reply to Re: Deployment of a Perl application by ff
in thread Deployment of a Perl application by Anonymous Monk

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.