Re: [Unattended-Dev] Experiences with Strawberry Perl instead of ActivePerl?

Juanjo Pablos via unattended-devel <[email protected]> Mon, 24 Jun 2019 23:54:01 +0200
Newsgroups gmane.comp.windows.unattended.devel
Message-ID <[email protected]>
--===============3952823678995832217==
Content-Type: text/html; charset=utf-8
Content-Language: es
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 24/6/19 21:57, Hofmann, Gerhard
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:VI1P190MB02874CCA54A8A788D6B2FE41FFE00@VI1P190MB0287.EURP190.PROD.OUTLOOK.COM">
      <p class="MsoNormal"><span style="color:windowtext">You suggested
          me some commands (ptar… make…) that also should do the job
          offline and indeed when I run them in a cmd this works very
          well.<o:p></o:p></span></p>
      <p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
      <p class="MsoNormal"><span style="color:windowtext">But when
          having it in the perl.bat it seems the ptar command is
          executed correctly, but everything after that does not  seem
          to work / to be executed.<o:p></o:p></span></p>
      <p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
      <p class="MsoNormal"><span style="color:windowtext">Some more
          ideas…? My perl.bat (not working…) see below.</span></p>
    </blockquote>
    <p><br>
    </p>
    <p>Gerhard,</p>
    <p>would you mind test this code?</p>
    <p><br>
    </p>
    <p>+call msiexec /qb /l*
      %SystemDrive%\netinst\logs\strawberryperl.txt /i %perl_msi%<br>
      +set
PATH=%PATH%;c:\strawberry\c\bin;c:\strawberry\perl\bin;c:\strawberry\perl\site\bin;<br>
      +::<br>
      +::This code should be equilavent to<br>
      +::cpan Win32::NetResource<br>
      +::But it works Offline<br>
      +copy %Z%\packages\strawberryperl\Win32-NetResource-0.057.tar.gz
      %TEMP%<br>
      +call c:\strawberry\perl\bin\ptar.bat zxf
      %TEMP%\Win32-NetResource-0.057.tar.gz<br>
      +cd %TEMP%\Win32-NetResource-0.057<br>
      +call c:\strawberry\perl\bin\perl Makefile.PL <br>
      +call gmake install<br>
    </p>
    <p><br>
    </p>
    <p>replace start /wait for call<br>
    </p>
  </body>
</html>


--===============3952823678995832217==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============3952823678995832217==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
unattended-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-devel

--===============3952823678995832217==--