diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-15 14:26:45 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-15 14:26:45 -0800 |
commit | f47c42bb10cd3291ce966be7b209b422646dff19 (patch) | |
tree | a3ec9cb8a328f4ac9c0831087a6acdf9c7a0783e /indra/viewer_components/updater | |
parent | a89024fb372bb293d24d860fb70156b5cf48d6f3 (diff) |
create marker on error; use /SKIP_DIALOGS option in installer to run without user input.
Diffstat (limited to 'indra/viewer_components/updater')
-rw-r--r-- | indra/viewer_components/updater/scripts/windows/update_install.bat | 2 |
1 files changed, 1 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 9cdc51847a..44ccef010b 100644 --- a/indra/viewer_components/updater/scripts/windows/update_install.bat +++ b/indra/viewer_components/updater/scripts/windows/update_install.bat @@ -1,2 +1,2 @@ -start /WAIT %1
+start /WAIT %1 /SKIP_DIALOGS
IF ERRORLEVEL 1 ECHO ERRORLEVEL > %2
|