Thread
:
Error Handling
View Single Post
12th August 2021, 15:33
#
2
Anders
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,451
Most functions set the error flag and you can check that with IfErrors or ${If} ${Errors}
IntOp $PostCount $PostCount + 1
Anders
View Public Profile
Visit Anders's homepage!
Find More Posts by Anders