Hi all. I found an answer so just for the record:
- The Publisher can be set over the PAR-exe file. 1) Buy a certificate (or self-signed): makecert 2) Sign: signtool - For the meta-data, use Win32::Exe <http://search.cpan.org/%7Emdootson/Win32-Exe-0.17/lib/Win32/Exe.pm> After each step, it is advisable to check if the exe-PAR file* still works **as expected (**or is corrupted)* Thanks 2015-08-20 17:11 GMT+02:00 Juan José 'Peco' San Martín <jsanmar...@gmail.com >: > Hello all. > > I'm successfully using PAR to create executable for Windows (thanks to > all!). > > Currently, I'm looking a way to set the Publisher to the final exe because > Windows 10 is (more) is blocking the execution from "unknown publishers". > > I thought the package Win32::Exe > <http://search.cpan.org/~mdootson/Win32-Exe-0.17/lib/Win32/Exe.pm> would > help but it seems that the issue is between PAR and the Exe itself. > The module let us to define metadata, not the Publisher. > > Any idea, experience or thought to share? > > Thanks > Peco >