Hello Juan,

thanks a lot, that solved the problem. Below is the perl.bat file that is now 
working for me.
Please add it to SVN if you like (maybe as other filename strawberryperl.bat ?)

One little annoyance remaining, see PNG attachment. I will have to tell Windows 
that Strawberry Perl should be used to handle the PL file extension.
But this problem I already had with ActivePerl.

Regards
Gerhard Hofmann


--------------------------------

:: Install Strawberry Perl
:: 
URL|ALL|http://strawberryperl.com/download/5.28.0.1/strawberry-perl-5.28.0.1-32bit.msi|packages/strawberryperl/strawberry-perl-5.28.0.1-X86.msi
:: 
URL|ALL|http://strawberryperl.com/download/5.28.0.1/strawberry-perl-5.28.0.1-64bit.msi|packages/strawberryperl/strawberry-perl-5.28.0.1-AMD64.msi
:: 
URL|ALL|http://cpan.metacpan.org/authors/id/J/JD/JDB/Win32-NetResource-0.057.tar.gz|packages/strawberryperl/Win32-NetResource-0.057.tar.gz

set 
perl_msi=%Z%\packages\strawberryperl\strawberry-perl-5.28.0.1-%PROCESSOR_ARCHITECTURE%.msi


call msiexec /qb /l* %SystemDrive%\netinst\logs\strawberryperl.txt /i %perl_msi%
set 
PATH=%PATH%;c:\strawberry\c\bin;c:\strawberry\perl\bin;c:\strawberry\perl\site\bin;
copy %Z%\packages\strawberryperl\Win32-NetResource-0.057.tar.gz %TEMP%
cd /d %TEMP%
call c:\strawberry\perl\bin\ptar.bat zxf %TEMP%\Win32-NetResource-0.057.tar.gz
cd /d %TEMP%\Win32-NetResource-0.057
call c:\strawberry\perl\bin\perl Makefile.PL 
call gmake install


---------------------------



---Juan wrote---
maybe we need to add 
cd %TEMP% before the ptar command
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to