mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-11 19:59:59 +01:00
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:
@@ -224,7 +224,7 @@ Section ""
|
|||||||
;changing $INSTDIR\elements\ *.elmt to read-only attribute
|
;changing $INSTDIR\elements\ *.elmt to read-only attribute
|
||||||
${Locate} "$INSTDIR\elements\" "/L=FD /M=*.elmt" "LocateCallback"
|
${Locate} "$INSTDIR\elements\" "/L=FD /M=*.elmt" "LocateCallback"
|
||||||
IfErrors 0 +2
|
IfErrors 0 +2
|
||||||
MessageBox MB_OK "Error"
|
;MessageBox MB_OK "Error"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Function LocateCallback
|
Function LocateCallback
|
||||||
|
|||||||
@@ -236,7 +236,7 @@ Section ""
|
|||||||
|
|
||||||
${Locate} "$INSTDIR\elements\" "/L=FD /M=*.elmt" "LocateCallback"
|
${Locate} "$INSTDIR\elements\" "/L=FD /M=*.elmt" "LocateCallback"
|
||||||
IfErrors 0 +2
|
IfErrors 0 +2
|
||||||
MessageBox MB_OK "Error"
|
;MessageBox MB_OK "Error"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Function LocateCallback
|
Function LocateCallback
|
||||||
|
|||||||
Reference in New Issue
Block a user