I use the Active State tools, but do have the same situation with icon files, etc that are used by but are not part of the .exe file. I just make a .zip file with the .ini,.bmp,.exe file etc. Simple and works fine for me.

Update: not sure if you mean the icon that Windows displays for the .exe? With activestate there is an option for me to specify that icon. I don't know how to do that with pp. sorry. I think there is some Windows shell stuff that can do that if icon is a separate file, but I've forgotten how to do it. Anyway once the program is going, Tk can find it if .bmp file in same dir as the .exe. Google on "Windows embed icon" and there are some things that might be useful to you. You may have to embed it so that windows can display for the .exe and also include the file in .zip for your Tk application to use it.


In reply to Re: PAR::Packer: pp with addfile option: where are the files? by Marshall
in thread PAR::Packer: pp with addfile option: where are the files? by chanklaus

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.