EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Partway through Old Install Guide, Want to Use New Automated Process (https://www.eqemulator.org/forums/showthread.php?t=40629)

Akkadius 05-25-2016 04:34 PM

It's talking about your system path.

Part of the problem is that 'setx' which is a basic binary in C:\Windows\system32\ is not even found in your script, so that part of your path is messed up.

You should not have any instances of mysql in your system path when running the script.

MariaDB installs and it adds MariaDB to the system path during the installation of the script via setx, and if your system can't find setx, your path is also screwed up for where the windows binary for it is stored as well. Which reinforces my clean install comment.

Basically the two following entries need to be present in the path after the installation is done (Bolded)

Code:

C:\Windows\System32>for %a in ("%path:;=";"%") do @echo %~a
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Windows\System32\WindowsPowerShell\v1.0\
C:\ProgramData\Oracle\Java\javapath
C:\Perl\site\bin
C:\Perl\bin

C:\Program Files (x86)\Intel\iCLS Client\
C:\Program Files\Intel\iCLS Client\
C:\Program Files\Broadcom\Broadcom 802.11 Network Adapter
C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static
C:\Program Files\WIDCOMM\Bluetooth Software\
C:\Program Files\WIDCOMM\Bluetooth Software\syswow64
C:\Program Files\Intel\Intel(R) Management Engine Components\DAL
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL
C:\Program Files\Intel\Intel(R) Management Engine Components\IPT
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT
C:\Program Files\TortoiseGit\bin
C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\
C:\Program Files\Microsoft SQL Server\110\Tools\Binn\
C:\Program Files\MariaDB 10.0\bin
C:\Program Files\TortoiseSVN\bin
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common
C:\WINDOWS\system32
C:\WINDOWS
C:\WINDOWS\System32\Wbem
C:\WINDOWS\System32\WindowsPowerShell\v1.0\


Havenbrook 05-25-2016 04:44 PM

Quote:

Originally Posted by Akkadius (Post 249017)
It's talking about your system path.

Part of the problem is that 'setx' which is a basic binary in C:\Windows\system32\ is not even found in your script, so that part of your path is messed up.

You should not have any instances of mysql in your system path when running the script.

MariaDB installs and it adds MariaDB to the system path during the installation of the script via setx, and if your system can't find setx, your path is also screwed up for where the windows binary for it is stored as well. Which reinforces my clean install comment.

Basically the two following entries need to be present in the path after the installation is done (Bolded)

Code:

C:\Windows\System32>for %a in ("%path:;=";"%") do @echo %~a
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Windows\System32\WindowsPowerShell\v1.0\
C:\ProgramData\Oracle\Java\javapath
C:\Perl\site\bin
C:\Perl\bin

C:\Program Files (x86)\Intel\iCLS Client\
C:\Program Files\Intel\iCLS Client\
C:\Program Files\Broadcom\Broadcom 802.11 Network Adapter
C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static
C:\Program Files\WIDCOMM\Bluetooth Software\
C:\Program Files\WIDCOMM\Bluetooth Software\syswow64
C:\Program Files\Intel\Intel(R) Management Engine Components\DAL
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL
C:\Program Files\Intel\Intel(R) Management Engine Components\IPT
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT
C:\Program Files\TortoiseGit\bin
C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\
C:\Program Files\Microsoft SQL Server\110\Tools\Binn\
C:\Program Files\MariaDB 10.0\bin
C:\Program Files\TortoiseSVN\bin
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common
C:\WINDOWS\system32
C:\WINDOWS
C:\WINDOWS\System32\Wbem
C:\WINDOWS\System32\WindowsPowerShell\v1.0\


Thank you very much for this! Ill work on it and see what I can come up with.


All times are GMT -4. The time now is 06:27 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.