This is actually pretty much what I do for a living: we use a combination of batch files driving perl and VB to non-interactively package to InstallShield for Windows Installer. Our experience says to skip the InstallShield part, and go directly with Windows Installer. My goals for this project, at least the Windows part, is to eventually get rid of all the batch files and VB script, and go with pure perl, perhaps with WIX.

We actually use the same perl code to package to RPM on Linux, LPP on AIX, pkg on Sun, and software depots on HP. And I used the same code base to produce an ISMP prototype (which we've abandoned), as well as a few other technologies.

If we continue using Windows Installer, we'll probably use WIX. So that would be my suggestion to you.


In reply to Re: Command line driven packager (OT) by Tanktalus
in thread Command line driven packager (OT) by swampyankee

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.