From badb3d27dad94f49d022d1e34f06010b129fe6dd Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 8 Aug 2015 19:31:36 +1200 Subject: Update Windows setup script --- setup/windows/traccar.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/windows/traccar.iss b/setup/windows/traccar.iss index 91f30da8a..933b12b58 100644 --- a/setup/windows/traccar.iss +++ b/setup/windows/traccar.iss @@ -1,6 +1,6 @@ [Setup] AppName=Traccar -AppVersion=3.0 +AppVersion=3.1 DefaultDirName={pf}\Traccar AlwaysRestart=yes @@ -54,7 +54,7 @@ begin else begin Result := false; - MsgBox('This application requires Java Runtime Environment version 7 or later. Please download and install the JRE and run this setup again.', mbCriticalError, MB_OK); + MsgBox('This application requires Java Runtime Environment version 7 or later. Please download and install the JRE and run this setup again. If you have Java installed and still get this error, you need to re-install it from offline installer (for more info see https://www.traccar.org/windows/).', mbCriticalError, MB_OK); end; end; -- cgit v1.2.3