diff options
Diffstat (limited to 'src/win32/CheckReqs.ini')
-rw-r--r-- | src/win32/CheckReqs.ini | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/win32/CheckReqs.ini b/src/win32/CheckReqs.ini index 0b573c82..74b193de 100644 --- a/src/win32/CheckReqs.ini +++ b/src/win32/CheckReqs.ini @@ -1,11 +1,20 @@ [Settings] -NumFields=1 +NumFields=2 [Field 1] Type=label Left=0 Right=-1 Top=10 -Bottom=-10 -Text="Erlang OTP R9C (version 5.3) is required to install Ejabberd.\r\n\r\nIt is not found on your computer.\r\n\r\nPlease install Erlang OTP R9C before installing Ejabberd.\r\n\r\nIt can be downloaded from http://www.erlang.org/download/otp_win32_R9C-0.exe." +Bottom=70 +Text="Erlang OTP R9C-1 (version 5.3.6.2) or newer is required to install Ejabberd.\r\n\r\nIt is not found on your computer.\r\n\r\nPlease install Erlang OTP R9C-1 or newer before installing Ejabberd.\r\n\r\nIt can be downloaded from" + +[Field 2] +Type=link +Left=0 +Right=-1 +Top=74 +Bottom=88 +State=http://www.erlang.org/download.html +Text=http://www.erlang.org/download.html |