From 6c8006f087beecf340d0695b02e5aee0f294c9e8 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Thu, 13 Aug 2015 01:23:34 +0000 Subject: [PATCH] Nsis Installers : disable MessageBox "Error", appears if the user does not select elements components git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4107 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- packaging/windows/QET.nsi | 2 +- packaging/windows/QET64.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/windows/QET.nsi b/packaging/windows/QET.nsi index 87bee5bc1..248ca0750 100644 --- a/packaging/windows/QET.nsi +++ b/packaging/windows/QET.nsi @@ -224,7 +224,7 @@ Section "" ;changing $INSTDIR\elements\ *.elmt to read-only attribute ${Locate} "$INSTDIR\elements\" "/L=FD /M=*.elmt" "LocateCallback" IfErrors 0 +2 - MessageBox MB_OK "Error" + ;MessageBox MB_OK "Error" SectionEnd Function LocateCallback diff --git a/packaging/windows/QET64.nsi b/packaging/windows/QET64.nsi index 4c0b33d7c..3cb644935 100644 --- a/packaging/windows/QET64.nsi +++ b/packaging/windows/QET64.nsi @@ -236,7 +236,7 @@ Section "" ${Locate} "$INSTDIR\elements\" "/L=FD /M=*.elmt" "LocateCallback" IfErrors 0 +2 - MessageBox MB_OK "Error" + ;MessageBox MB_OK "Error" SectionEnd Function LocateCallback