Unknown option: icon

2014-02-19 Thread Vallejos, Andrew
Hi,

I am running PAR:Packer on Strawberry Perl, Win32, installed via CPAN. I have 
no problems using the 'pp' command. However, when I try to use the -icon option 
as outlined in the FAQ, I receive an error unknown option: icon.

Thanks,

Andrew Vallejos MS
Web Developer
Biotechnology and Bioengineering Center
Medical College of Wisconsin
414-955-4104
avalle...@mcw.edu



Re: Unknown option: icon

2014-02-19 Thread Roderich Schupp
On Tue, Feb 18, 2014 at 11:14 PM, Vallejos, Andrew avall...@mcw.edu wrote:

 However, when I try to use the –icon option as outlined in the FAQ, I
 receive an error “unknown option: icon”.


The FAQ is a bit outdated, the POD for pp is the authoritative
documentation.
The option --icon has been removed (--info, too).
You may use Win32::Exe to add an icon to any executable (if it works, YMMV).

Cheers, Roderich