From fa5cd2c8246a24cbf336f3bb9827de75e9ccd55f Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 6 Sep 2013 12:13:50 +0000 Subject: Installer: error handling git-svn-id: http://svn.miranda-ng.org/main/trunk@5966 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/installer_ng/compile.bat | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tools/installer_ng/compile.bat') diff --git a/tools/installer_ng/compile.bat b/tools/installer_ng/compile.bat index 2a0ba114c5..f0c03d0884 100644 --- a/tools/installer_ng/compile.bat +++ b/tools/installer_ng/compile.bat @@ -28,4 +28,13 @@ if defined ProgramFiles(x86) ( "%ProgramFiles%\%Compile32% "%ProgramFiles%\%Compile64% ) +rem end + +rem Error repotrt +if errorlevel 1 goto compileerror +goto end +:compileerror +cls && echo Something went wrong... Please run createstructure.bat and try again +pause +:end rem end \ No newline at end of file -- cgit v1.2.3