Re: Multiple entry points (MS Windows)
[email protected] (Johan Vromans) Fri, 24 Apr 2020 19:54:29 +0200
| Newsgroups | perl.par |
|---|---|
| Organization | Squirrel Consultancy |
| Message-ID | <[email protected]> |
On Fri, 24 Apr 2020 19:40:58 +0200, Oliver Betz <[email protected]> wrote: > Which kind of complexity and overhead do you mean? Having multiple copies of the same code installed may sooner or later cause confusion. > What would be the drawback of using a (subset of a) portable Perl > distribution together with your Perl code, IOW just a bunch of files, > and run it directly? It seems non-trivial to put the bunch of files together, distribute them and have the user put them in the right place(s). Using pp I can package the runnable code in a single binary, and use InnoSetup for a point and click install.