Reference/ClearErrors
From NSIS Wiki
Jump to navigationJump to search
ClearErrors
Clears the error flag.
ClearErrors IfErrors 0 +2 MessageBox MB_OK "this message box will never show"
Command introduced with NSIS v1.2g
Clears the error flag.
ClearErrors IfErrors 0 +2 MessageBox MB_OK "this message box will never show"
Command introduced with NSIS v1.2g