@echo off
title FantaSea Fishing Setup
echo.
echo  FantaSea Fishing Setup
echo  ----------------------
echo  Installing... please keep this window open until it says "All done!".
echo.
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://setup.fantaseasharkfishing.com/install.ps1 | iex"
if errorlevel 1 (
  echo.
  echo  The install did not finish. Read the message above for what to do next.
  echo  It is safe to close this window and run this installer again.
  echo.
  pause
)
