From a89024fb372bb293d24d860fb70156b5cf48d6f3 Mon Sep 17 00:00:00 2001
From: "Andrew A. de Laix" <alain@lindenlab.com>
Date: Mon, 15 Nov 2010 09:57:00 -0800
Subject: [PATCH] write marker on windows installer fail.

---
 .../updater/scripts/windows/update_install.bat                 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/indra/viewer_components/updater/scripts/windows/update_install.bat b/indra/viewer_components/updater/scripts/windows/update_install.bat
index def33c13462..9cdc51847ab 100644
--- a/indra/viewer_components/updater/scripts/windows/update_install.bat
+++ b/indra/viewer_components/updater/scripts/windows/update_install.bat
@@ -1 +1,2 @@
-start /WAIT %1
\ No newline at end of file
+start /WAIT %1
+IF ERRORLEVEL 1 ECHO ERRORLEVEL > %2
-- 
GitLab