Ok, ok, this is not a new question, but I would like to make a broad approach here. Please note that I'm talking specifically about Win32 machines.

I was first inspired by Shipping standalone perl apps on Win32, on the part it says "For some applications, it might be much more practical to create a perl "distribution" on CD containing ActivePerl or IndigoPerl and the additional modules you are using, together with your application."

So, I was wondering:

1) Can I have a CD with:
  1. a Perl app runing directly from the CD using
  2. an ActivePerl running also on the CD
  3. If a and b are possible, can this app write to the machine's hard drive?
2) Is it possible to make a Perl Tk or non-Tk app that:
  1. Installs ActivePerl on the users machine*
  2. "Installs" the Perl app
* Remember that the installer should call ActivePerl's installer first and when it's done call the app "installer")

I would like to hear some opinions about this, because to me sounds like a somewhat crazy idea, but that could be a great possibility to ship Perl apps.

Thanks in advance,

my ($author_nickname, $author_email) = ("DaWolf","erabbott\@terra.com.br") if ($author_name eq "Er Galvão Abbott");

In reply to Perl app installer or runing itself on a CD by DaWolf

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.