I am using:
; Set output path to the installation directory.
SetOutPath $INSTDIR\
SetOverwrite on
; Put file there
File "ACC\*.APP"
to overwrite a file, but if the file can’t be overwritten, then I want that the installer quits, how to do this?
Does Error Flag value needs to be used? But how?
1 Answer