[gimp/gimp-2-8] Installer: give more info when extracting temporary file fails



commit 8ee9765020be48fafd4f60cfb13c45705da1230c
Author: Jernej Simončič <jernej|s-cccp eternallybored org>
Date:   Sat Oct 8 22:31:31 2016 +0200

    Installer: give more info when extracting temporary file fails

 build/windows/installer/gimp3264.iss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/windows/installer/gimp3264.iss b/build/windows/installer/gimp3264.iss
index 10b0fd4..6cf7507 100644
--- a/build/windows/installer/gimp3264.iss
+++ b/build/windows/installer/gimp3264.iss
@@ -1579,8 +1579,8 @@ begin
                ExtractTemporaryFile('installsplash.bmp');
                ExtractTemporaryFile('installsplash_small.bmp');
        except
-               DebugMsg('InitializeSetup','Error extracting temporary file');
-               MsgBox(CustomMessage('ErrorExtractingTemp'),mbError,MB_OK);
+               DebugMsg('InitializeSetup','Error extracting temporary file: ' + GetExceptionMessage);
+               MsgBox(CustomMessage('ErrorExtractingTemp') + #13#13 + GetExceptionMessage,mbError,MB_OK);
                Result := False;
                exit;
        end;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]