<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
No need to install the full activeperl. You can download a gnu perl 5.6
at <a class="moz-txt-link-freetext" href="http://www.delorie.com/pub/djgpp/current/v2gnu/perl561b.zip">http://www.delorie.com/pub/djgpp/current/v2gnu/perl561b.zip</a><br>
It is possible to execute the perl.exe from anywhere (eg: network
shares), it has no reliance on system files, it can get all it needs
from ENV variables.<br>
I think** the same is true for most of active perl. Perl.exe and any
modules in themselves dont need to run from the clients machine.
However having integrated .pl execution and wsh support however does
mean you have to have the perl\bin in your path.<br>
<br>
**I have only tried this in a test environment with 2 or 3 scripts<br>
<pre class="moz-signature" cols="72">-- 
Michael Chinn
User Support Officer - Information Technology

Great Barrier Reef Marine Park Authority
PO Box 1379
TOWNSVILLE, QLD 4810

Ph 07 47500874 Fax 07 4772 6093
<a class="moz-txt-link-abbreviated" href="mailto:michaelc@gbrmpa.gov.au">michaelc@gbrmpa.gov.au</a> 

================================================================================
If you have received this transmission in error please notify us immediately
by return email and delete all copies. Any unauthorised use, disclosure or
distribution of this email is prohibited.
================================================================================</pre>
<br>
<br>
Brian May wrote, On 22/12/2008 09:18:
<blockquote cite="mid:494ECEB8.50200@vpac.org" type="cite">
  <pre wrap="">Jens Geile wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">That isn't really a problem. Every package that uses shortcut.pl depends on the activeperl package and every client that is installed with unattended has activeperl installer already anyway.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What do you use for ActivePerl?

I tried:

<packages>
<package id="perl" name="ActiveState Perl" revision="1" priority="800" 
reboot="false">
<check type='uninstall' condition='exists' path='ActivePerl 5.10.0 Build 
1004' />
<install cmd='msiexec /qn /i 
%SOFTWARE%\perl\activeperl-5.10.0.1004-mswin32-x86-287188.msi 
PERL_PATH=Yes PERL_EXT=Yes' />
<upgrade cmd='msiexec /qn /i 
%SOFTWARE%\perl\activeperl-5.10.0.1004-mswin32-x86-287188.msi 
PERL_PATH=Yes PERL_EXT=Yes' />
<remove cmd='msiexec /qn /x {061CE7E5-0115-4BB6-8381-47C602B98C7D}' />
</package>
</packages>


Unfortunately it seems to fail if ActivePerl 5.8.8 is installed, as the 
MSI package seems to be unable to do upgrades :-(

Brian May

-------------------------------------------------------------------------
wpkg-users mailing list archives >> <a class="moz-txt-link-freetext" href="http://lists.wpkg.org/pipermail/wpkg-users/">http://lists.wpkg.org/pipermail/wpkg-users/</a>
_______________________________________________
wpkg-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a>
<a class="moz-txt-link-freetext" href="http://lists.wpkg.org/mailman/listinfo/wpkg-users">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a>
  </pre>
</blockquote>
</body>
</html>