]> git.street.me.uk Git - andy/viking.git/blobdiff - win32/prepare.bat
[WINDOWS] Enable optional install of GPSBabel 1.5.1
[andy/viking.git] / win32 / prepare.bat
index 81602e0f515f05ad21bd65a4516610bd7ebd1789..602096bc9a32810d33154d95a6a7f9da1e4142f9 100644 (file)
@@ -418,16 +418,10 @@ if not exist "%MINGW_BIN%\iconv.dll" (
 :: Note GPSBabel can not be directly downloaded via wget\r
 :: ATM get it manually from here:\r
 ::   http://www.gpsbabel.org/download.html\r
 :: Note GPSBabel can not be directly downloaded via wget\r
 :: ATM get it manually from here:\r
 ::   http://www.gpsbabel.org/download.html\r
-set GPSBABEL_INST=GPSBabel-1.4.4-Setup.exe\r
-if not exist "%ProgramFiles%\GPSBabel" (\r
-       echo Installing GPSBabel...\r
-       if exist %GPSBABEL_INST% (\r
-               %GPSBABEL_INST% /silent\r
-               if ERRORLEVEL 1 goto Error\r
-       ) else (
-               echo Required %GPSBABEL_INST% not found. Exitting
-               exit /b
-       )\r
+set GPSBABEL_INST=GPSBabel-1.5.1-Setup.exe
+if not exist %GPSBABEL_INST% (
+       echo Required %GPSBABEL_INST% not found. Exitting
+       exit /b
 )\r
 \r
 echo =+=+=\r
 )\r
 \r
 echo =+=+=\r