dragonchild

Excelent question! I develop using ActiveState ( I have Komodo-Pro ) and I package with PerlApp right now, but I have also used PAR successfully on the same project.

The application is pure-Perl/Tk which uses MySQL. I have about 385mb of data which right now I ship as a directory on the CD-ROM which the user has to copy into the \mysql\data\ directory during the installation process.

Currently I distribute a MySQL installer pacakge on the CD with my software. But their is no attempt at automation at all!

I have no real idea where to start. It seems that the average Windows user does not know how to get to a command prompt, let alone what to do with it when he finds it. We did a conference call last night with about 50 purcahsers and they were able to install the product, but only with the help of four pages of documentation for a simple job with only about 10 command line actions. I can reduce that to three with a .bat file, but even so, I don't want to spend my life on conference calls, particularly when it looks like my client could sell a thousand of these without any difficulty in the next couple of weeks!

jdtoronto


In reply to Re^2: OT Windows Installers by jdtoronto
in thread OT Windows Installers by jdtoronto

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.