View Single Post
  #14  
Old 01-02-2016, 09:44 AM
dpjaf4t
Fire Beetle
 
Join Date: May 2010
Posts: 21
Default

Just a couple of observations from the peanut gallery:

1a. Lines 113-114 in eqemu_install.bat you could just do

SET PATH=%path%;C:\Perl\site\bin;C:\Perl\bin

on one line instead of two, this is only esthetics though.

1b. Why not a line:

setx /M path "%path%;C:\Perl\site\bin;C:\Perl\bin

for the Perl install step as well as the MariaDB install step? I'm sure you have a reason, I just haven't had enough coffee this morning to get it myself.

2. You don't get any issues from installing 32-bit Perl and 64-bit everything else?? Doing my prerequisite setup on 64-bit Windows (back when, manually and the long way around), I had installed ActivePerl-5.16.3.1604-MSWin32-x64-298023.msi instead, because it never occurred to me NOT to install the 64-bit version. And then never gave it another thought until now ....

3. Why not do the Perl.rar as a self-extracting archive instead? Then you could completely skip the WinRAR install step.
Reply With Quote