Yes I do, And between the par making and the exe making, I unzip the par file and do some renaming to have Gtk2 gui working (and old story, remember ?)
See http://www.mail-archive.com/par%40perl.org/msg05033.html rd /s /q c:\docs\%dir%\tmp 7z x %file%.par -aoa -oC:\docs\%dir%\tmp c: cd c:\docs\%dir%\tmp\lib\auto ren Gtk2 _Gtk2 ren Glib _Glib ren Pango _Pango cd c:\docs\%dir%\tmp 7z a %file%.zip .\* move /Y %file%.zip c:\docs\%dir% cd c:\docs\%dir% call pp -o %file%.exe %file%.zip François From: roderich.sch...@gmail.com [mailto:roderich.sch...@gmail.com] On Behalf Of Roderich Schupp Sent: mercredi, 20. août 2014 17:13 To: RAPPAZ Francois Cc: par@perl.org Subject: Re: packaging a script that uses DBIx::Class On Wed, Aug 20, 2014 at 4:58 PM, RAPPAZ Francois <francois.rap...@unifr.ch<mailto:francois.rap...@unifr.ch>> wrote: What I wanted is to have the script running on a machine with the same os and no perl installation. Then why create a .par and not an .exe? Or do you create the .exe from the .par in a second step? Cheers, Roderich