Stop installation if writing error occurs

A possible workaround would be checking %TOTALEXTFILE%:
%TOTALEXTFILE% Contains the number of files that were unpacked (this does not take account of files that could have been skipped by end users). If the extraction failed, then %TOTALEXTFILE% will be set to “0”. Thus you may use custom actions to take appropriate measures in that case.
 
Back
Top