babarmoin
28th August 2007 08:04 UTC
Handle Copy Command
Hello,
i have a problem with the setup, The problem is how to handle copy command, well when setup run copy is goin on if i cancel the copy the setup gave "complete seccesfully" but it isnt. can some one tell me how can we manage the problem
Afrow UK
28th August 2007 11:13 UTC
ClearErrors
CopyFiles ...
IfErrors ...
From the manual:
On error, or if the user cancels the copy (only possible when /SILENT was omitted), the error flag is set.
Stu
babarmoin
29th August 2007 08:39 UTC
Thank You.
I have Done.