RLBot / RLBotGUI

33 stars 25 forks source link

Use absolute path for ping in alt installer #220

Closed TangilJ closed 12 months ago

TangilJ commented 12 months ago

Some users do not have C:\System32 in their PATH environment variable. Ping is in C:\System32 so these users are unable to install the required dependencies using the alternative installer. All Windows machines are supposed to have ping, so we use an absolute path to it for users that do not have it in their environment variables. I've tested this alternative installer on my machine with C:\System32 removed from my PATH and it works.

This is a part of #219.