Re: Generate Win32 .exe with PAR-Packer

2010-12-20 Thread Martha_em
Thank you for your answer.

If this could help someone:
I uninstalled everything and reinstalled, without virtual machine:
- ActivePerl 5.12.2
- All modules needed for PAR-Packer, asking my windowsSDK to work
on x86 XP mode (Setenv /x86 /xp) and PAR-Packer itself. Everything
passed well,
excepted PAR-Packer: nmake said that the Manifest was missing. Found a
solution
copying twice the MANIFEST file and renaming the two obtained files
into
par.exe.manifest and static.exe.manifest : it worked.

So it became possible for me to use pp to generate 32bits .exe working
as well on windowsXP
as Windows7.

Cheers!

Martha



Generate Win32 .exe with PAR-Packer

2010-12-19 Thread Martha_em
Hello,

I installed PAR-Packer-1.008 on my computer. It works fine
(the bugs of older versions were well corrected, thanks).

My computer uses Win7 with a x64 architecture.
Additional Perl packages were installed using this configuration.
But I would like to generate Win32 executables.
Is it possible without re-installing everything?

Thanks,

Martha