[qet] [4107] Nsis Installers : disable MessageBox "Error", appears if the user does not select elements components

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 4107
Author:   scorpio810
Date:     2015-08-13 03:23:34 +0200 (Thu, 13 Aug 2015)
Log Message:
-----------
Nsis Installers : disable MessageBox "Error", appears if the user does not select elements components

Modified Paths:
--------------
    trunk/packaging/windows/QET.nsi
    trunk/packaging/windows/QET64.nsi

Modified: trunk/packaging/windows/QET.nsi
===================================================================
--- trunk/packaging/windows/QET.nsi	2015-08-12 15:44:13 UTC (rev 4106)
+++ trunk/packaging/windows/QET.nsi	2015-08-13 01:23:34 UTC (rev 4107)
@@ -224,7 +224,7 @@
 	;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

Modified: trunk/packaging/windows/QET64.nsi
===================================================================
--- trunk/packaging/windows/QET64.nsi	2015-08-12 15:44:13 UTC (rev 4106)
+++ trunk/packaging/windows/QET64.nsi	2015-08-13 01:23:34 UTC (rev 4107)
@@ -236,7 +236,7 @@
 	
 	${Locate} "$INSTDIR\elements\" "/L=FD /M=*.elmt" "LocateCallback"
 	IfErrors 0 +2
-	MessageBox MB_OK "Error"
+	;MessageBox MB_OK "Error"
 SectionEnd
 
 Function LocateCallback


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/