Re: [NeoStats-Devel] Perl on Win32
DeadNotBuried <dnb-4ct+qsaILySks/lY53/[email protected]> Fri, 12 Aug 2005 22:36:17 +0930
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Justin Hammond wrote: > Hrm, the only problem here is that not only the DLL is required, but some > perl extensions and a lot of the Perl Modules (.pm files) so this could be > real tricky, but Depending on DNB's setup program he has, we might be able > to do some checks to see if perl is installed or not. I will go and try > moving perl around (ie, installation in another directory than where I > compiled from just to ensure we are not going to hit "runtime" issues with > perl installed in a different directory) as long as i know what to look for then it's real easy to have it check things. we could even have the perl and non perl binaries in the same setup file, and only install the perl version if it's available and requested. anything the setup program can't handle natively, i can add a dll for and link it into the setup process as well, so the installer can do pretty much anything we want it to do :) DNB