L
L
Lorents2012-08-04 17:21:41
Perl
Lorents, 2012-08-04 17:21:41

Package a Perl project

Good afternoon!
There is one project - ExifTool - for working with metadata of various file formats. The project itself is written entirely in Perl.
The problem is that you need to make it possible to run ExifTool under Windows, but without installing Strawberry Perl or ActiveState Perl.
There is a version for Windows on the official website, but every time it is launched it is unpacked into the %temp% folder, and because of this, parallel launch of more than one copy is not possible.
How can I make ExifTool launch without installing any programs and so that the size is minimal?

In fact, the option hides me if I make two folders:
- bin \ perl.exe + perl # .dll
- the lib folder, where ExifTool itself and all the necessary components are located.

I don't know, but how can I make sure that I have only the necessary components in the lib folder, as is done in the ExifTool version for Windows.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
edem, 2012-08-04
@edem

I think this is what you need:
search.cpan.org/ ~rschupp/PAR-Packer-1.013/lib/pp.pm
and also here:
search.cpan.org/ ~rschupp/PAR-Packer-1.013/script/parl .pod

D
denv, 2012-08-04
@denv

Should help www.indigostar.com/perl2exe.php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question