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
This commit is contained in:
scorpio810
2015-08-13 01:23:34 +00:00
parent ce03e7c6d4
commit 6c8006f087
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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