From 3614083377a9bc00da057acbd9caaaa95f7a4c2a Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Mon, 25 Oct 2021 21:02:33 +0300 Subject: SL-16121 Fix intaller complaining about missing string --- indra/newview/installers/windows/lang_ru.nsi | Bin 12216 -> 12586 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'indra/newview/installers/windows/lang_ru.nsi') diff --git a/indra/newview/installers/windows/lang_ru.nsi b/indra/newview/installers/windows/lang_ru.nsi index d55aacc971..8ca1fc3d14 100755 Binary files a/indra/newview/installers/windows/lang_ru.nsi and b/indra/newview/installers/windows/lang_ru.nsi differ -- cgit v1.2.3 From 94daedaaedd3eceb8cf41a2238ee10fe6280f37c Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Fri, 28 Jan 2022 20:04:59 +0200 Subject: SL-16681 Better handling of locked files by NSIS Installer 1. When SL window closes it doesn't mean that process died so gave it a bit more time to terminate 2. Added a retry logic in case first run happened too early for some reason 3. Replaced ok/cancel on locked file with abort/retry/ignorei --- indra/newview/installers/windows/lang_ru.nsi | Bin 12586 -> 12450 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'indra/newview/installers/windows/lang_ru.nsi') diff --git a/indra/newview/installers/windows/lang_ru.nsi b/indra/newview/installers/windows/lang_ru.nsi index 8ca1fc3d14..65a9f4846d 100755 Binary files a/indra/newview/installers/windows/lang_ru.nsi and b/indra/newview/installers/windows/lang_ru.nsi differ -- cgit v1.2.3