diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-15 09:57:00 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-15 09:57:00 -0800 |
commit | a89024fb372bb293d24d860fb70156b5cf48d6f3 (patch) | |
tree | 795b6a7f511028894d3d1a307159522b268a272a /indra | |
parent | ec7d36f6cfbed53a30d918415dfa3e429a645ce1 (diff) |
write marker on windows installer fail.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/viewer_components/updater/scripts/windows/update_install.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/scripts/windows/update_install.bat b/indra/viewer_components/updater/scripts/windows/update_install.bat index def33c1346..9cdc51847a 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
|