Hi Mike, no actually, I got it working from the command-line. The
icnsConverter tool makes a .rsrc file(not Icon\r as previously stated)
which I can use at the command line. Using ditto to copy the rsrc into
the target pkg and then SetFile -a C on it creates the custom icon.
Michael
On Thu, Jun 2
On Thu, Jun 25, 2009 at 9:52 AM, Michael Hanna wrote:
> I forgot to mention that I would like to do this from the command-line in
> order to automate the process. I found a solution: someone suggested I use
> icnsConverter and that seems to generate an Icon\r. Have not tested it yet
> though.
Is t
I forgot to mention that I would like to do this from the command-line in
order to automate the process. I found a solution: someone suggested I use
icnsConverter and that seems to generate an Icon\r. Have not tested it yet
though.
Michael
On Thu, Jun 25, 2009 at 3:33 AM, Jean-Daniel Dupas
wrote:
Le 25 juin 09 à 00:45, Michael Hanna a écrit :
Hi all, my goal is to create custom installer icons for a couple of
Installer .pkg packages. I'm following the instructions at:
http://www.khiltd.com/Downloads/prettypackages.html
At the section "Into the Fray" he suggests to use the Finder to
ge