Micheal Espinola Jr wrote:
> Philip Kilner wrote:
>   
>> Is it possible to install ASSP with it's own copy of Perl, while another
>> earlier copy of Perl is in the path on the same machine?
>>   
>>     
>
> Yes.  By default Perl on Win32 will install itself into a default
> physical path location as well as into the system variable path so that
> it may be executed from any location within the running OS - but you can
> specify an alternate physical installation directory as well as alter
> any path variables.
>
> When calling for Perl (from the command-line or within the confines of a
> system service), you can explicitly choose which physical location of
> the application you would like to run.  From instance:
>
> C:\Perl\Perl.exe C:\ASSP\assp.pl
>
> -- or in similar fashion but from an alternate directory --
>
> C:\Perl5008008\Perl.exe C:\ASSP\assp.pl
>   
You can also control this by altering the environment for whatever user 
account will be running ASSP.  Even if the system environment has a 
variable set, you can set you're own copy of it for each user which can 
make the default search path to find perl which ever location you 
choose.  Keep in mind that if you run ASSP as a service, you'll have to 
define the account which the service uses, otherwise it will use the 
System account and therefore only the system wide copy of the environment.

HTH

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to